Backend Engineering w/Sofwan

Backend Engineering w/Sofwan

Follow
homeWebsitebadgesnewsletter
Tag

software architecture

#software-architecture

More content

Read more stories on Hashnode


Articles with this tag

Understanding Scalability: Beyond Speed

Apr 15, 20238 min read

Understanding the differences between Speed and Scalability to build effective and efficient Software Systems · When discussing the planning and...

Understanding Scalability: Beyond Speed

Minimising Correlated Failures in Distributed Systems

Jan 16, 202310 min read

Designing distributed systems to minimise correlated failures. · Scalability and dependability are two areas where distributed systems face new problems....

Minimising Correlated Failures in Distributed Systems

Two-Phased Commit and eXtended Architecture: The Basics

Dec 30, 202212 min read

Understanding Distributed Transactions with 2PC and XA with Example. · Two-phase commit (2PC) and XA (eXtended Architecture) are two important concepts...

Two-Phased Commit and eXtended Architecture: The Basics

Service Discovery in Distributed Systems

Dec 26, 20228 min read

Achieving Resilience and Flexibility in Microservices · Service discovery is a key component of microservices architecture, as it enables microservices...

Service Discovery in Distributed Systems

Consistency Models in Distributed Systems

Oct 5, 20225 min read

Factors and Approach to understanding Eventual and Strong Consistency in Distributed Systems · As data volume and complexity increase, distributed...

Consistency Models in Distributed Systems

Conflict-free Replicated Data Types: A Quick Introduction

Sep 27, 20226 min read

What are CRDTs and how they solve distributed data consistency challenges · Distributed systems engineers have been debating the benefits and drawbacks...

Conflict-free Replicated Data Types: A Quick Introduction