2026

Winter

6 min read

Developers often face repetitive coding patterns, ranging from standard if/for structures to Go's error handling or HTML boilerplates. This redundancy is inefficient and error-prone. Snippets offer the optimal solution. When you type a short prefix (e.g., if, for), your IDE suggests a completion item that can be expanded into a predefined code template.
2025

Autumn

Summer

3 min read

How Shiki renders inline code, code blocks, and transformer markers in my Hexo blog, for checking styles and layout edge cases.
2023

Autumn

2 min read

Test various Markdown features including color schemes, math, task lists, callouts, and code blocks.