TIL: MontyDB - MongoDB Implemented in Python

Today I learned about MontyDB, a pure Python implementation of MongoDB that can run in-memory or with file storage, perfect for testing and lightweight applications.

June 4, 2021 路 1 min

TIL: Eli Bendersky's Blog, Awesome By Example, NoCoDB, and Martin Kleppmann

Today I learned about excellent technical blogs by Eli Bendersky and Martin Kleppmann, discovered NoCoDB as an Airtable alternative, and found a curated list of example-based learning resources.

May 29, 2021 路 1 min

TIL: Dolt - Git for Data and Database Version Control

Today I learned about Dolt, a revolutionary SQL database that combines Git-style version control with relational database functionality, enabling true data versioning and collaboration.

March 5, 2021 路 4 min

TIL: Customizing PostgreSQL Shell with psqlrc Configuration

Today I learned how to customize the PostgreSQL command-line interface using psqlrc configuration files to improve productivity and user experience.

November 8, 2020 路 4 min