Workflow

6 writings / topics / since 2025

2026

Winter

02

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.

8 min read

Consolidate scattered project commands into a single justfile. Learn how Just simplifies multi-language development workflows with better reusability & documentation.
2025

Autumn

02

14 min read

Batch-compressing media files with Nushell to free up OneDrive space.

Summer

02