Featured content

Hi 👋, In this article I wanna show a testing tip that I’ve recently learned myself by reading Software Engineering at Google: Lessons Learned from Programming Over Time. The technique improved the way I write unit tests. When I’m writing bigger unit tests, I have execute something in the background, like for example publishing a message to a message broker, wait for the message to be published and then consume it to test that what I published is correct. When waiting for the message to be...
I want to highlight some of the books that helped me learn lots of new stuff and which I’ve enjoyed reading also. Some of my favorites Site Reliability Engineering The Go Programming Language Domain-Driven Design: Tackling Complexity in the Heart of Software Growing Object-Oriented Software, Guided by Tests Dependency Injection Principles, Practices, and Patterns Patterns of Enterprise Application Architecture The Pragmatic Programmer: From Journeyman to Master Designing Data-Intensive...
Back
Top