Spring ’26

Winter ’25/26

Type Less With Code Snippets
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.

6 min read

Job Control in Nushell
The Job Control chapter of Effective Shell covers task control in Bash. This post shows how the same ideas work in Nushell.

6 min read

Autumn ’25

Summer ’25

Winter ’24/25

Autumn ’24