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, 2023A response icon2May 3, 2023A response icon2
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, 2022A response icon2Aug 10, 2022A response icon2
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, 2021A response icon3Dec 30, 2021A response icon3
How to have a Neovim configuration compatible with VimSo you can have your cake and eat it too.Dec 1, 2021A response icon1Dec 1, 2021A response icon1
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, 2021A response icon7Sep 4, 2021A response icon7
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, 2021A response icon3Feb 5, 2021A response icon3
Embedding files natively in Go 1.16Using the directive go:embed to add assets and other resources to your binaries.Dec 25, 2020A response icon1Dec 25, 2020A response icon1