25% off

Use code FUNCMAIN at checkout for 25% off all premium courses.

Get started →
Rust Image

Rust

Part 6 - Configuration & Authentication

Part 6 - Configuration & Authentication

Move your Rust API gateway config into YAML and add JWT-based authentication middleware to protect your backend …

rust
Part 5 - Load Balancing & Health Checks

Part 5 - Load Balancing & Health Checks

Add round-robin load balancing to your Rust API gateway, with background health checks that automatically remove …

rust
Part 4 - Rate Limiting

Part 4 - Rate Limiting

Implement a token bucket rate limiter as middleware for your Rust API gateway, protecting backends by tracking requests …

rust
Part 3 - Middleware Pipeline

Part 3 - Middleware Pipeline

Build a composable middleware system in Rust using traits, implementing logging, CORS, and custom header injection for …

rust
Part 2 - Routing & Path Matching

Part 2 - Routing & Path Matching

Add a routing layer to your Rust API gateway so it forwards requests to different backend services based on URL path …

rust
Part 1 - Project Setup & Your First HTTP Proxy

Part 1 - Project Setup & Your First HTTP Proxy

Set up a Rust project, learn async basics with Tokio, and build a working reverse proxy that forwards HTTP requests to a …

rust
Building an API Gateway in Rust

Building an API Gateway in Rust

In this project series, we are going to be building a fully functional API gateway from scratch in Rust! We'll cover …

rust
Rust Docker Tutorial

Rust Docker Tutorial

In this tutorial, we are going to look at how we can build single and multi-stage Dockerfiles for our Rust applications.

intermediate rust
Scope and Ownership in Rust

Scope and Ownership in Rust

Learn about the scope and ownership in Rust in this guest post by Daniel Arbuckle, the author of Rust Quick Start Guide.

beginner rust
Working with JSON in Rust - Tutorial

Working with JSON in Rust - Tutorial

This tutorial shows you how you can work with JSON objects in Rust

rust json
<< Previous Page Next Page >>
Showing Page 2 of 3