Hello, 👋
Welcome to my blog, where I document my thoughts on Rust, React, full-stack development, and the construction of Rustzen Admin project.
4 articles
2 projects
∞ possibilities
🚀 Rustzen Admin Articles
-
rustzen-admin Series (Part 2): Permission System Architecture - Complete Implementation of Declarative Permission System Based on Axum
A comprehensive guide to building a modern permission system with Rust Axum - featuring declarative APIs, intelligent caching, and middleware architecture for high-performance access control.
-
rustzen-admin Series (Part 1): Authentication Security Upgrade - From bcrypt to Argon2
A comprehensive guide to upgrading password security in Rust web applications - migrating from bcrypt to Argon2 with JWT middleware implementation.