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.
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!
Automate the generation of your unit tests in Java by using a testing plugin powered by Artificial Intelligence – AI. I’ll cover a new type of unit testing called unit regression testing and how AI can automatically generate them for your Java projects.