
Iterator

Trade-offs are super interesting and excellent exercises you can do to have better design and better coding. Let's say we want to do some simple algorithms...
Trade-offs are super interesting and excellent exercises you can do to have better design and better coding. Let's say we want to do some simple algorithms...
Every single technology project uses dependencies. No matter the language you use, you always will use dependencies. Monoliths and Monorepos make dependency management more manageable by...
DDD is a modeling method highly focused on business domains and comunication. DDD solves several issues we have with Services/Microservices and Backend Systems in General. One...
gh is the new Github command-line tool. I'm super excited about this new tool. It makes the engineers / devops engineer experience much better. It allows...
Java is finally getting interesting again since JDK 8 thats the first time I wish to be using a new JDK in production. I'm really looking...
Services are a thing for a long time in the backend. +20 years I would say. Microservices are much newer however they also started the backend....
Agile is around for at least +20 years. However, one big complaint was "how can we scale agile" or "how we go beyond teams". You might...