Developer Tooling & Workflow
-
Ghostty Terminal: Mitchell Hashimoto's GPU-Accelerated Terminal -
Helix Editor: Modal Editing Without Vim's Legacy -
Zellij vs tmux: The Modern Terminal Multiplexer -
GitHub Actions Advanced Patterns: Reusable Workflows, Composite Actions, Matrix Builds, and Self-Hosted Runners Move beyond basic GitHub Actions pipelines. This guide covers reusable workflows, composite actions, matrix strategies, self-hosted runners with autoscaling, advanced caching, security hardening, and patterns for managing CI across a large monorepo or multi-repo organization.
-
Nix and NixOS for Developers: Reproducible Environments, Flakes, and devShells A practical guide to Nix — the purely functional package manager that makes development environments reproducible, declarative, and composable. Covers nix-shell, flakes, devShells, home-manager, and NixOS for those ready to go all in.
-
Pre-commit Hooks and Code Quality Gates: Enforcing Standards Before They Become Problems A comprehensive guide to the pre-commit framework — configuring hooks for every language, writing custom hooks, integrating with CI, and building a code quality strategy that catches issues before they reach a pull request.