Hello, I'm
Bolt Guo
Frontend Developer & AI Explorer
Building high-performance web applications and exploring the future of human-AI collaboration. I focus on clean code, seamless UX, and engineering excellence.
interface Developer { name: string; skills: string[]; passion: string; } const me: Developer = { name: 'BoltGuo', skills: ['Frontend', 'AI'], passion: 'Building the future' }; export default me;
Selected Projects
A curated collection of digital tools and personal works, ranging from focused productivity utilities to experimental web applications.
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.
Vue 3 Learning
A project-driven learning system for Vue 3, covering 4 phases from a Todo App to full-stack e-commerce and Vue 3 internals, with deep dives into Composition API throughout.
Thoughts & Insights
Claude Code Best Practices
Apr 08, 2026Practical tips and workflows for working effectively with Claude Code — from CLAUDE.md setup and Plan Mode to context management, TDD, and Git workflows.
Google 账号全方位迁移美区完整指南
Mar 08, 2026从付款资料、Play 商店到全局关联地区,三个层面彻底将 Google 账号迁移到美国区,解锁最完整的数字内容与 AI 服务生态。
Understanding Agent Skills
Nov 21, 2025What skills actually are in Claude Code, how they differ from tools and subagents, and how to design reusable workflows that trigger reliably.