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
60-Day Kafka 4 Learning Plan · Week 1 — Foundations · Spring Boot LabSources: Kafka: The Definitive Guide Ch.2 · kafka.apache.org/43 — Quick Start Goal Run Kafka 4 locally
60-Day Kafka 4 Learning Plan · Week 1 — FoundationsSources: Kafka: The Definitive Guide Ch.6 · kafka.apache.org/43 — KRaft docs Goal Understand how Kafka 4 manages itself without ZooKeeper — and
60-Day Kafka 4 Learning Plan · Week 1 — FoundationsSources: Kafka: The Definitive Guide Ch.1–2 · kafka.apache.org/43 — Design Goal Master the 6 core building blocks of Kafka — the vocabulary
60-Day Kafka 4 Learning Plan · Week 1 — FoundationsSources: Kafka: The Definitive Guide Ch.1 · kafka.apache.org/43 Goal Understand what Kafka is, why it was created, how
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 learn how to integrate Keycloak into an Angular SPA without writing a single line of backend code. Prerequisites This is the