开发笔记
Markdown 语法树:构造迷你解析器

Build a Markdown parser from scratch by understanding the abstract syntax tree

打造 60 fps 丝滑页面:从 requestAnimationFrame 到 requestVideoFrameCallback

Get acquainted with requestAnimationFrame / requestIdleCallback / requestVideoFrameCallback API

视频编码:移动端游览器视频自动播放

A solution to address mobile browser video autoplay issues, with insights into codec knowledge

2024/06/01
自建 Notion 组件:随机诗句 / 英文引言 / 音乐播放器

Create Notion Widgets for Random Poem, English Quote, and Music Player

2024/01/23
JS 异步编程:事件循环与 Promise

Promises make JavaScript asynchronous programming more elegant