10 private links
Game changer, an alternative to ORM, instead relying on your SQL schema to generate the proper client
A high-level overview of how PostgreSQL stores data on disk, covering segments, pages and more.
How to configure SQLite for server applications. Via Lobste.rs
Learn about MongoDB Aggregations to develop effective and optimal data manipulation and analytics aggregation pipelines with this book, using the MongoDB Aggregation Framework (aggregate)
some good read about literal programming that I didn't know about
Good article on how offset pagination is not the greatest thing in the world (at all)
TL;DR but interesting discussion on the structure/format of UUID and how to best use them as primary keys
A bunch of tips for using PostgreSQL
How to get started with SQLite