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 3Apr 3
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 2Apr 2
Synchronous vs Asynchronous ExecutionThese two terms are ones that show up the most when talking about code execution in software development.Apr 1Apr 1
Request & Response Communication Design PatternWhat actually is a request and response — the most popular communication design pattern we see almost everywhere?Apr 1Apr 1
Introduction to Race Conditions — Concurrency & ParallelismExplore concurrency, parallelism, threads, and race conditions in computing to enhance software efficiency and performance.Mar 3Mar 3
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 2Mar 2