Is it worth parallelizing your gitlab/github pipeline?
A typical pipeline looks a little like this but waiting is hard and you want to parallelize the job into … Continue reading →
A typical pipeline looks a little like this but waiting is hard and you want to parallelize the job into … Continue reading →
The testing pyramid tries to push people into reducing the amount of end to end tests. Reality however paints a … Continue reading →
Introduction One of the popular software metrics are the DORA metrics. Here is what Google has to say about it: … Continue reading →
This metric gauges how much code a programmer needs to explore to find the troublesome segment, starting from the initial … Continue reading →
Introduction Working with big factorials can be a challenge. For instance if we want to calculate the number of combinations … Continue reading →
I was going through the outstanding book “Code craft The practice of writing excellent code” by Pete Goodliffe. It has … Continue reading →
Introduction Sometimes a company/researcher or the government needs to publicly share data. In an age where the GDPR dictates strong … Continue reading →
Recently I asked myself: what is it that draws me to computers and programming? I’ve had a passion – obsession … Continue reading →
I’m not going to tell you to unit test. If you don’t know what unit testing is or why’d you … Continue reading →
For about 15 years straight I’ve been developing software in a team. Most teams did code reviews. A team of … Continue reading →