Blog
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.
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.
Prefixing Git commits
Last week, I started adding prefixes to my Git commits to provide more context.
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
How to synchronize branches in Git
I share my experience synchronizing branches in GitHub to keep my repository updated with the latest changes