Topic
Spring Boot
Learn Spring Boot as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts5 Articles1h 7m
Overview
Learn Spring Boot as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
Java
Architecture
#project Loom
Cloud Native
Learning Path in this Topic
Series that contain articles from Spring Boot. Select a path to filter the article list.
Articles
5 matched articles
Article 2Adapting to Virtual Threads for Spring DevelopersTLDR: Platform threads (one OS thread per request) max out at a few hundred concurrent I/O-bound requests. Virtual threads (JDK 21+) allow millions β with zero I/O-blocking cost. Spring Boot 3.2 enabl18 min
Article 5Stream Processing Pipeline Pattern: Stateful Real-Time Data ProductsTLDR: Stream pipelines succeed when event-time semantics, state management, and replay strategy are designed together β and Kafka Streams lets you build all three directly inside your Spring Boot serv15 min