Designing Data-Intensive Applications - Chapter 2 (Data Models and Query Languages)
Data models
Data models are perhaps the most important part of developing software, because
they have such a profound effect: not only on how the software is written but also on
how we think about the problem that we are solving.
Most applications ar...
smohamed.hashnode.dev20 min read