Alberto de Murga·May 3, 2023How 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.A response icon2A response icon2
Alberto de Murga·Aug 10, 2022I 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.A response icon2A response icon2
Alberto de Murga·May 23, 2022Escaping a git merge hellWhat to do when you have a big merge full of conflicts.
Alberto de Murga·Dec 30, 2021How to back up your Git repositoriesMaking backups is important, and that also affects your code and git repositories.A response icon3A response icon3
Alberto de Murga·Dec 1, 2021How to have a Neovim configuration compatible with VimSo you can have your cake and eat it too.A response icon1A response icon1
Alberto de Murga·Sep 4, 2021How 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.A response icon7A response icon7
Alberto de Murga·May 7, 2021WTF is “0 but true”Perl has some oddities that make JavaScript oddities look amateurish.
Alberto de Murga·Apr 26, 2021TC39 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.
Alberto de Murga·Feb 5, 2021Go 2 generics in 5 minutesThe current draft of Go 2 presents a simple definition for generics that can be understood in minutes.A response icon3A response icon3
Alberto de Murga·Dec 25, 2020Embedding files natively in Go 1.16Using the directive go:embed to add assets and other resources to your binaries.A response icon1A response icon1