Contents
JVM
- JVM Garbage Collectors in Kubernetes – Michael Dotson
You really have to know that a lot of apps fall back to SerialGC and why
Spring Boot
- BindingResult — An Interface in Spring Framework (A feature many developers don’t use) – Full Stack Developer
That’s great in reporting validation errors in REST interfaces - Spring Boot Projections Uncovered: How to Fetch Just What You NeedSpring Boot Projections Uncovered: How to Fetch Just What You Need – Ahmed Safwat
Great overview of the various options for transferring only parts of the data via SQL - Filter chain in Spring Security – Vinotech
Exhaustive explanation of using a filter chain for spring security - Implementing CQRS and Event Sourcing in Distributed Systems. – Mahi Mullapudi
Good explanation of CQRS and Event Sourcing
IntelliJ
- Advanced Code Analysis in IntelliJ IDEA – Marit van Dijk
Improve the Code by your own inspections
Database
- Unlocking the Power of PostgreSQL 17: A Senior Engineer’s Guide to Real-World Applications – Murat Aslan
A short, clear presentation of the new features in PostgreSQL 17 - Identifying Unused Indexes in PostgreSQL: A Bash Script Solution – Dmitry Romanoff
With this script, it is easy to detect unused indexes - SQL Queries That Will Surprise You! – Lakhveer Singh Rajput
Next time you need a complex SQL statement, first have look here
Tools
- Say goodbye to slow, clunky containers and VMs – Chris Ng
I’ve tried orbstack, and it works like a breeze