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: programming
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 CommentIn Terraform 1.6, Terraform Test was rearchitected and reintroduced. This feature offers a structured and automated way for users to write and execute tests against…
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 CommentTesting is an essential part of any infrastructure-as-code (IaC) project, and Terraform is no exception. In this blog post, we will explore various testing techniques…
Leave a CommentIntroduction While studying logic at University, I picked up a concept that changed my thoughts about software development. I don’t know how it translates to…
Leave a CommentIntroduction This blog post references how I set up my Microsoft Windows 10 developer machine to work effectively with Kubernetes (K8s). Please feel free to…
Leave a CommentI have had some limited success on previous projects with TDD but wanted to try out BDD. It has always been problems when I wanted…
Leave a CommentJust a quick tips on a chrome and Firefox plugin called Vimium. Ever wanted to browse without leaving the homerow? Avoid developing muscle issues cased…
Leave a Comment