
CRUD APIs are Poor Design
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.
🔗 EventStoreDB
eventsto.re/codeopinion
🔔 Subscribe: / @codeopinion
💥 Join this channel to get access to a private Discord Server and any source code in my videos.
🔥 Join via Patreon
www.patreon.com/codeopinion
✔️ Join via YouTube
youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw/join
📝 Blog: codeopinion.com/
👋 Twitter: twitter.com/codeopinion
✨ LinkedIn: www.linkedin.com/in/dcomartin/
📧 Weekly Updates: mailchi.mp/63c7a0b3ff38/codeopinion
0:00 "REST"
3:18 What do you say you do?
5:29 Extend
8:46 Model Business Pr
コメント