1/18/2024

Simplifying Complex Systems with Backend for Frontends (BFF)

Discover how the Backend for Frontends (BFF) pattern can revolutionize the way you structure your applications, ensuring a smoother and more efficient interaction between your frontend and backend systems.

Aien

architecture

11/11/2023

Patterns of Distributed Systems

A catalog of patterns to better understand, communicate, and teach the design of distributed systems

Unmesh Joshi 23 November 2023

architecture

10/2/2023

Choose Boring Technology

How to be old, for young people.

architecture

8/6/2023

What Kind of Asynchronous is Right For You?

There are a few ways for services to communicate that can be rightfully classified as asynchronous. But they have very different characteristics. Let's have a look at them and their impact on the overall system structure.

architecture

7/13/2023

Understanding Kafka with Factorio | by Ruurtjan Pul | Medium

Understanding Kafka with Factorio Thanks to Tom de Ruijter, Steven Reitsma and Laurens Koppenol for proof reading this post. While playing Factorio the other day, I was struck by the many …

Ruurtjan Pul

architecture

7/4/2023

The 80% abstraction

PAGE NOT FOUND

architecture

6/19/2023

IKEA-Oriented Development

To frugally furnish a codebase, imitate Ikea.

Taylor Troesh

architecture

6/4/2023

How To Design Software Architecture For Startups

There is a lot of information out there on how to build software for enterprise systems. If you are designing a system for a startup, a lot of these patterns and techniques simply don't work well. High levels of uncertainty, the need for maximum flex...

Christoph Burnicki

architecture

11/26/2022

12 Ways to Prepare your Monolith Before Transitioning to Microservices

Like tidying up a house before a total renovation, preparing your monolith is the first step towards transitioning to microservices.

Tomas Fernandez, Dan Ackerson

architecture

11/12/2022

Events: Fat or Thin – code simple { }

When it comes to the events, the big debate is about the contents of its body. Martin Fowler has written a great post on this topic. Some devs argue that events should carry the complete load with …

Posted by:satjinder bath

architecture