DEV Community

# distributedsystems

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
System Design 11 - Data Replication: Double the Data, Double the Availability

System Design 11 - Data Replication: Double the Data, Double the Availability

Comments
2 min read
Building Fault-Tolerant Data Systems

Building Fault-Tolerant Data Systems

6
Comments 1
6 min read
RocketMQ Transaction Message

RocketMQ Transaction Message

Comments
1 min read
Build your own Dynamo-like key/value database - Part 1 - TCP Server

Build your own Dynamo-like key/value database - Part 1 - TCP Server

1
Comments
8 min read
Managing Transactions in Microservices

Managing Transactions in Microservices

Comments
2 min read
High Availability for Social Media Platforms: Leader-Follower Architecture and Leader Election

High Availability for Social Media Platforms: Leader-Follower Architecture and Leader Election

Comments
4 min read
Microservices Traffic Should Be I-Shaped, Not L-Shaped

Microservices Traffic Should Be I-Shaped, Not L-Shaped

10
Comments
7 min read
How Real-Time Editing Works: Understanding Event Ordering in Distributed Systems

How Real-Time Editing Works: Understanding Event Ordering in Distributed Systems

Comments
4 min read
System Design 10 - Distributed Logging and Monitoring: Keeping an Eye on Your System’s Every Move

System Design 10 - Distributed Logging and Monitoring: Keeping an Eye on Your System’s Every Move

Comments
2 min read
Ping & Heartbeat in distributed systems

Ping & Heartbeat in distributed systems

Comments
3 min read
Announcing the New Conductor Java Client v4

Announcing the New Conductor Java Client v4

