2026

Winter

Type Less With Code Snippets

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

VSCode Status Bar Ricing

4 min read

Customize the VS Code status bar with custom CSS, fonts, item ordering, Vim mode colors, and replacement problem icons.

Summer

VSCode VIM Part I - EasyMotion

3 min read

Learn how to enhance VSCode text navigation by setting up EasyMotion with the VSCode Vim extension and LazyVim-like keybindings.

Spring

2024

Winter

VS Code DevContainer

3 min read

Use VS Code Dev Containers to develop inside Docker, reusing an existing Dockerfile while keeping dependencies isolated and reproducible.
VSCode Ricing

3 min read

Customize VS Code with Custom CSS and Animations, including themes, fonts, status bar styling, borders, and command palette layout.

Autumn

Winter

Using tasks.json

3 min read

A brief note on using VS Code tasks.json to compile, run, package, and automate common project tasks.
VS Code Extensions

2 min read

A personal list of VS Code extensions for editing, Markdown, formatting, Git, web development, utilities, and drawing.