60-Day Kafka 4 Learning Plan · Week 2 — Kafka 4 Internals Sources: Kafka: The Definitive Guide Ch.3 · kafka.apache.org/43/documentation/#producerconfigs Goal Understand how Kafka uses message keys
Tag: Spring Boot
60-Day Kafka 4 Learning Plan · Week 1 Capstone · End-to-end labSources: Kafka: The Definitive Guide Ch.2–4 · kafka.apache.org/43 · Spring Kafka Docs Goal Build
60-Day Kafka 4 Learning Plan · Week 1 — Foundations · Spring Boot Integration Sources: Kafka: The Definitive Guide Ch.4 · kafka.apache.org/43 · Spring Kafka Docs Goal
60-Day Kafka 4 Learning Plan · Week 1 — FoundationsSources: Kafka: The Definitive Guide Ch.3 · kafka.apache.org/43 — Producer API Goal Master how Kafka producers work end-to-end — from app code
In this post, we’ll build a URL Shortener Design System using Spring Boot 4 and Redis, focusing on scalability, performance, and clean system design. Prerequisites
In this post, we’ll build a loan application decision engine using Spring Boot 3 and Drools 10.2.0. The engine evaluates eligibility rules, computes risk-based interest
In this post, we’ll build a simple message-driven application using Redis Streams and Spring Boot. Prerequisites This is the list of all the prerequisites: Overview
In this post, we’ll build a lightweight messaging system using Redis Publish/Subscribe messaging and integrate it into a Spring Boot application step by step. Prerequisites
In this post, we’ll explore how to enforce Clean Architecture principles in a Spring Boot application using Taikai. Prerequisites This is the list of all
In this post, we’ll explore how to implement an efficient soft delete strategy using Spring Boot and JPA, along with practical best practices to avoid