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: tips&tricks
Introduction Creating diagrams is essential for understanding and discussing complicated structures and processes in software development, but creating and maintaining them can be tedious and…
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 CommentIntroduction Whenever I am setting up K8s, I need to do a fair bit of network range planning. There are networks with their ranges, subnets,…
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 CommentI am being flooded with emails at work. They keep coming in faster than I can answer them. I know there are probably thousands of…
Leave a CommentI picked up this book from Amazon: 5 elements of effective thinking. It goes through, not surprisingly, the 5 elements of effective thinking. Even though many…
Leave a CommentI just want to share a quick tips about writing tests using ReSharper in Visual Studio. It helps me to speed up tests creations and…
Leave a Comment