HTMX is a newer technology that takes plain old HTML and gives it extra powers like Ajax and DOM swaps. It’s included in my personal list of good ideas because it eliminates a whole realm of ...
There is no international standards organization that specifies the criteria a Spring Boot application has to satisfy to qualify as a microservice. The closest thing developers have to a set of ...
When you get ready to deploy an application into production, the usual thought is: what’s the easiest way to meet all the application requirements? In this case, we have three components that need to ...
Microsoft has announced the availability of VS Code Spring Boot Application Development Extension Pack (aka Spring Tools 4 for Visual Studio Code). This collection of extensions for developing and ...
One of the more timely presentations at the 2022 JAX London conference was by Spring Staff 2 engineer Oliver Drotbohm – Spring Boot 3 and Spring Framework 6 – A New Generation. Drotbohm shared the ...
Microsoft announced Spring Boot improvements in the latest update to Java on Visual Studio Code tooling. That tooling comes in the Spring Boot Extension Pack in the Visual Studio Code Marketplace, ...
Why is the self-learning path so unfriendly to beginners? The core issues can be summarized in four points: The knowledge system is chaotic, making it difficult to learn the "key points." The Java ...