Skip to content

Developer tooling

Developer Tools

A practical reference for the tools around my development workflow.

View on GitHubOpen source · MIT

The setup behind the work

A living collection of setup notes, configuration, and practical references for AI coding agents, developer environment utilities, and server infrastructure.

I use it as a working notebook when I configure a machine, try a new agent, or maintain the services behind my projects. Keeping the notes close to the tool makes the next setup less dependent on memory.

Start here

Install it where you work.

The repository is organized by tool and environment. Start with the top-level README, then open the README or setup notes for the part of your stack you want to configure.

git clone https://github.com/joacod/developer-tools.git
cd developer-tools

Use it

Browse by the problem you are solving

Use the repository as a set of focused notes rather than a package to install. The top-level README groups the material into AI tools, developer environment, and server infrastructure:

cd developer-tools
less README.md
cd developer-tools/pi
less README.md
cd developer-tools/vps-security
less README.md

What stays simple

  • Keep setup notes close to the tools they describe.
  • Prefer practical, reproducible instructions over a generic tool list.
  • Make AI tool, network, and server configuration explicit.