Esc
Type to search posts, tags, and more...
Skip to content
building-a-system-for-ai-assisted-engineering.md 4 min

Building a System for AI-Assisted Engineering

Moving beyond vibe coding to structured AI-assisted development — using a .ai/ directory and project constitution to give AI assistants the context they need to be genuinely useful.

--ai--devops
efficient-ssh-key-management-with-bash-commands.md 4 min

Efficient SSH Key Management with Bash

A practical walkthrough of SSH key generation, distribution, agent management, and config file patterns — updated for modern best practices with Ed25519.

--devops--tooling
k3s-up-and-running.md 3 min

K3s Up and Running with k3sup

Deploying K3s on a dedicated server with k3sup in minutes — from bare metal to a working cluster, plus the practical next steps to make it useful.

--devops
unclutter-environment-variables.md 4 min

Unclutter Your Environment Variables

Stop manually sourcing env files and juggling export statements. Use direnv and modern secret managers to load project-specific environment variables automatically.

--devops--tooling