Hello, 👋
Welcome to my blog, where I document my thoughts on Rust, React, full-stack development, and the construction of Rustzen Admin project.
🚀 Rustzen Admin Articles
-
rustzen-admin: 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: 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.
-
Rust + React Admin Template with Axum, SQLx and Vite – Open Source
A starter template for admin systems built with Rust (Axum) and React, designed for clean architecture and developer productivity.
💡 Tech Blog
-
My Rust Backend Journey: A Practical Guide from 0 to 1
As a frontend developer transitioning into Rust backend development, this is an exploration of structure, clarity, and minimalism. From Tauri to Axum, from chaotic stacking to three-layer architecture, this article systematically documents the core concepts and practical path in building the rustzen project, and serves as a development note for my future self.
-
Why I Choose Rust to Build a Full-Stack Admin System
A front-end developer's real experience of learning Rust, from trying Tauri to building a complete admin template using Axum and React.