Articles
Most of the articles I write are about things that I am interested, or I have been working with recently. This is usually about *nix, git, JavaScript, and Go, although it could be almost anything, and might change in the future. The periodicity of the publications is based on a combination of inspiration and how long it takes the article to be ready. My objective is to write one article per season of the year (which I have already failed at). Currently, the articles are hosted on Medium. The main reason so far is that it is the easiest way for me to reach more readers. I am planning to add a mirror in this page, but there is no estimated time for that.
If you have any feedback about the articles, or a suggestion for a new one, don't hesitate to reach me! It makes me happy when I know someone has read any of them.
2023
- 03/05/2023 How to make a CSS-only hamburger menu
2022
- 10/08/2022 I tested the Node.js test runner, so you don’t have to.
- 23/05/2022 Escaping a git merge hell
2021
- 30/12/2021 How to back up your Git repositories
- 01/12/2021 How to have a Neovim configuration compatible with Vim
- 04/09/2021 How to use bookmarks in bash/zsh.
- 07/05/2021 WTF is "0 but true"
- 26/04/2021 TC39 proposal: Record and Tuples, the real immutable data structures in JavaScript.
- 05/02/2021 Go 2 generics in 5 minutes
2020
- 25/12/2020 Embedding files natively in Go 1.16