Backend Engineering w/Sofwan

Backend Engineering w/Sofwan

Follow
homeWebsitebadgesnewsletter
Tag

Microservices

#microservices

More content

Read more stories on Hashnode


Articles with this tag

Distributed Systems: Synchronisation in Complex Systems

Aug 20, 202311 min read

Synchronization's Role in Upholding Consistency in Complex Systems · Complex systems are used in almost every aspect of computer science and engineering,...

Distributed Systems: Synchronisation in Complex Systems

Distributed Transactions: Overview

Jan 3, 20235 min read

The basics and overview of Distributed transactions · A distributed transaction is one that involves numerous database systems or other resources in a...

Distributed Transactions: Overview

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

Circuit Breaker in Microservices

Dec 28, 202210 min read

Benefits, Implementation and Example · It’s a given fact that microservices-based software architecture brings its own set of challenges. With so many...

Circuit Breaker in Microservices

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

Load Shedding in Distributed Systems

Dec 24, 20228 min read

Graceful Failures: The reality behind Distributed Systems · Distributed systems are made up of many parts, each of which can fail on its own. Because of...

Load Shedding in Distributed Systems