Tagged architecture
3 notes
System Design
How these notes are organised, from the wire protocols up to full designs.
#system-design#architecture#distributed-systems
SQL vs NoSQL and when to use
How to pick between a relational database and a NoSQL one, the trade-offs, and worked examples for each.
#databases#sql#nosql#architecture
Architecture and Testing
Clean Architecture layers and the dependency rule, SOLID with Flutter specific tells, and test driven development from the domain layer up.
#flutter#dart#architecture#clean-architecture#solid#tdd#testing