AOUOS / Bolt Guo
Hello, I'm Bolt Guo.
Frontend developer working on AI tools, product interfaces, and practical web projects. AOUOS collects the projects, notes, and experiments I actually ship.
01 interface Developer {
02 name: string;
03 focus: string[];
04 ships: string;
05 }
06
07 const me: Developer = {
08 name: 'Bolt Guo',
09 focus: ['frontend', 'AI', 'tools'],
10 ships: 'projects, notes, tools'
11 };
12 export default me;Selected projects
Three current threads.
VizLearn
A bite-sized learning site for algorithms and data structures, with visual lessons on arrays, linked lists, trees, graphs, hash tables, and heaps.
Watermark Remover
A local tool for removing watermarks from images generated by nano banana. Built with Vue.js for high performance.
React 19 Learning
A project-driven learning system for React 19, covering 30 lessons from core fundamentals to source-code mastery across 4 progressive phases.
Latest notes
View all notes →- AOUOSJun 23, 2026
别删机:Oracle 免费小鸡重装系统生存手册
Oracle 免费小鸡重装系统生存手册,教你如何在不删除实例的情况下重装系统盘,避免失去免费实例名额。
- AOUOSApr 08, 2026
Claude Code Best Practices
Practical tips and workflows for working effectively with Claude Code — from CLAUDE.md setup and Plan Mode to context management, TDD, and Git workflows.
- AOUOSMar 08, 2026
Google 账号全方位迁移美区完整指南
从付款资料、Play 商店到全局关联地区,三个层面彻底将 Google 账号迁移到美国区,解锁最完整的数字内容与 AI 服务生态。