π Tech Blog
Sharing articles about Rust, React and modern full-stack development
-
Git Multi-Repository User Identity Auto-Switching and Privacy Protection Guide
Essential skill for modern developers: Use Git includeIf functionality to achieve automatic multi-repository identity switching, support HTTPS/SSH protocols, protect personal privacy, and say goodbye to manual configuration hassles. From GitHub personal projects to corporate intranet repositories, one configuration solves all identity management issues.
-
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.