-
Software Development
Not Another Opinion
Sometimes we have some data and we need to draw some conclusions about it. E.g. const customer = { tier:…
Read More » -
Software Development
Bad Reasons To Write Comments
When writing software we need to leave important information behind. Some of this is the “documentation” of the code, JavaDoc…
Read More » -
Enterprise Java
How to Reduce Cloud Cost by 99% for EDA Kafka Applications
While the cloud offers great convenience and flexibility, the operational cost for applications deployed in the cloud can sometimes be…
Read More » -
Software Development
Humans Are A Crucial Element Of Testing
Automation testing, artificial intelligence in testing, machine learning … Technology advancements have always instilled a small fear among humans. On…
Read More » -
Software Development
Portfolio Architecture Examples – Automation Collection
For a few years now we’ve been working on a project we have named Portfolio Architectures. These are based on selecting…
Read More » -
Web Development
Fixing the Spring Web error: Expected lookupPath in request attribute “org.springframework.web.util.UrlPathHelper.PATH”
The other day I was upgrading my Spring Boot app from 2.3.1 to 2.6.6 to address the recent Spring vulnerability.…
Read More » -
Web Development
Kubernetes Quick Debugging Pod
When working with Kubernetes, it is not rare to need to access a Kubernetes internal resource. While you can bridge…
Read More » -
Software Development
Workflows Template: Create a Report with Google Sheets
Workflows templates are out-of-the-box flows and automations that you can add and start using right away. Each template provides a…
Read More » -
Enterprise Java
HANDLING CONFIGURATIONS IN SPRING BOOT
I am currently getting back to coding in Java + Spring after about 8 years. In the last 8 years,…
Read More »