Blog

Notes and build records.

14 engineering notes from RustZen projects.

Git Multi-Repository User Identity Auto-Switching and Privacy Protection Guide

Use Git includeIf to switch user.name and user.email by repository, support HTTPS and SSH, and use a noreply email for public repositories.

GitConfiguration ManagementMulti-RepositoryDeveloper ToolsIdentity Management

Git 多仓库用户身份自动切换与隐私保护指南

使用 Git includeIf 按仓库切换 user.name 和 user.email,支持 HTTPS/SSH,并在公开仓库使用 noreply 邮箱。

Git配置管理多仓库开发者工具身份管理

rustzen-admin: Frontend Permission System with React Router

How rustzen-admin implements route guards, component permissions, and dynamic menus with React Router and Zustand.

reactreact-routerpermissionsfrontend

rustzen-admin:基于 React Router 的前端权限系统

rustzen-admin 使用 React Router + Zustand 实现路由守卫、组件权限和动态菜单。

reactreact-routerpermissionsfrontend

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.

RustAxumSQLxBackendArchitecture Design

我的 Rust 后端之旅:从0到1的实践指南

从前端开发者转向 Rust 后端,这是一场关于结构、清晰与极简的探索。从 Tauri 到 Axum,从堆叠混乱到三层架构,这篇文章系统梳理了我在构建 rustzen 项目中的核心理念与实践路径,也是一份给未来自己的开发笔记。

RustAxumSQLxBackend架构设计

rustzen-admin: Declarative Permission System with Axum

How rustzen-admin implements route-level permissions with Axum, declarative APIs, caching, and middleware.

rustaxumpermissionssecurity

rustzen-admin:基于 Axum 的声明式权限系统

rustzen-admin 使用 Axum、声明式 API、缓存和中间件实现路由级权限控制。

rustaxumpermissionssecurity

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 an admin template with Axum and React.

RustFull-StackAdmin PanelTauriAxum

为什么我选择用 Rust 构建全栈后台管理系统?

从前端转向 Rust 的真实经历,从 Tauri 到 Axum,一步步构建自己的后台管理系统 rustzen-admin。

Rust全栈开发后台管理系统TauriAxum

rustzen-admin: Authentication Security Upgrade - From bcrypt to Argon2

How rustzen-admin migrated password hashing from bcrypt to Argon2 and updated JWT middleware.

rustsecurityauthenticationwebdev

rustzen-admin:认证安全升级 - 从 bcrypt 到 Argon2

rustzen-admin 将密码哈希从 bcrypt 迁移到 Argon2,并同步调整 JWT 中间件。

rustsecurityauthenticationwebdev

Rust + React Admin Template with Axum, SQLx and Vite – Open Source

A starter template for admin systems built with Rust, Axum, SQLx, React, and Vite.

rustreactwebdevprogramming

rustzen-admin:Rust + React 管理后台模板

2025-06-22 的 rustzen-admin 模板历史快照,记录当时的 Rust 后端与 React 前端基础能力。

rustreactwebdevprogramming