Tag: spring boot
All the articles with the tag "spring boot".
HTMX + Spring Boot: Building a Web App Without a Frontend Framework
Published: at 12:00 PMBuilding a full interactive notes app — live search, inline editing, deletes — with HTMX and Thymeleaf fragments on Spring Boot 4. No npm, no bundler, no JSON API, and an honest comparison against the React equivalent.
Spring Boot + Prometheus + Grafana: From Zero to Dashboard
Published: at 12:00 PMThe shortest correct path from a bare Spring Boot app to a live Grafana dashboard — Micrometer, a docker-compose Prometheus/Grafana stack with zero manual clicking, and a downloadable dashboard JSON you can import today.
Do You Really Need Elasticsearch? Postgres Full-Text Search in Spring Boot
Published: at 12:00 PMBefore you add Elasticsearch to your stack, try the database you already run. Full-text search, fuzzy matching, and relevance ranking in plain Postgres with Spring Boot — with a runnable demo and latency numbers.
Ultimate Guide to Spring AI with Local Models (Ollama)
Published: at 12:00 PMA complete guide to Spring AI with locally-hosted Ollama models — chat, embeddings, and a full RAG chatbot that answers questions about this blog, with zero API keys and zero cloud calls.
UUIDv7 in Spring Boot and Postgres: The Right Way (2026)
Published: at 12:00 PMHow to actually use UUIDv7 primary keys in Spring Boot with Hibernate and PostgreSQL 18 — application-side vs database-side generation, migration from UUIDv4, and a reproducible Testcontainers benchmark.
The Ultimate Guide to Go for Spring Developers
Published: at 12:00 PMA concern-by-concern translation guide for Spring Boot developers learning Go — the same production order service built twice, mapping DI, REST, validation, JPA, Flyway, OAuth2, Kafka, scheduling, configuration, and observability to their idiomatic Go equivalents.