Comments
9 min read
Your Web Dev Is Actually a Distributed Systems Wizard (And They Don't Even Know It)

Your Web Dev Is Actually a Distributed Systems Wizard (And They Don't Even Know It)

Comments
3 min read
Change Data Capture (CDC) in Event-Driven Microservices

Change Data Capture (CDC) in Event-Driven Microservices

Comments
6 min read
Understanding System Models in Distributed system

Understanding System Models in Distributed system

Comments 2
3 min read
Deploy Kafka connector on GKE cluster

Deploy Kafka connector on GKE cluster

Comments
5 min read
How are your connections with web secure and integral?

How are your connections with web secure and integral?

Comments
3 min read
Concurrency Issues in SQL and Distributed Systems

Concurrency Issues in SQL and Distributed Systems

Comments
25 min read
Understanding Server Connections in Distributed Systems

Understanding Server Connections in Distributed Systems

Comments
4 min read
Monolith to Microservices: Should I Migrate and How?

Monolith to Microservices: Should I Migrate and How?

Comments
9 min read
From Theory to Practice: Developing a Distributed Key-Value Database with Sharding and Replication

From Theory to Practice: Developing a Distributed Key-Value Database with Sharding and Replication

8
Comments
10 min read
CAP Theorem: The Choice Between Consistency and Availability in Distributed Systems

CAP Theorem: The Choice Between Consistency and Availability in Distributed Systems

Comments
1 min read
Service Fabric Health Monitoring in Production: A Practical Guide

Service Fabric Health Monitoring in Production: A Practical Guide

Comments
5 min read
Efficiently Manage Distributed Locks with Redis: A Go-Based Solution

Efficiently Manage Distributed Locks with Redis: A Go-Based Solution

Comments
4 min read
CAP Theorem

CAP Theorem

Comments
4 min read
System Design - Uma introdução

System Design - Uma introdução

Comments
11 min read
Unveiling Gossip Protocol in Distributed Systems

Unveiling Gossip Protocol in Distributed Systems

6
Comments 1
3 min read
Database sharding

Database sharding

1
Comments
8 min read
Debugging Distributed Systems

Debugging Distributed Systems

1
Comments
9 min read
How DynamoDB Handles Failure Like a Pro (And How You Can Too)

How DynamoDB Handles Failure Like a Pro (And How You Can Too)

Comments
4 min read
Understanding Abstraction and Remote Procedure Calls in Distributed Systems

Understanding Abstraction and Remote Procedure Calls in Distributed Systems

Comments
2 min read
Building Resilient Applications: Insights into Scalability and Distributed Systems

Building Resilient Applications: Insights into Scalability and Distributed Systems

Comments
5 min read
gRPC: what is it? An introduction...

gRPC: what is it? An introduction...

5
Comments
7 min read
gRPC: onde vive? o que come?

gRPC: onde vive? o que come?

3
Comments
8 min read
Operational Strategies for Safe Deployments of Real-Time Systems

Operational Strategies for Safe Deployments of Real-Time Systems

4
Comments
2 min read
Lets understand two phase commit of distributed system using Zomato's 10 minute food delivery.

Lets understand two phase commit of distributed system using Zomato's 10 minute food delivery.

9
Comments 1
2 min read
Jetmaker - open source framework for building distributed systems in Python

Jetmaker - open source framework for building distributed systems in Python

1
Comments
1 min read
CAP Theorem

CAP Theorem

2
Comments
2 min read
Chapter 1 - Introduction to Git

Chapter 1 - Introduction to Git

Comments
3 min read
Setting Up Redis as a Message Queue: A Step-by-Step Guide

Setting Up Redis as a Message Queue: A Step-by-Step Guide

Comments
4 min read
System Architecture Overview for Message-Oriented Alarm Processing System

System Architecture Overview for Message-Oriented Alarm Processing System

Comments
4 min read
The Hitchhiker’s Guide to Building a Distributed Filesystem in Rust. The continuation (part 2)

The Hitchhiker’s Guide to Building a Distributed Filesystem in Rust. The continuation (part 2)

Comments
1 min read
Simplifying Webhook Handling with Vector.dev: A Modern Solution for Serverless Apps

Simplifying Webhook Handling with Vector.dev: A Modern Solution for Serverless Apps

1
Comments
3 min read
Load Balancer Algorithms

Load Balancer Algorithms

1
Comments
2 min read
Controlling outgoing rate limit

Controlling outgoing rate limit

Comments
3 min read
NoSQL vs NewSQL vs Distributed SQL: A Comprehensive Comparison

NoSQL vs NewSQL vs Distributed SQL: A Comprehensive Comparison

5
Comments
4 min read
On Frameworks for Implementing Distributed Protocols

On Frameworks for Implementing Distributed Protocols

Comments
18 min read
Getting Started with Apache Kafka: A Beginner's Guide to Distributed Event Streaming

Getting Started with Apache Kafka: A Beginner's Guide to Distributed Event Streaming

1
Comments
5 min read
Scalable Url Shortener Part1

Scalable Url Shortener Part1

Comments
4 min read
Designing a Secure Architecture for Distributed Systems

Designing a Secure Architecture for Distributed Systems

1
Comments 2
5 min read
🖥️ Understanding the Raft Consensus Algorithm: A Comprehensive Guide 📚

🖥️ Understanding the Raft Consensus Algorithm: A Comprehensive Guide 📚

Comments
1 min read
Problems with Replication Lag

Problems with Replication Lag

Comments
1 min read
Multi-Leader Replication

Multi-Leader Replication

Comments
1 min read
Building a Scalable Notifications and Alerting System 🔥🚀

Building a Scalable Notifications and Alerting System 🔥🚀

63
Comments 2
6 min read
Distributed Hash Generation Algorithm in Python — Twitter Snowflake Approach

Distributed Hash Generation Algorithm in Python — Twitter Snowflake Approach

1
Comments
4 min read
Hitchhikers guide to building a distributed filesystem in Rust. The very beginning…

Hitchhikers guide to building a distributed filesystem in Rust. The very beginning…

1
Comments
7 min read
Build your own Dynamo-like key/value database - Part 0 - Intro

Build your own Dynamo-like key/value database - Part 0 - Intro

15
Comments 1
8 min read
Service Registry: When should you use them and why?

Service Registry: When should you use them and why?

1
Comments
3 min read
Embrace Eventual Consistency

Embrace Eventual Consistency

6
Comments 2
3 min read
Distributed Snapshots: Chandy-Lamport protocol

Distributed Snapshots: Chandy-Lamport protocol

Comments
2 min read
Blazingly-Fast Serialization: Apache Fury 0.5.1 released

Blazingly-Fast Serialization: Apache Fury 0.5.1 released

Comments
3 min read
loading...