Introduction After spending quite a bit of time on developer machine setup, I found it time to version control and automate as much as possible.…
Leave a CommentCategory: productivity
Introduction Neovim is a highly configurable and extensible text editor that is a fork of the popular Vim editor. It addresses Vim’s limitations by providing…
Leave a CommentIntroduction Continuous integration (CI) workflows enable us to streamline the process of integrating changes and catching errors. But what if we could bring some of…
Leave a CommentIntroduction Git provides a powerful command called ‘git add patch’ that allows you to choose which changes to include in your commit selectively and interactively.…
Leave a CommentIntroduction You know that good feeling when developing software, and you are in the flow. The goal is slowly approaching, and you are making progress.…
Leave a Comment