Write your own JavaScript template tag

made by hachibu, submitted by rachel
An explanation of why you might want to write a tagged template string in JavaScript, and how to do it!

Be Your Own Password Generator

made by hachibu, submitted by Mai
This password generator uses a video of you to generate a random password. Read more about it here: https://hachibu.net/posts/2019/be-your-own-password-generator/

7 Ways to Loop in JavaScript

made by hachibu, submitted by nicholasbs
A fun exercise: See how many different ways you can think of to loop over an array in JavaScript before reading this post.