Short Polling vs Long PollingShort polling and long polling are two techniques used in web development to continuously check for updates on a server without the user…Apr 3, 2024Apr 3, 2024
Push PatternWhat if we want a resource on the client side as fast as possible after some event happens that client isn’t aware about?Apr 2, 2024Apr 2, 2024
Synchronous vs Asynchronous ExecutionThese two terms are ones that show up the most when talking about code execution in software development.Apr 1, 2024Apr 1, 2024
Request & Response Communication Design PatternWhat actually is a request and response — the most popular communication design pattern we see almost everywhere?Apr 1, 2024Apr 1, 2024
Introduction to Race Conditions — Concurrency & ParallelismExplore concurrency, parallelism, threads, and race conditions in computing to enhance software efficiency and performance.Mar 3, 2024Mar 3, 2024
ACID (Atomicity, Consistency, Isolation, and Durability)A brief, under 1k words article about ACID. Good start if you don’t know what it is.Mar 2, 2024Mar 2, 2024