Integration tests can run for hours, they cover edge cases and complex flows which the regular unit test suit doesn’t […]
Category: Java
Spring Boot — Getting Started
Spring boot is one of the popular Java framework, which under the hood comprises of multiple Spring based Java projects […]
Solution: Flatten Binary Tree to Linked List
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, […]
Keycloak on Distroless
Keycloak is a wonderful piece of software, managed with success by RedHat, to be used as an Identity and Access […]
What Ted Lasso Can Teach Us About Imposter Syndrome
Imposter Syndrome: In any line of work, it’s a viper in the grass that creeps its way into the mind […]
[PT-BR] Reflection com JPMS
Desde que surgiu o JPMS (Java Platform Module System), alguns comportamentos da plataforma sofreram alterações. Podemos citar como exemplo o […]
How to develop an online code compiler using Java and Docker
In this tutorial, we are going to see an overview of how to create a simple and efficient online code […]
Java 8 Stream API on Arrays
Java 8 introduced the concept of functional programming. My first instinct when I need to iterate is to use a […]
Taking a Look at REST API Design Patterns
We know what webservices are, and that there exist multiple types of webservices. But the main type is REST—although it […]