Problem Solving Strategies for Microservice Architecture Part I
In this article, Metin Barkın Narin discusses the distributed transaction management problem in microservices architecture and suggests two approaches for addressing the problem: two-phase commit (2PC...
Unlimited Access & Directly Support Writers with Medium Membership
Become a Medium member to enjoy unlimited access to every story in our entire library across all your devices without any paywalls, story limits or ads. Moreover, a portion of your membership will dir...
Behind the scenes: McDonald’s event-driven architecture
Discover McDonald’s journey in developing a unified platform enabling real-time, event-driven architectures. This two-part post walks you through the implementation journey, explaining how it works an...
System Design Mind Map for Building Distributed Systems
This article discusses how system design is foundational in building software architecture for distributed systems, and covers essential knowledge areas necessary for preparing for a system design int...
Design Principles For Microservices Architecture
Microservices architecture is a service-oriented architecture that structures an application as a collection of small autonomous services designed around a business domain. This blog covers the fundam...
Practical DDD, Part 1 — Setting The Right Foundations
In this article, Hila Fox talks about the importance of setting the right foundations for companies that grow rapidly using practical Domain-Driven Design (DDD) concepts. She explains how Augury creat...
Practical DDD, Part 2 — Architectural Topics 1 — Aggregate and Bounded Context Microservice
In this post, Hila Fox shares how DDD is used in Augury to create their Microservices Architectural guidelines—focusing on three common patterns. The article covers definitions of Bounded Context and ...
Problem Solving Strategies for Microservice Architecture Part III
This article explores the use of the CQRS pattern for implementing complex queries in a microservice architecture. CQRS offers advantages such as independent scaling, improved separation of concerns, ...
Solution Architecture: Foundations - Tips for becoming a better solution architect
The article by Jason Clarke discusses the fundamentals of solution architecture and provides tips for becoming a better solution architect. The role of a Solution Architect (SA) is explained in detail...
Azure Container Apps Auto Scaling with KEDA - Part 11
In this post, we explore how to configure Auto Scaling rules in Azure Container Apps using Kubernetes Event-Driven Autoscaler (KEDA). We cover the different scaling triggers supported in Container App...
Revising the C4-model for Better Software Architecture Diagramming
In this Medium article, Nikola Schou proposes improvements to the C4-model, a popular standard for software architecture diagrams. Schou suggests changing the four key abstractions from context, conta...
mkdocs_puml - Bringing PlantUML Diagrams to MkDocs
`mkdocs_puml` is a fast and simple package that brings plantuml diagrams to MkDocs documentation. This package uses PlantUML as an HTTP service to send GET requests and receives `svg` images represent...
Fractal Architecture - Mark Seemann - NDC Melbourne 2022

Mark Siegman gave a talk on improving software development productivity, focusing on the issue of spending more time reading code than writing it. He used Robert C. Martins quote that the ratio of cod...
Nick Lane: Origin of Life, Evolution, Aliens, Biology, and Consciousness | Lex Fridman Podcast #318

Nick Lane, a renowned biochemist at University College London, suggests that the origin of life on Earth involved the reaction between carbon dioxide and hydrogen, as this creates energy. Although thi...
Ray Kurzweil: Singularity, Superintelligence, and Immortality | Lex Fridman Podcast #321

Ray Kurzweil, a futurist and inventor, predicts that by 2045, technology will have advanced so much that artificial intelligence will have transformed the world in ways we can hardly imagine. Kurzweil...
ESLint rules for Chakra UI
# eslint-plugin-chakra-ui [](https://www.npmjs.com/package/eslint-plugin-chakra-ui) [![license](https://img.shields.io/npm/l/eslint-plugin-c...
Tabler Icons: Over 4050 Vector Icons for Web Design
Tabler Icons is a collection of over 4050 pixel-perfect vector icons, designed for web design. It is a free and open source project that aims to make websites and apps visually consistent and simply b...
Evolve - Cross Platform Database Migration Tool
Evolve is a cross platform database migration tool inspired by Flyway, that uses plain SQL scripts. Its purpose is to automate your database changes, and help keep those changes synchronized through a...
Global Unique ID Generation for Distributed Systems
In distributed systems, generating unique IDs for entities is crucial for many reasons. In this article, the author discusses various approaches to generate global unique IDs, highlighting their pros ...
FluentDocker: Interacting with Docker and Docker Compose using a Fluent API
FluentDocker provides a Fluent API for interacting with Docker and Docker Compose on Linux, Windows, and Mac. It also supports legacy docker-machine interactions. With FluentDocker, it is easy to star...