RARaj Aryaninrajaryan.hashnode.dev·Feb 25, 2024 · 4 min readWeb Socket Protocol - An OverviewPrerequisites: Basic Knowledge of how protocols like HTTP/1.0, HTTP/1.1 and HTTP/2.0 work including basic knowledge of a TLS handshake. WebSocket is a realtime technology that enables bidirectional, full-duplex communication between client and server...00
RARaj Aryaninrajaryan.hashnode.dev·Dec 9, 2023 · 6 min readApache Kafka: Simplified Guide to its Architecture and MechanicsHi folks, welcome to a simplified exploration of Apache Kafka, the powerhouse of real-time data streaming! Whether you're a beginner or looking to refresh your knowledge, this article aims to demystify Kafka's complex structure and explain how it eff...00
RARaj Aryaninrajaryan.hashnode.dev·Nov 26, 2023 · 7 min readDesigning a Generic DB Scheduler in Spring Boot: A Comprehensive GuideHi folks !! Recently during my internship, I was assigned a task to write a Generic DB Scheduler. The use case was to schedule various kinds of jobs mainly OneTimeTask in a generic way so that we don't have to explicitly create a bean of all the task...00