Go Concurrency Patterns Cookbook
Implement Go concurrency patterns — goroutines, channels, select, context, worker pools, fan-out/fan-in, and pipeline 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.