Knowledge Guide
HomeSystem DesignMicroservices Patterns

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. The desktop app with its high processing power and larger display can handle a substantial amount of data. But what about the mobile app? It has limited processing power, a smaller screen, and possibly a restricted data plan. Should it receive the same amount of data as the desktop app? Is it efficient to process all that data in a mobile environment? Not quite.

Performance Inefficiency and Over-fetching

This leads us to another problem — performance inefficiency and over-fetching. Over-fetching happens when a client downloads more information than it actually needs. Over-fetching in traditional backend models can lead to performance issues, longer loading times, and increased bandwidth usage.

Complexity in Code Management

When a single codebase serves multiple frontends, it becomes bloated and complex. It's harder to maintain, troubleshoot, and update. The more complex the system, the more time and resources it consumes, which could be used for other productive tasks.

Lack of Flexibility and Scalability

Lastly, traditional backends lack flexibility and scalability.

With rapidly evolving user expectations and technological advancements, applications need to adapt quickly. Traditional backends, with their rigid structure and complexity, make it harder for businesses to innovate and scale.

Imagine having to sift through a monolithic codebase to change a small feature for one specific frontend. Or scaling the entire backend system just because one frontend is experiencing high traffic. It sounds like an overkill, right? That's because it is.

So, it’s evident that the traditional backend models pose a series of challenges. They're like outdated machinery that can't keep up with modern demands. We need a new approach, something that caters to the unique requirements of different frontends while ensuring efficiency and scalability. The BFF help us resolve these issues.

🤖 Don't fully get this? Learn it with Claude

Stuck on The Problem Traditional Backend Models? Open Claude, copy a block below, and it'll teach you this exact concept — visually and interactively.

🎨 Explain it visually

Build the mental picture, not memorization.

I just read a lesson on **The Problem Traditional Backend Models** (System Design) and want to truly understand it. Explain The Problem Traditional Backend Models from first principles using ONE vivid real-world analogy and a visual mental model — draw it as ASCII art or a clear step-by-step diagram — with a concrete example using real numbers. Then ask me one question to check I got the mental picture, and wait for my reply. If you're unsure or a claim isn't standard, say so and reason from first principles instead of guessing.
🤔 Walk me through it (interactive)

Socratic — adapts to where you're stuck.

Teach me **The Problem Traditional Backend Models** interactively. Ask me ONE guiding question at a time, wait for my answer, and adapt to my confusion — build the idea with me step by step instead of explaining it all at once. If you're unsure or a claim isn't standard, say so and reason from first principles instead of guessing.
🧪 Quiz me & fix my gaps

Active recall exposes what you missed.

Quiz me on **The Problem Traditional Backend Models** with 5 questions, easy to tricky, ONE at a time. Tell me if each answer is right; at the end, explain clearly what I got wrong and why. If you're unsure or a claim isn't standard, say so and reason from first principles instead of guessing.
🧠 Make it stick

Intuition + hook + flashcards for long-term memory.

Help me remember **The Problem Traditional Backend Models** for the long term: give the one-sentence intuition, a memorable hook/mnemonic, a tiny worked example, and 3 active-recall flashcards (Q -> A). If you're unsure or a claim isn't standard, say so and reason from first principles instead of guessing.

📝 My notes