How to make a CSS-only hamburger menuWhen I wanted to add a menu for my site, I couldn’t find a suitable CSS only solution, so made my own.May 3, 20232May 3, 20232
I tested the Node.js test runner, so you don’t have to.The release of Node.js 18 brought a surprise: an experimental test runner. In this article, I test how it compares to other solutions.Aug 10, 20222Aug 10, 20222
Escaping a git merge hellWhat to do when you have a big merge full of conflicts.May 23, 2022May 23, 2022
How to back up your Git repositoriesMaking backups is important, and that also affects your code and git repositories.Dec 30, 20213Dec 30, 20213
How to have a Neovim configuration compatible with VimSo you can have your cake and eat it too.Dec 1, 20211Dec 1, 20211
How to use bookmarks in bash/zshMoving around your terminal effectively is going to make you more productive. These 4 lines will make your life easier.Sep 4, 20217Sep 4, 20217
WTF is “0 but true”Perl has some oddities that make JavaScript oddities look amateurish.May 7, 2021May 7, 2021
TC39 proposal: Record and Tuples, the real immutable data structures in JavaScript.Immutable data structures have been an issue in JavaScript for long. Records and tuples are a proposal to solve this for good.Apr 26, 2021Apr 26, 2021
Go 2 generics in 5 minutesThe current draft of Go 2 presents a simple definition for generics that can be understood in minutes.Feb 5, 20213Feb 5, 20213
Embedding files natively in Go 1.16Using the directive go:embed to add assets and other resources to your binaries.Dec 25, 20201Dec 25, 20201