🏷️

springboot

4 articles tagged with "springboot"

Tech Feeds

dev-tooling-dx

The Simplest Way to Integrate Keycloak with Spring Boot 3

Keycloak is a fantastic open-source Identity and Access Management tool, but integrating it into a Spring Boot application can sometimes feel overwhelming for beginners. In this quick guide, I'll show...

dev-tooling-dx

How I Reduced Kafka Boilerplate by 90% with Curve - A Declarative Event Library for Spring Boot

I built Curve, an open-source Spring Boot library that turns 30+ lines of Kafka event publishing code into a single @PublishEvent annotation. It's production-ready with PII protection, Dead Letter Que...

building-ai-products

From Startup to Unicorn: A Blueprint for Secure Enterprise Architecture

This article presents a Modular Hybrid Architecture for secure enterprise applications, balancing speed and stability for startups. It emphasizes a Reactive Security Flow using Spring Boot, Redis, and JWT, while advocating for a multi-schema database strategy to optimize costs and maintain security.

ai-assisted-coding

🚫My Spring Boot API Accepted Invalid Data…. Until I Learned Input Validation

The article emphasizes the critical importance of input validation in Spring Boot APIs, highlighting common annotations like @NotNull and @Email that ensure data integrity. It provides practical insights into how proper validation can prevent bugs, enhance API reliability, and improve error handling.