A Guide to Designing Real-Time Communication with WebSocket
This guide covers connection lifecycle, message modeling, authentication, delivery guarantees, and scale-out concerns when designing Spring Boot WebSocket systems.
AI DevOps Korea
Aidevops.kr covers LLMOps, RAG, agents, observability, evaluation, and cost-performance optimization for production AI services.
This group clusters posts that are best read together inside the Backend category, so the learning path feels more intentional.
This group currently contains 5 posts.
Start Here
This guide covers connection lifecycle, message modeling, authentication, delivery guarantees, and scale-out concerns when designing Spring Boot WebSocket systems.
Group Archive
This guide covers connection lifecycle, message modeling, authentication, delivery guarantees, and scale-out concerns when designing Spring Boot WebSocket systems.
This guide goes beyond @Cacheable and focuses on TTL design, invalidation, hot keys, consistency tradeoffs, and the metrics needed to run Redis caching well in production.
This guide covers entity boundaries, relationship cost, N+1, DTO reads, transaction design, and operational pitfalls when using JPA in production.
This guide explains how unit tests, slice tests, and integration tests should be divided in a Spring Boot codebase to balance speed and confidence.
This guide covers JWT login flow, filter-chain responsibilities, token lifetime, authorization boundaries, and the operational decisions required for a production-ready setup.