A good[ish] website
Web development blog, loads of UI and JavaScript topics
An easily approachable but complete look into Regex for beginners and intermediates. Intro "Let’s learn Regex," I said deterministically…
I’m going to teach myself to use tmux and will document it here. Tmux stands for Terminal Multiplexer, it’s basically the same as screen…
Here’s a little guide on how to convert large animated gifs into lighter videos. We’re going to do that with ffmpeg command line tool, or…
A guide for the modern office dweller on how to write a compelling RFC. So you want to introduce a change in the codebase, maybe it’s a…
This is fish shell, the shell for the future, the shell to match your modern home terminal’s needs and requirements. I taught myself to use…
This is me rambling about design, plagiarism, and being bored. And stuff like that. Design for the sake of design Before I was a dev I…
Here’s how to listen to more complex keyboard input with JavaScript. A basic example Usually, it’s better to listen keyup , because with…
This is a quick cheat sheet of MySQL commands related to creating, importing, and exporting databases and database users. I rarely need to…
Here’s few uncommon ways to loop in JavaScript. These might, or might not come handy at some point of your developer life. Length-less for…
I’ve been playing around with RPIs lately, and I’ve found it handy to take snapshots of my Micro SD card as I’m messing around, so that I’ve…