Standard Search
About 7 results
https://rednafi.com/shards/2026/04/dynamo/ · 11 Apr 2026
Key takeaways from Amazon's 2007 Dynamo paper.
https://isaaccorbrey.com/ramblings/on-database-migrations-and-workflow-friction · 6 Feb 2026 · 🦋 Bluesky
Database development workflows are slow, fragile, and frustrating despite clear data models.
https://mackuba.eu/2025/10/15/three-bases-one-app/ · 15 Oct 2025
Since June 2023, I’ve been running a service written in Ruby (Sinatra) that provides several Bluesky custom feeds (initially built with a feed for the iOS/Mac developers community in mind, later expanded to many other feeds). If you don’t know much abo...
https://build.ms/2024/10/23/minimal-manageable-migrations-with-monarch/ · 23 Oct 2024
Introducing Monarch, a simple yet flexible migrations library for Swift that helps manage user data changes across app updates with minimal hassle.
https://build.ms/2022/6/22/model-view-controller-store/ · 22 Jun 2022
Introducing Boutique, a new architecture that reimagines MVC for SwiftUI by adding a Store layer to handle state management and data flow in a familiar, approachable way.
https://mackuba.eu/2010/10/10/notes-from-the-mongoberlin-conference/ · 10 Oct 2010
This week I went to Berlin for 2 days to attend the MongoBerlin conference organized by 10gen, the creators of MongoDB. I took a lot of notes from the presentations, and I figured this may be useful for someone if they missed a presentation (or just cou...
https://mackuba.eu/2009/09/02/installing-sphinx-on-macosx-from-ports/ · 2 Sep 2009
A few days ago I spent a couple of hours trying to install the full text search engine Sphinx on my work computer in order to use it in my current project. I’m posting the details here, maybe this will save someone some time…