Blog

  • 05 April 2025

Installing and starting to use Vim with gVim in Windows

Last year, I started using the Vim extension for VSCode to speed up my coding workflow. Now, in parallel, I want to try gVim on Windows to practice Vim more effectively.

Read more β†’
  • 31 March 2025

Changing a switch statement to an object-like structure

A few days ago, I saw a post on LinkedIn about a cool JavaScript refactor, and I wondered if I could apply it to one of my TypeScript projects.

Read more β†’
  • 23 March 2025

Prefixing Git commits

Last week, I started adding prefixes to my Git commits to provide more context.

Read more β†’
  • 16 March 2025

How to obtain the YOLO achievement on GitHub

The YOLO GitHub achievement is an ironic award that represents a bad practice that users should be aware of and avoid

Read more β†’
  • 08 March 2025

How to synchronize branches in Git

I share my experience synchronizing branches in GitHub to keep my repository updated with the latest changes

Read more β†’