Spring – [ Testing ]
Testing is one of the most critical aspects of building reliable applications with Spring Boot. However, many developers...
Spring – [ SpEL ]
Have you ever stopped to wonder how Spring makes real-time decisions? If you’ve ever secured a method based...
LTS New Features – [ Java 21 ]
Java 21 is the LTS version after the previous Java 17. Java 21 contains the following major new...
LTS New Features – [ Java 17 ]
Java 17 is the second long-term support (LTS) release after Java 8, it contains the following major new...
LTS New Features – [ Java 11 ]
Java 11 is the first long-term support (LTS) release after Java 8. Starting with Java 11, there is...
LTS New Features – [ Java 8 – Part 2 ]
Since the first version released in 1996, the Java platform has been actively being developed for more than...
LTS New Features – [ Java 8 – Part 1 ]
Since the first version released in 1996, the Java platform has been actively being developed for more than...
Java Troubleshooting 5 – [ OOM ]
Few things are as terrifying in Java production systems as an OutOfMemoryError (OOM). When memory runs out, applications...
Java Trouble Shooting 4 – [ Thread Dump ]
When a Java application becomes slow, unresponsive, or completely stuck, a thread dump is often the fastest way...