Posts
What I've learned so far.
-
The long way to become a small, angry Vim user
Posted on: April 10, 2024In a desperate attempt to prove your software engineering prowess, you should trade your GUI editor for a glorified text adventure game, all while chasing the elusive dream of becoming a real programmer with a perfectly curated Neovim setup and a luscious mustache.
vim satire
-
Mental Health, Open Source and the xz backdoor
Posted on: April 02, 2024Open source maintainers are under a lot of stress. The xz backdoor and its social engineering to execute it showed us the possible repercussions.
open-source mental-health
-
Building my first Rust CLI tool
Posted on: March 24, 2024Sometimes it's better to build the tools you need yourself. You will learn a lot along the way!
tools rust cli open-source
-
Tagging e2e tests to reduce wait time
Posted on: March 12, 2024While testing your code is a great thing, useless end-to-end testing can be cumbersome. Here's how I leveraged tags to only run certain tests in PRs!
testing web-dev
-
More on the event loop
Posted on: March 07, 2024It's not just the callback queue. It's macrotask vs microtask queue!
javascript computer-science