Tag: Distributed
-
Kubernetes logging best practices
Posted on March 6, 2026, Level intermediate Resource Length medium
Gain operational clarity in dynamic Kubernetes environments by implementing robust logging strategies for application health, security, and efficient troubleshooting. By Jeff Darrington.
Tags kubernetes devops containers app-development distributed
-
CockroachDB Serverless: Sub-second scaling from zero with multi-region cluster virtualization
Posted on February 1, 2026, Level intermediate Resource Length medium
Discover how CockroachDB Serverless achieves sub-second scaling from zero using multi-region cluster virtualization, balancing performance and cost for multi-tenant environments. By Murat.
Tags app-development distributed serverless database
-
Deconstructing the 'CAP theorem' for CM and DevOps
Posted on January 18, 2026, Level advanced Resource Length long
As software engineering and operations forge a new cultural bond around continuous improvement of applications and infrastructure, the database is something "dev" and "ops" have in common -- and there are things to learn from both perspectives on distributed data. By Mark Burgess.
Tags devops distributed devops learning database big-data
-
How I solved a distributed queue problem after 15 years
Posted on November 26, 2025, Level intermediate Resource Length medium
Reddit's early use of RabbitMQ highlighted the critical need for robust, durable task queues to handle high-volume, asynchronous operations – a lesson that continues to resonate in modern distributed systems. By DBOS.
Tags messaging queues software-architecture distributed web-development app-development
-
Choosing between EventBridge, SNS, and SQS for event-driven patterns
Posted on June 12, 2025, Level intermediate Resource Length long
AWS offers multiple services for decoupling business domains in event-driven patterns. The three main ones are EventBridge, SNS, and SQS. Use EventBridge for targeted content-based routing when you need to match complex rules. By Arpad Toth.
Tags aws app-development web-development queues messaging distributed
-
AWS 2025: New features and changes you should know
Posted on January 23, 2025, Level beginner Resource Length medium
AWS is one of the most popular cloud platforms, and it's important to stay updated on what's new. In this blog, we will look at the most important updates to AWS in 2025. These updates include new tools, improved features, and services that will make cloud computing easier, faster, and more cost-effective. By Croma Campus.
Tags app-development distributed aws infosec learning
-
Advantages and disadvantages of distributed systems
Posted on October 4, 2024, Level beginner Resource Length short
Distributed systems offer numerous benefits such as scalability and fault tolerance but also present challenges like complexity and data consistency. This article explores both the advantages and disadvantages of distributed systems, providing insights into their impact on modern computing environments. By geeksforgeeks.org.
Tags distributed aws software-architecture cloud
-
8 strategies for building resilient distributed systems
Posted on February 19, 2024, Level beginner Resource Length medium
A distributed system is a collection of computer programs that work together to achieve a common goal. For example, Spotify uses a distributed network of servers to store and deliver music and podcasts to its users. By Bassam Ismail and Hanush Kumar.
Tags distributed web-development app-development software-architecture learning
-
What is a serverless database? Plus 8 picks for 2024
Posted on January 21, 2024, Level beginner Resource Length medium
Today, we're diving deep into serverless databases as one solution for aligning these goals. Specifically, we'll check out what they are, how they work, and what benefits they offer. See, when we build any kind of solution, a big portion of the cost is the infrastructure we use to store and host relevant data. This also has an outsized impact on the quality and success of whatever we're building. By Ronan McQuillan.
Tags nosql serverless open-source distributed database
-
Distributed computing system models
Posted on September 21, 2023, Level beginner Resource Length long
Distributed computing refers to a system where processing and data storage are distributed across multiple devices or systems, rather than being handled by a single central device. By @geeksforgeeks.org.
Tags distributed programming learning app-development software-architecture
-
Distributed transactions at Scale in Amazon DynamoDB
Posted on August 26, 2023, Level beginner Resource Length medium
It is great to see DynamoDB, and AWS in general, is publishing/sharing more widely than before. A killer feature of DynamoDB is predictability at any scale. Aligned with this predictability tenet, when adding transactions to DynamoDB, the first and primary constraint was to preserve the predictable high performance of single-key reads/writes at any scale. By Murat Demirbas.
Tags aws distributed apis app-development cloud nodejs
-
Increase availability & container images caching thanks to kube-image-keeper
Posted on April 4, 2023, Level beginner Resource Length long
At Enix, we manage hundreds of Kubernetes clusters for our customers and our own internal use. On cloud, on premises, big and small, from development to production... And there is one particular issue that hits all these clusters at one point or another: the image retrieval process. By Nicolas Gouze.
Tags docker devops containers distributed apis