排序
Rate limiting with Redis: An essential guide
Rate limiting with Redis: An essential guide, Rate Limiters with Redis (2 Part Series) 1 Rate limiting with Redis: An essential guide 2 Fixed Window Counter Rate Limiter (Redis &am...
Wednesday Links – Edition 2024-12-04
Wednesday Links – Edition 2024-12-04, Wednesday Links (20 Part Series) 1 Wednesday Links - Edition 2021-03-24 2 Wednesday Links - Edition 2021-03-31 ... 16 more parts... 3 Wednesd...
How to estimate Java object size
How to estimate Java object size,In Java, objects are the basic building blocks of any applications. When an object is created, memory is allocated from the heap to store its insta...
Mask logs using logstash logback in java with regex
Mask logs using logstash logback in java with regex,In today's data-driven world, data security is most important. Logging frameworks play a crucial role in application monitoring ...
Identificando os objetos da melhor API de tabela de campeonatos que você já viu!
Identificando os objetos da melhor API de tabela de campeonatos que você já viu!, Tabelão: criando a melhor API de tabela de campeonato que você já viu! (7 Part Series) 1 Porq...
Evolution of Java Development Practices Since Java 8: Impact on Enterprise Software Architecture
Evolution of Java Development Practices Since Java 8: Impact on Enterprise Software Architecture, Java has long been a cornerstone of enterprise software development, offering a ro...
Stalactite ORM 2.0.0 is out !
Stalactite ORM 2.0.0 is out ! ,Two years after the very first version, Stalactite ORM is back with a 2.0.0 version released ! As a reminder (legit one !), it has a new approach com...
Pillars of Spring Security: A Pre-Authentication component in a complex scenario.
Pillars of Spring Security: A Pre-Authentication component in a complex scenario.,After a nostalgic look back at the rich history of computer science, it's time to jump into a more...
Everything Bad in Java is Good for You
Everything Bad in Java is Good for You,Everything Bad is Good for You is a pop culture book that points out that some things we assume are bad (like TV) have tremendous benefits to...
Effective Java: Don’t Depend on the Thread Scheduler
Effective Java: Don't Depend on the Thread Scheduler, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesda...
Multiple Spring Boot applications in the same project
Multiple Spring Boot applications in the same project,I frequently use the Spring Boot framework in my demos. The latest one is no different. It shows how to achieve CQRS using two...
Hexagonal Architecture – Java and Kotlin
Hexagonal Architecture - Java and Kotlin, Hexagonal Architecture I have been working on many projects that claim to be using the Hexagonal Architecture Style. All of them inspired ...