Backend
Building High-Performance REST APIs with Rust + Axum: A Practical Architecture Guide
Real-world experience and architecture patterns from migrating Node.js to Rust Axum — achieving 10x performance gains.
API design, databases, server architecture, and performance tuning
2 postsReal-world experience and architecture patterns from migrating Node.js to Rust Axum — achieving 10x performance gains.
A practical guide to PostgreSQL query optimization — from reading EXPLAIN ANALYZE to index strategy.