Websockets with Socket.IO
This post contains a flashing gif. HTTP requests have taken me pretty far, but I’m starting to run into their limits. How do I tell a client that the server upd...
This post contains a flashing gif. HTTP requests have taken me pretty far, but I’m starting to run into their limits. How do I tell a client that the server upd...
👋 Short Intro Why I’m Writing This I’m currently learning System Design and decided to learn in public by documenting my journey. This blog is part of my Syst...
Introduction When you need to transfer data between two processes, direct access is not allowed by the operating system. This isolation protects one process fr...
Hey there, tech‑curious friend! Imagine you’re at a coffee shop, slipping a note to the barista—your latte appears like magic. That’s an API: an Application Pro...
Ktor is an asynchronous networking framework developed by JetBrains, designed for building both server and client applications in Kotlin. While Retrofit has lon...
Nowadays, we’re more than just frontend developers With Next.js we build both client and server code in the same project, creating full‑stack applications with...
!Cover image for Understanding the Request–Response Modelhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2...
Introduction In today’s digital world, many applications and websites rely on client‑server architecture. It’s a simple and powerful way to organize how comput...
Client–server architecture is one of the most fundamental models used in modern application development. - Client – the user or application making the request -...