Writing on software development and anything else I find interesting.
All of my long-form thoughts on programming, content creation, and more, collected in chronological order.
Filtering by tag: Spring Boot
Easily Implement UUIDs as Primary Keys in Spring Boot 3
In this tutorial you will learn how to use one of the new features in Jakarta EE 10 in a Spring Boot 3 application.
Spring Response Entity - How to customize the response in Spring Boot
In this tutorial, you will learn what the ResponseEntity class is and how it can be used to customize the response in your Spring Boot application.