All articles
Pytest – why it’s more popular than unittest?
In my professional career I used to write tests with both frameworks: unittest and pytest. Both are great tools with certain pros and cons, but pytest is significantly more popular […]
The benefits of Code Reviews
Introduction Code reviews, despite the many benefits they bring, are sometimes treated as a necessary evil. Programmers are convinced that this is unnecessary worktime, which […]
JUnit 5: Quick start guide
Introduction JUnit is a great unit testing framework for the Java programming language. However, version 4 of the framework has a few disadvantages like multiple […]
TypeScript – why you should care
Introduction Building big web applications written in JavaScript is not a simple thing. We don’t have types, interfaces, enums etc. These features could be really […]
What are you, blockchain?
Actually, blockchain has become a buzzword associated with cryptocurrencies, but there is a lot more inside. Let’s take a deeper look on it. Blockchain […]
Heroku: add-ons, logs and monitoring
In a previous article I’ve introduced you to Heroku basics and deployed spring-boot-based application there. In the second part I will show you how to […]