Skip to main content
Welcome to Breeze (斑码工坊) — a tech blog by breeze, built for frontend developers who want to understand how things actually work. You will find deep dives into JavaScript fundamentals, browser internals, frontend frameworks like Vue, styling with CSS, module bundling with Webpack, language evolution through ECMAScript, and practical guides for self-hosting your own developer infrastructure. The writing style is direct and example-driven. Each article aims to answer not just what something does, but why it works the way it does — from the JavaScript engine’s call stack to Chrome’s network optimizations.

Explore the main topics

JavaScript

Understand the engine, runtime, event loop, type system, garbage collection, and prototypes from first principles.

Browser & Network

Learn how browsers optimize page loads, how TCP Keep-Alive works, and what happens between your code and the screen.

DevOps & Tools

Step-by-step self-hosting guides for GitLab, Ghost, and private NPM registries.

About

Learn more about the blog and the author behind 斑码工坊.

Topics covered

Breeze articles are organized into the following categories:
  • JavaScript internals — engine, runtime, call stack, event loop, type system
  • Browser family — browser behavior, rendering, networking protocols
  • Translations — curated technical articles translated into Chinese
  • CSS — styling fundamentals and techniques
  • Vue — framework patterns and component design
  • Webpack — bundling, configuration, and optimization
  • ECMAScript — language proposals and specification-level details
  • Developer tools — self-hosted services and local development setup