CRUD APIs are Poor Design

preview_player
Показать описание
Typical API Design consists of building around database records and Create Read Update Delete. Making nothing more than a UI or HTTP API around a database. But that database schema was driven by business processes. But if those business processes don't live in your system, then trying to evolve your schema can be challenging. Instead of modeling data structure, model business processes and the data behind them.

💥 Join this channel to get access to a private Discord Server and any source code in my videos.

🔥 Join via Patreon

✔️ Join via YouTube

Рекомендации по теме
Комментарии
Автор

I don’t get your point? You can absolutely build business logic behind a CRUD API. That is what makes the backend a backend and not merely a proxy for the database queries or mutations themselves.

bob_kazamakis
Автор

5 word titles with provocation at its core are just as bad, if not dangerously miss-educational... Don't stoop to clickbait please.

wildshane