Inside Dream API: How Tau Controls a Local Cloud

A practical guide to Dream’s control API and lifecycle model for starting, inspecting, modifying, and shutting down local Tau cloud universes.

March 3, 2026 · 3 min · 447 words · Zaoui Amine

Vanilla Raft vs Taubyte Raft: What Changes and Why It Matters

A deep comparison of baseline Raft assumptions and Taubyte’s implementation choices, with concrete source-backed trade-offs around bootstrap, discovery, transport, membership, and consistency behavior.

February 21, 2026 · 6 min · 1076 words · Samy Fodil

Microservices: What Amazon Prime Video Learned the Hard Way

Amazon Prime Video cut costs by 90% by moving away from microservices back to a monolith.

February 17, 2026 · 5 min · 978 words · Zaoui Amine

Why Small Cache Primitives Matter in Distributed Platforms

A practical look at why simple TTL cache primitives improve clarity, performance, and reliability in distributed platform codebases.

February 5, 2026 · 2 min · 323 words · Zaoui Amine

Taubyte Explained: Own Your Cloud with Git-Native Workflows

A plain-English explanation of Taubyte’s core philosophy: infrastructure ownership, Git-native operations, local-first validation, and automated workflows.

January 9, 2026 · 3 min · 500 words · Zaoui Amine

Building a Resilient, Low Latency Order Processing System with Taubyte

In modern e-commerce, latency is a revenue killer. When a user clicks “Buy,” they expect instant feedback. From a systems perspective, the goal is to keep the hot path (customer interaction) short, predictable, and failure-tolerant, without compromising inventory correctness or auditability. Inspired by the article Serverless Order Management using AWS Step Functions and DynamoDB, we’ll take a sovereignty- and security-first approach to build a high-speed, resilient order workflow using Taubyte, optimized for the moment that matters: when a customer presses “Buy.” ...

January 29, 2025 · 8 min · 1495 words · Zaoui Amine