writer@homelab:~$ ls ./blog/rust --sort=recent

#rust

Every post filed under #rust. Search by keyword or jump to another topic.

// 6 posts in #rust
Xata + Rust: A getting started guide.
rust·7 min·FEB 05 2024

Xata + Rust: A getting started guide.

This post discussed what Xata is and provided a detailed step-by-step guide to use it to build a project management API in Rust.

read.md
Appwrite + Rust: Build APIs without technical overhead
rust·8 min·AUG 18 2023

Appwrite + Rust: Build APIs without technical overhead

Learn how to abstract technical overhead by leveraging Appwrite to build a project management API in Rust

read.md
Build a product delivery page with Rust and Uniform
rust·9 min·MAR 05 2023

Build a product delivery page with Rust and Uniform

Learn how to build a product delivery page using Cloudinary for media optimization, Uniform for composing experience, and Yew; a Rust-based frontend framework for rendering the product markup.

read.md
Rust Workspaces: A guide to managing your code better
rust·6 min·AUG 06 2024

Rust Workspaces: A guide to managing your code better

In this guide, you will learn what Rust workspaces are, their benefits, and a practical guide on how to build a REST API using Rust workspaces.

read.md
Getting started with gRPC in Rust
gRPC·8 min·MAY 23 2023

Getting started with gRPC in Rust

gRPC is a modern communication framework that can run in any environment and helps connect services efficiently. This post explores what gRPC is and how to get started by building a user management service using gRPC, MongoDB and Rust.

read.md
I Built a Docker-Native Database Admin UI in Rust. Here’s Why.
Docker·5 min·FEB 17 2026

I Built a Docker-Native Database Admin UI in Rust. Here’s Why.

DockAdmin is a lightweight, modern database admin UI that runs as a Docker container. It supports PostgreSQL, MySQL, and SQLite. The entire image is ~15MB.

read.md