Rust Async Programming with Tokio
Master Rust async programming with Tokio — futures, streams, select, spawn, channels, and real-world async patterns.
Meer in Rust & Go Prompts
Rust: Build a Concurrent Web Scraper
Rust async scraper using tokio + reqwest + scraper.
Go: Production-Ready HTTP Server Template
Go HTTP server template with structured logging, graceful shutdown, and middlewa...
Rust: Convert a Node.js Script to Rust CLI
Port a Node.js CLI to Rust for speed and single-binary distribution.
Go: Microservice with gRPC and Connect-go
Go microservice exposing both gRPC and REST via Connect-go.