Tag: others
All the articles with the tag "others".
-
Lock It or Lose It: Avoiding Race Conditions in Distributed Systems
A clear, intuitive explanation of race conditions in distributed systems and how pessimistic locking helps prevent them, covering locks, timeouts, and fence tokens to ensure data consistency and avoid stale updates.
-
Learning from mistakes - Revert/Reset the branch in right way.
A clear, intuitive explanation of how to revert/reset the branch in right way.
-
Build a Serverless Plugin
A concise introduction to extending the Serverless Framework with custom plugins, focusing on the core concepts behind hooks, commands, and lifecycle events.
-
What is NAT?
A clear explanation of Network Address Translation (NAT)
-
OSI Layers Part 1
Let's find out how OSI layers work
-
Transpilers and Polifills
A beginner-friendly explanation of transpilers and polyfills in JavaScript, covering why they exist, how they work, and how they help developers use modern features while maintaining compatibility across browsers.
-
Let's Begin
First Post let's begin the journey