Bookmarks with tag "architecture", page 1 of 5
Feature flags for Ruby and Rails
Redis Streams are a data structure in Redis designed for handling high-throughput, append-only event logs — similar to Kafka topics or message queues.
Kubernetes Ingress Controller based on Cloudflare Tunnel
A Conflict-free Replicated Data Type (CRDT) is a data structure that simplifies distributed data storage systems and multi-user applications.
Capture all changes to an application state as a sequence of events
Learn how to design large-scale systems
Sometimes, a seemingly simple and obvious solution can lead to a series of problems later on. This is especially true when adding retries.
Background jobs in Go via Postgres
TL;DR: When you are making a new application that requires persistent storage of data, like is the case for most web applications, your default choice should be Postgres
So, you want to build an app that has its data co-located with its UI? That works offline? That synchronizes between clients? And that lets its users own their data? Welcome to the world of local-first web development.
An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Go client for the Docker Engine API.
A docker job scheduler (aka. crontab for docker)
MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT).