Docker Compose setups for parallel AI agents
How to structure Docker Compose so several AI coding agents can run the same multi-container Laravel app at the same time without clashing over ports, volumes, databases, or seed data.
How to structure Docker Compose so several AI coding agents can run the same multi-container Laravel app at the same time without clashing over ports, volumes, databases, or seed data.
A practical guide to running AI coding agents safely and efficiently in a monorepo, including the wins, the configuration changes, and the common failure modes.
Use one GitHub Actions workflow to create a release tag and another to mark the matching Jira version released.
Go beyond the basics with panes, copy mode, synchronised input, and shared tmux sessions.
Why fix-forward is usually safer than rolling back when deployments touch databases, background jobs, and other non-idempotent state.
Use Lefthook to version, share, and speed up Git hooks so checks run consistently for every developer.
Use Git worktrees to run multiple AI coding tasks on one repository without branch-switch friction.
Create a secure, temporary SOCKS proxy from your Mac with SSH dynamic port forwarding and simple start/stop commands.