Technical notes for builders
I write about developer tools, Rustzen products, AI-assisted workflows, and practical engineering notes.
- PromptsP
Frontend–Backend API Contract Review Prompt
Trace backend routes, request parameters, response shapes, frontend clients, types, and page usage to find contract mismatches with file-level evidence.
- PromptsP
Jul 18, 2026 My Codex Work Configuration: Keeping Stable Preferences in AGENTS.md
How I compressed planning, diagnosis, collaboration boundaries, and Git safety rules into a maintainable global AGENTS.md.
- PromptsP
Jul 18, 2026 Conversation Review Prompt
Turn accessible conversation records into grounded progress, decisions, reusable lessons, open loops, and next actions.
- PromptsP
Jul 18, 2026 Scheduled Topic Digest Prompt
Use configurable topics, evidence windows, and source rules to produce recurring, deduplicated, action-oriented research digests.
- SkillsS
Jul 18, 2026 idaibin/skills: Independently Installable Software Engineering Skills
The current catalog, installation flow, and composition model for self-contained Agent Skills that do not depend on repository-root files or other Skills.
- NotesN
Jul 18, 2026 From AICraft to idaibin/skills: Why I Removed Part of My AI Asset Library
How AICraft changed from a mixed repository of prompts, standards, and Skills into a catalog of independently installable Agent Skills.
- NotesN
Jul 18, 2026 Should an AI Instruction Become a Prompt, a Skill, or Personal Configuration?
Use scope, triggering, authority, and validation cost to place AI working rules on the right surface without maintaining the same behavior several times.
- NotesN
Jul 14, 2026 How rustzen-admin Changed in a Year: From a Basic Admin App to a Deployable Project Template
A one-year retrospective on rustzen-admin: permissions, storage, repository structure, deployment, frontend changes, and the production problems shaping what comes next.
- NotesN
Jul 3, 2026 Feeds Hub: Turning Information Streams Into Executable AI Automation
Why I built Feeds Hub, and how it connects search, filtering, summaries, cover images, Markdown output, and static publishing into a repeatable workflow.
- NotesN
Jul 3, 2026 Rustzen Series Notes: From Tool Repositories to a Product Portfolio
Notes on recent Rustzen work across rustzen-admin, Zen Clear, Rustzen Zipper, and Rustzen Clipboard: build usable products first, then extract engineering boundaries.
- NotesN
Jul 3, 2026 Why I Still Use Rust to Build the Rustzen Product System
How rustzen-admin evolved from a full-stack admin template into an AI-friendly, local-first engineering base for Rustzen products.
- NotesN
Jul 3, 2026 Zen Clear Tweet Draft: A macOS Disk Analysis Tool for Developers
A short post draft for Zen Clear, focused on developer disk usage, project context, and explainable cleanup.
- NotesN
Jun 27, 2026 Where does your macOS developer disk space go?
A practical look at Xcode DerivedData, Docker data, node_modules, Cargo target directories, IDE indexes, and AI tool caches — and why developer cleanup should start with scan, explanation, and preview before deletion.
- NotesN
Oct 9, 2025 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.
- NotesN
Sep 27, 2025 rustzen-admin: React Router Permissions
Complete guide to modern frontend permission systems - implementing fine-grained permission control using React Router + Zustand, including route guards, component permissions, and dynamic menus
- NotesN
Jul 7, 2025 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.
- NotesN
Jun 26, 2025 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.
- NotesN
Jun 24, 2025 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.
- NotesN
Jun 22, 2025 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.