Angular is a powerful, mature library for single page applications. While Angular runs completely in...
Htmx is a fantastic library to simplify web application development and render most of the HTML...
In multi-module projects, individual modules often contain classes or resources that should also be...
The form-based login is often the first choice to protect the web frontend of a Spring Boot...
Thymeleaf and Bootstrap are powerful technologies to develop modern web applications. In this...
In Spring Boot / Hibernate, the table name is derived from the entity name. What must our naming...
Spring Boot and Kotlin are a powerful combination for creating modern web applications. For Kotlin,...
Bootify is a tool for creating your individual template for a Spring Boot application. Numerous...
Htmx allows building complex web applications that feel like an SPA without relying on Angular or...
Keycloak is an open source application for centralized identity and access management. Numerous...
Webpack is a powerful tool for frontend development. It allows us to improve the structure of our...
The Bootify Builder is an application generator that can be used completely online without prior...
Most applications in the real world will accumulate a large amount of features and code in the long...
Let's assume we have an existing database and want to create the JPA entities from it. For this we...
Good software always includes automated tests to detect errors during the creation and modification...
With the Spring Initializr we can create a basic project structure, but Bootify.io goes one step...