Why and how I migrated from distributed postgres to distributed sqlite on kentcdodds.com
Despite an exponential increase in computing power, our applications require more machines than ever because of architectural decisions made 25 years ago. You can eliminate much of your complexity and cost by using SQLite & Litestream for your production applications.
Why and how I migrated from distributed postgres to distributed sqlite on kentcdodds.com
I love simplicity. Complexity is our eternal enemy and Simplicity is beautiful; rarely something is as simple as SQLite: a single-file, in-process database. It runs inside our application, there is no need for a separate database server.
A vision for the "small web", small software, and small architectures.
A few interesting articles I read over the past few months
A simple on-disk key-value blob store: the humble Zip file.