Hilla – A new Frontend Framework for SpringBoot
Hilla – A new Frontend Framework for SpringBoot
The new frontend framework for Spring Boot
Blog
I write about Java, software architecture, design patterns, applied artificial intelligence, RAG, AI agents and software engineering. Through my articles, I share feedback, technical analyzes and concrete approaches to design robust, maintainable and useful applications.
Hilla – A new Frontend Framework for SpringBoot
The new frontend framework for Spring Boot
Secure your API Gateway with Json Web Tokens (JWT)
Spring recently released an update for microservices applications, and this update is a Spring Cloud Gateway that sits in front of all your microservices and accepts requests and then redirects them to the corresponding service. It’s handy to add a layer of security here, so that if a […]
Dockerize a Spring Boot application
Around the Code we guide you through the process of building a Docker image to run a Spring Boot application.