Understanding Taubyte's Built-in CI/CD System

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.

January 14, 2026 · 4 min · 642 words · Zaoui Amine

Code Reuse with Taubyte Libraries

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.

January 14, 2026 · 4 min · 842 words · Zaoui Amine

Building Serverless Functions in Taubyte

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.

January 14, 2026 · 4 min · 710 words · Zaoui Amine

Add LLAMA Capability to Your Cloud

Add LLAMA Capability to Your Cloud

October 29, 2025 · 4 min · 800 words · Samy Fodil

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

Embracing WebAssembly for Post-Moore's Law Performance Challenges

As Moore’s Law slows, performance gains must come from optimizing the “Top” of the computing stack—software, algorithms, and hardware architecture. WebAssembly (Wasm) is a key technology in this shift. Its compact binary format and near-native execution speed reduce software bloat, enhancing efficiency. Wasm’s universal runtime environment ensures cross-platform compatibility, while its secure sandboxing provides robust security. Additionally, its modular design fosters the development of high-performance components. WebAssembly addresses the critical performance challenges.

June 18, 2024 · 3 min · 591 words · Taubyte

Metal to Cloud: Outsmart Cloudflare, Netlify, and Vercel in Minutes

Metal to Cloud: Outsmart Cloudflare, Netlify, and Vercel in Minutes

February 20, 2024 · 19 min · 3857 words · Samy Fodil

Introduction to Taubyte

Introduction to Taubyte

February 2, 2024 · 13 min · 2708 words · Samy Fodil

Using LLAMA in WebAssembly

Using LLAMA in WebAssembly

August 1, 2023 · 4 min · 800 words · Samy Fodil

Add LLAMA Capability to Your Cloud

Add LLAMA Capability to Your Cloud

July 25, 2023 · 4 min · 800 words · Samy Fodil