What do I mean by “reviewing your own pull requests”? Obviously, it means going through the code you’ve pushed with the tool your team would…
Category: Productivity
Everybody loves branches. Branching is the greatest feature that source control management tools like git offers. However, it can get out of hand quickly when…
I have been discovering and experimenting with Kubernetes right after I passed my AWS Certified Solutions Architect Associate exam. So far, I wrote and deployed…
Action your life and just jump into it!
Posted in Experiences, Productivity, and Stuff
You may be wondering why I have not written over the past five months or maybe forgot all about me and my blog. First things…
When you write software, you can end up in a place where your continuous integration takes too long to execute. For most of the post I will write CI because it’s faster to type. Also it makes your read slightly faster.
When delivering software continuously, the more complex solution, the more you are prone to having a slow CI process at some point. Note that a limited computing power also increases the chances of slow CI becoming your burden.