I love coding, and recently I started enjoying some devops too. I always preferredwriting code more than configuring Apache, servers and services, so I feel I’ma bit l...
Read more
Writing effective tests is tricky. When working withRuby on Rails, a good startingbook about this matter is“Testing Rails”, published byThoughtbot. In this article, I ...
Test-driven development (TDD) is one of the most useful skills you’ll learn as a software developer since it allows you to add new features, refactor old code, as well...
In this article, I’m going to show you how I’ve automated a small part of myclient’s project’s QA using GitHub Actions.
Good apps are built following the The Twelve-Factor App principlesand we’ve been adhering to those for some time now; problem is: Ruby on Railsdoesn’t always follow th...