Search Articles — Sudonull

Search Results

In this project

RedLock.NET: distributed locks in .NET

https://sudonull.com/redlock-net-distributed-locks-in-net

Implement distributed locks in .NET microservices with RedLock.NET and alternatives via PostgreSQL. Comparison of approaches, code, best practices. For middle/senior devs.

Structured JSON Logs: A Guide for Developers

https://sudonull.com/structured-json-logs-a-guide-for-developers

Practical guide to implementing effective logging in distributed systems. Learn about MDC, entrypoints and error/warning separation.

Multi-Agentness as FLP: limits of AI coordination

https://sudonull.com/multi-agentness-as-flp-limits-of-ai-coordination

Breakdown of why multi-agent development is distributed consensus with FLP theorem and Lamport. Practical rules for pipelines: failure detectors, validators. For senior developers.

From other projects

Champions League Prize Money 2026: How Much Clubs Earn

https://lrivo.com/champions-league-prize-money-2026-how-much-clubs-earn

Discover how Champions League prize money is distributed in 2026. See which clubs like Arsenal and Liverpool have earned the most and how the new format works.

What Is Blockchain Technology and How Does It Work? Explained

https://ymaho.com/what-is-blockchain-technology-and-how-does-it-work-explained

Learn what is blockchain technology and how does it work in this clear, authoritative explainer. Understand the core mechanics, real-world uses, and key myths in 5 minutes.

Hedera Hashgraph Explained: Faster Digital Transactions

https://ymaho.com/hedera-hashgraph-explained-faster-digital-transactions

Discover how Hedera’s hashgraph technology processes transactions in seconds with lower fees and less energy. Learn the simple mechanics behind the network.

How Does Blockchain Technology Work? Beginner Guide

https://ymaho.com/how-does-blockchain-technology-work-beginner-guide

Learn how does blockchain technology work in this complete beginner's guide. Discover key concepts, real-world applications, and why it matters for your future.

What Is Blockchain Technology and How Does It Work?

https://ymaho.com/what-is-blockchain-technology-and-how-does-it-work

Learn what is blockchain technology and how does it work in this beginner's guide. Understand blocks, consensus, and real-world uses beyond crypto. Start here.

From the web

Introduction to Distributed System - GeeksforGeeks

https://www.geeksforgeeks.org/computer-networks/what-is-a-distributed-system/

Apr 16, 2026 · A distributed system is a group of independent computers, called nodes, that work together as a single system . These nodes communicate over a network to share data, resources, and tasks to achieve a common goal.

Distributed computing - Wikipedia

https://en.wikipedia.org/wiki/Distributed_computing

Distributed computing is a field of computer science that studies distributed systems , defined as computer systems whose inter-communicating components are located on different networked computers. [1][2] The components of a distributed system communicate and coordinate their actions by passing messages to one another in order to achieve a common goal. Three challenges of distributed systems ...

Distributed Systems Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/distributed-systems/distributed-systems-tutorial/

Sep 17, 2025 · A distributed system is essentially a collection of independent computers that appear to its users as a single coherent system . Instead of one powerful machine handling everything, tasks are spread across multiple machines, which communicate and coordinate their actions to achieve a common goal. Distributed systems provide scalability, fault tolerance, and enhanced performance, making them ...

What Are Distributed Systems? | IBM

https://www.ibm.com/think/topics/distributed-systems

May 27, 2026 · Distributed systems , explained A distributed system is a collection of independent computers and devices that work together over a network so that, from the outside, they appear to be a single, unified system .

Distributed Systems: A Complete Guide for Beginners

https://www.designgurus.io/blog/a-beginners-guide-to-distributed-systems

Apr 16, 2026 · Learn distributed systems from scratch: consistency models, replication, partitioning, CAP theorem, fault tolerance, and consensus protocols — with real-world examples.

Distributed Systems 4th edition

https://www.distributed-systems.net/index.php/books/ds4/

A free digital copy of the book on distributed systems by van Steen and Tanenbaum, with examples of blockchain systems and Python code. Download the book, slides, figures, and Latex source code from the web page.

What Is a Distributed System? Types & Real-World Uses

https://strapi.io/blog/what-is-a-distributed-system-types-uses

Apr 14, 2026 · Learn what distributed systems are, how they work, and when to use them. Covers CAP theorem, key types, trade-offs, and practical architecture guidance.

Trending Now