Skip to main content
Welcome to Breeze (斑码工坊) — a collection of in-depth articles on frontend development, JavaScript internals, browser technology, and practical developer tools. Whether you are diving into the fundamentals of JS or setting up your own self-hosted services, you will find clear explanations here.

Introduction

Learn what Breeze is about and how to get the most out of these articles.

JavaScript

Explore the engine, runtime, event loop, type system, and more.

Browser & Network

Understand how browsers and network protocols work under the hood.

DevOps & Tools

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

Start reading

1

Explore JavaScript fundamentals

Start with Engine, Runtime & Call Stack to build a solid mental model of how JavaScript executes code.
2

Understand the event loop

Move on to Event Loop to learn how asynchronous JavaScript really works.
3

Learn about browsers and networking

Discover how Chrome’s optimizations and TCP Keep-Alive affect web performance.
4

Set up your own tools

Follow the DevOps & Tools guides to self-host your development infrastructure.