Topic/Architecture

- Architecting and building medium-sized web services in Rust with Axum, SQLx and PostgreSQL: Rust has replaced Go as my weapon of choice to build medium-size web services, web services of 10K+ lines of code and 100 or so endpoints. Not because Rust is faster, but because Rust is way more reliable! No more null pointer dereference or fields forgotten when creating a struct,

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.