What’s the big deal with var in Java? Should we be using var or can we ignore it? In my journey with var in Java, I’ll share what I’ve learnt works and doesn’t work for me.
Java garbage collection is one of the perks of being a Java developer. Always enabled and working for us in the background. However there are some interesting cases where you want to disable Java garbage collection! Get introduced to the Epsilon no-op garbage collector.
Struggling in reducing the size of your Spring applications fat deployment artifacts? Its become a real problem in this Cloud era, especially when considering a microservices and/or serverless architecture. Learn how Spring Native hits a home run and puts Spring back in the game.
If your a beginner wanting to learn about Spring Boot Security, you have to first understand how security is configured by default. This step by step tutorial is the perfect starting point to understand Spring Boot’s default security configuration. There’s also a hidden gem that has flown under the radar!