Observer Design Pattern in Java

The Observer design pattern is a behavioral pattern that defines a one-to-many dependency between objects. When one object (the subject) changes state, all its dependent objects (observers) are notifi...
0 Read More

Dica Java: @ParameterizedTest #008

Essa é mais uma dica de Testes Unitários!Com mais algumas dicas ~escondidas~!Vamos a um exemplo simples de um endpoint POST com body e algumas validações: ⛶@RestController @RequestMapping("v1/pe...
0 Read More

Getting Started with Kiponos.io

Getting Started with Kiponos.io
Kiponos.io is the only configuration management tool working in True Real-Time.Which means any config item you modify online - in your Kiponos dashboard - is instantly changing your application behav...
0 Read More

JWT Security with OAuth

Still relying on usernames & passwords? That’s old-school and risky! 😏 Modern authentication needs to be secure, seamless, and scalable—and that’s exactly what OAuth 2.0 offers. https://m...
0 Read More