Topic: Cloud

3 Cloud Articles

Exploring articles tagged with "Cloud"

Use the search box to find articles by title, content, or tags. Use arrow keys to navigate suggestions when they appear.
Active Filters:
Cloud Clear All

Cloud Articles

Showing 1-3 of 3 results

Understanding Distributed Locking: A Simple Guide
System Design
62

Understanding Distributed Locking: A Simple Guide

Distributed locking ensures that multiple processes in a distributed system access shared resources without conflicts. This guide explains what distributed locking is, why it’s needed, how it works, and tools like ZooKeeper, Redis, and Etcd that make it happen.

10/25/2025
Read more
Proxy vs. Reverse Proxy: A Simple Guide with Examples
System Design
58

Proxy vs. Reverse Proxy: A Simple Guide with Examples

Proxies and reverse proxies are key networking tools that serve different purposes. A proxy (forward proxy) sits between users and the internet, hiding your identity and bypassing restrictions, like accessing blocked social media at school. A reverse proxy sits in front of servers, managing traffic.

10/24/2025
Read more
Gossip Protocol: Complete Guide
System Design
98

Gossip Protocol: Complete Guide

Learn how Gossip Protocol enables fast, decentralized data sharing in distributed systems like cloud servers and blockchain, mimicking how rumors spread.

10/21/2025
Read more