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…
Tag: productivity
About a year ago, Scott Hanselman wrote a post on how to easily rename your git default branch from master to main. I took some…
A code refactoring how-to: Killing unworthy software
Posted in Building future-proof software, Java, and Tutorials
Welcome back to the future-proof series! Today I thought I would present to you a case very close to a code refactoring I made recently…
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.