Python in Production (Part 5 of 5)
Welcome back to the Python in Production series. In the fourth part of the series, we learned how to run our program as a service on a linux machine using systemd. In the part of the series, we will learn how to automate our build process using Jenkins.…
SOLID [https://springframework.guru/solid-principles-object-oriented-programming/] principles have been around for a long time and there&…
Using some form of sleep is one of the main reasons for flaky tests and…
A real world example on how to build an application layer by layer, using Scrum, simple design and emergent architecture.…
5 laws every developer should know
Laws - or principles - can give us guidance and teach us lessons from our…