Recent Posts
[Draft] Review of Database internals book by Alex Petrov
A good book or paper (for me) has lots of references. “Database Internals” has 220. You can use these references to learn more about related concepts in more detail.
Guide or key to 220 papers. Site https://www.databass.dev
distributed database systems data integrity, consistency, redundancy horizontal scaling (scaling out) eventually consistency databases How do I learn more about database internals? Details of storage engine implementation different B-Tree variants, log-structured storage cover recent concepts This book contains concise summaries of important database systems concepts and can serve as a guide for those who’d like to dig in deeper, or as a cheat sheet for those already familiar with these concepts.
read more
Best practices api implementation
SoK post
https://www.infoq.com/presentations/effective-api-design/
read more