16 followers
Youngest Speaker @Spring I/O & Spring ViewComponent creator.
Passionate about building awesome software with Spring + HTMX. Pushing full-stack development with Spring forward.
I’ve recently started using Dokploy for getting my projects to production quickly. It is a great alternative to Coolify. Some of the features that are...
My favourite template engine JTE (the Java Template Engine) is now available on start.spring.io. It compiles the templates into native java classes...
Supercharging Hypermedia Driven Application with Spring ViewComponent · Why should you even care? Spring Boot developers usually build JSON APIs that get...
You can share test code between modules/projects easily using the Gradle java-test-fixtures plugin. plugins { id("java-test-fixtures") } This...
Nowadays Spring is typically only used for JSON API backend development.We build the web frontend with a JavaScript framework, but why? Probably...
I've been building my web frontends with Spring Boot for a few years. But I recently heard that some Spring Boot developers still create their web...