Rust Systems Engineering, Web Frameworks & Concurrency
This technical showcase explores true memory safety without a garbage collector, focusing on low-latency infrastructure, high-performance WebAssembly (WASM) modules, and completely type-safe Server-Side Rendering (SSR). Engineering workflows leverage modern production ecosystems like Actix Web, Axum, and SQLx to build bulletproof backend architectures.
Production Rust Projects & Systems
Leptos + Actix - Rust: Isomorphic Systems Architecture
A study in building high-performance web applications with a unified, shared type-system from the database to the browser.
Examine Technical Scroll → RustQuietboard-Rust - Rust: Type-Safe SSR & Askama ()
A "Zero-JS" reliability study: building a stateless architecture where HTML templates are validated by the compiler at build-time.
Examine Technical Scroll → RustMemorySeeds — Rust + WebAssembly (Low-Level Interop)
A study in high-performance validation: offloading logic-heavy constraints to a compiled Rust binary via the WASM ABI.
Examine Technical Scroll → RustSycamore — Rust WebAssembly UI Demo
An exploration into fine-grained reactivity using Rust and WebAssembly to bypass traditional JavaScript frameworks in favour of a type-safe, compiled UI.
Examine Technical Scroll →