Tag: tooling
All the articles with the tag "tooling".
-
Choosing a Static Site Generator for a Markdown Knowledge Base
A comparison of static site generators for publishing markdown notes as a structured blog, covering Quartz, Astro/AstroPaper, and Hugo/PaperMod, with notes on search, tags, S3 deployment, and managing draft versus published content.
-
Git Worktrees: Multiple Working Directories for a Single Repository
A technical overview of git worktrees — how they work, when to use them, process isolation considerations, and practical management for developers who frequently switch context between branches.