Logo
Grokking Microservices Design Patterns
Ask Author
Back to course home

0% completed

The Problem: Traditional Backend Models

As we delve deeper into microservices patterns, it's important to understand the challenges posed by traditional models that led to the advent of patterns like the Backends for Frontends.

One-Size-Fits-All Approach

In traditional backend models, the backend is a monolithic entity serving multiple frontends — desktop, mobile, and other client-facing applications. It provides a uniform set of APIs for all frontends, regardless of their unique requirements.

Think of a scenario where a desktop application and a mobile application are accessing the same API from a traditional backend

.....

.....

.....

Like the course? Get enrolled and start learning!