Explore the popular and powerful React + Java + Spring stack by incorporating a service layer and a MongoDB instance for data persistence. In the first article in this series, we built a simple Todo ...
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 ...
Building web services and documenting RESTful endpoints is no easy task, but testing RESTful APIs has always been a particularly sore point with Spring Boot and Java. Sure, you can test a GET ...
Are you a developer who needs to create and configure a new Spring Boot project? Perhaps you're intimidated by all the options? Don't worry, the Spring Boot Initializr has got your back. After the ...