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

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
How to implement hot reloading in a Go application
This guide will explore what hot reloading is and why it is needed. It will also explore two libraries to help build hot reloading into your applications.
read.md
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
Appwrite + Go: Build APIs without technical overhead
Learn how to abstract technical overhead by leveraging Appwrite to build a project management API in Go
read.md
Xata + Go: A getting started guide.
This post discusses what Xata is and provides a detailed step-by-step guide to using it to build a project management API in Go.
read.md
Getting started with gRPC in Golang
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 Golang.
read.md
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 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.
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