<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Hand-on Learning on Taubyte Blog</title><link>/blog/categories/hand-on-learning/</link><description>Recent content in Hand-on Learning on Taubyte Blog</description><image><title>Taubyte Blog</title><url>/blog/opengraph.jpg</url><link>/blog/opengraph.jpg</link></image><generator>Hugo -- 0.146.0</generator><language>en-us</language><lastBuildDate>Tue, 03 Mar 2026 08:35:00 +0000</lastBuildDate><atom:link href="/blog/categories/hand-on-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Inside Dream API: How Tau Controls a Local Cloud</title><link>/blog/posts/inside-dream-api-how-tau-controls-a-local-cloud/</link><pubDate>Tue, 03 Mar 2026 08:35:00 +0000</pubDate><guid>/blog/posts/inside-dream-api-how-tau-controls-a-local-cloud/</guid><description>A practical guide to Dream&amp;rsquo;s control API and lifecycle model for starting, inspecting, modifying, and shutting down local Tau cloud universes.</description></item><item><title>Why Small Cache Primitives Matter in Distributed Platforms</title><link>/blog/posts/why-small-cache-primitives-matter-in-distributed-platforms/</link><pubDate>Thu, 05 Feb 2026 10:20:00 +0000</pubDate><guid>/blog/posts/why-small-cache-primitives-matter-in-distributed-platforms/</guid><description>A practical look at why simple TTL cache primitives improve clarity, performance, and reliability in distributed platform codebases.</description></item><item><title>Inside Tau CDK: How Scaffolding Reduces Platform Friction</title><link>/blog/posts/inside-tau-cdk-how-scaffolding-reduces-platform-friction/</link><pubDate>Thu, 22 Jan 2026 15:05:00 +0000</pubDate><guid>/blog/posts/inside-tau-cdk-how-scaffolding-reduces-platform-friction/</guid><description>How Tau&amp;rsquo;s Cloud Development Kit approach helps teams start faster with fewer setup mistakes and more repeatable project structure.</description></item><item><title>Shipping Your Project to Production with Taubyte</title><link>/blog/posts/ship-to-production-taubyte/</link><pubDate>Wed, 14 Jan 2026 21:00:00 +0000</pubDate><guid>/blog/posts/ship-to-production-taubyte/</guid><description>You&amp;rsquo;ve built your project locally—now it&amp;rsquo;s time to go live. Learn how to import your project into a production Taubyte cloud and trigger builds, whether you&amp;rsquo;ve been developing on main or a feature branch.</description></item><item><title>Working with Branches in Taubyte</title><link>/blog/posts/branches-taubyte/</link><pubDate>Wed, 14 Jan 2026 20:00:00 +0000</pubDate><guid>/blog/posts/branches-taubyte/</guid><description>Follow best practices for feature development by using Git branches with Taubyte. Learn how to run Dream on development branches, create new branches in the console, and merge changes to production.</description></item><item><title>Understanding Taubyte's Built-in CI/CD System</title><link>/blog/posts/cicd-taubyte/</link><pubDate>Wed, 14 Jan 2026 17:00:00 +0000</pubDate><guid>/blog/posts/cicd-taubyte/</guid><description>Taubyte includes a built-in CI/CD system that automatically builds and deploys your code when you push to GitHub. Learn how it works, how to configure builds, and how serverless functions compile to WebAssembly.</description></item><item><title>Organizing Resources with Taubyte Applications</title><link>/blog/posts/taubyte-applications/</link><pubDate>Wed, 14 Jan 2026 16:00:00 +0000</pubDate><guid>/blog/posts/taubyte-applications/</guid><description>Applications in Taubyte let you group resources under logical units for better organization and access control. Learn how to create applications and scope resources to them while maintaining access to global resources.</description></item><item><title>Real-Time Messaging with Pub/Sub in Taubyte</title><link>/blog/posts/messaging-pubsub-taubyte/</link><pubDate>Wed, 14 Jan 2026 15:00:00 +0000</pubDate><guid>/blog/posts/messaging-pubsub-taubyte/</guid><description>Build real-time features with Taubyte&amp;rsquo;s built-in pub/sub messaging. Create WebSocket-enabled channels for chat, notifications, live updates, and more—all from your serverless functions.</description></item><item><title>Key-Value Databases in Taubyte</title><link>/blog/posts/taubyte-databases/</link><pubDate>Wed, 14 Jan 2026 14:00:00 +0000</pubDate><guid>/blog/posts/taubyte-databases/</guid><description>Add structured data storage to your Taubyte applications with key-value databases. Like storage, databases are created on-the-fly when first used—enabling dynamic, multi-tenant data isolation without extra configuration.</description></item><item><title>Object Storage in Taubyte</title><link>/blog/posts/object-storage-taubyte/</link><pubDate>Wed, 14 Jan 2026 13:00:00 +0000</pubDate><guid>/blog/posts/object-storage-taubyte/</guid><description>Learn how to add object storage to your Taubyte application. Unlike traditional cloud storage, Taubyte creates buckets on-the-fly when you first use them—perfect for dynamic, multi-user applications.</description></item><item><title>Hosting Websites on Taubyte</title><link>/blog/posts/hosting-websites-taubyte/</link><pubDate>Wed, 14 Jan 2026 12:50:00 +0000</pubDate><guid>/blog/posts/hosting-websites-taubyte/</guid><description>Taubyte makes hosting static websites simple. Learn how to create, configure, and deploy a website on your Taubyte cloud with automatic builds and instant previews.</description></item><item><title>Code Reuse with Taubyte Libraries</title><link>/blog/posts/taubyte-libraries/</link><pubDate>Wed, 14 Jan 2026 12:40:00 +0000</pubDate><guid>/blog/posts/taubyte-libraries/</guid><description>Libraries in Taubyte let you keep serverless function code in separate repositories, share logic across multiple functions, and control access more precisely. Learn how to create libraries and use them both as function sources and as imported dependencies.</description></item><item><title>Building Serverless Functions in Taubyte</title><link>/blog/posts/serverless-functions-taubyte/</link><pubDate>Wed, 14 Jan 2026 12:30:00 +0000</pubDate><guid>/blog/posts/serverless-functions-taubyte/</guid><description>Learn how to create, configure, and deploy serverless functions in Taubyte. This hands-on guide walks through building a simple ping-pong function in Go, from creation to testing both locally and in production.</description></item><item><title>Creating Your First Taubyte Project</title><link>/blog/posts/creating-your-first-taubyte-project/</link><pubDate>Wed, 14 Jan 2026 12:20:00 +0000</pubDate><guid>/blog/posts/creating-your-first-taubyte-project/</guid><description>Learn how to create a Taubyte project using the web console. This guide covers the process for both local development with Dream and production deployments, showing you how Taubyte manages your project configuration through Git repositories.</description></item><item><title>Deploying Your Own Taubyte Cloud with SporeDrive</title><link>/blog/posts/deploying-taubyte-cloud-with-sporedrive/</link><pubDate>Wed, 14 Jan 2026 12:10:00 +0000</pubDate><guid>/blog/posts/deploying-taubyte-cloud-with-sporedrive/</guid><description>Learn how to deploy a complete Taubyte cloud infrastructure to your own servers using SporeDrive, our SDK for infrastructure-as-code deployments. This guide walks you through the entire process from configuration to running your first serverless function.</description></item><item><title>Run a Real Cloud Locally with Taubyte Dream</title><link>/blog/posts/run-real-cloud-locally-with-dream/</link><pubDate>Wed, 14 Jan 2026 12:00:00 +0000</pubDate><guid>/blog/posts/run-real-cloud-locally-with-dream/</guid><description>Testing cloud applications locally often means dealing with incomplete emulators that don&amp;rsquo;t match production behavior. Taubyte Dream changes this by running a complete, real cloud on your local machine—not an emulation, but an actual simulation of production infrastructure.</description></item><item><title>Taubyte Explained: Own Your Cloud with Git-Native Workflows</title><link>/blog/posts/taubyte-explained-own-your-cloud-with-git-native-workflows/</link><pubDate>Fri, 09 Jan 2026 09:24:00 +0000</pubDate><guid>/blog/posts/taubyte-explained-own-your-cloud-with-git-native-workflows/</guid><description>A plain-English explanation of Taubyte&amp;rsquo;s core philosophy: infrastructure ownership, Git-native operations, local-first validation, and automated workflows.</description></item><item><title>GitHub Integration in Tau: How Repositories Become Deployable Workflows</title><link>/blog/posts/github-integration-in-tau-how-repositories-become-deployable-workflows/</link><pubDate>Sun, 28 Dec 2025 16:45:00 +0000</pubDate><guid>/blog/posts/github-integration-in-tau-how-repositories-become-deployable-workflows/</guid><description>A plain-English walkthrough of Tau&amp;rsquo;s GitHub integration model, from repository management to repeatable deployment workflows.</description></item><item><title>Building a Resilient, Low Latency Order Processing System with Taubyte</title><link>/blog/posts/building-resilient-low-latency-order-processing-system-taubyte/</link><pubDate>Wed, 29 Jan 2025 12:00:00 +0000</pubDate><guid>/blog/posts/building-resilient-low-latency-order-processing-system-taubyte/</guid><description>&lt;p>In modern e-commerce, &lt;strong>latency is a revenue killer&lt;/strong>. When a user clicks &amp;ldquo;Buy,&amp;rdquo; they expect instant feedback. From a systems perspective, the goal is to keep the &lt;strong>hot path&lt;/strong> (customer interaction) short, predictable, and failure-tolerant, without compromising inventory correctness or auditability.&lt;/p>
&lt;p>Inspired by the article &lt;a href="https://towardsaws.com/serverless-order-management-using-aws-step-functions-and-dynamodb-352d83fda8f7">Serverless Order Management using AWS Step Functions and DynamoDB&lt;/a>, we’ll take a &lt;strong>sovereignty- and security-first approach&lt;/strong> to build a &lt;strong>high-speed, resilient order workflow&lt;/strong> using &lt;strong>Taubyte&lt;/strong>, optimized for the moment that matters: when a customer presses “Buy.”&lt;/p></description></item><item><title>Metal to Cloud: Outsmart Cloudflare, Netlify, and Vercel in Minutes</title><link>/blog/posts/be-competitive-in-few-minutes/</link><pubDate>Tue, 20 Feb 2024 23:14:00 +0000</pubDate><guid>/blog/posts/be-competitive-in-few-minutes/</guid><description>Metal to Cloud: Outsmart Cloudflare, Netlify, and Vercel in Minutes</description></item><item><title>Introduction to Taubyte</title><link>/blog/posts/introduction-to-taubyte/</link><pubDate>Fri, 02 Feb 2024 23:14:00 +0000</pubDate><guid>/blog/posts/introduction-to-taubyte/</guid><description>Introduction to Taubyte</description></item></channel></rss>