Skip to content

Developer tooling

Developer Tools

A practical reference for developer tools, AI agents, and server utilities.

View on GitHubOpen source · MIT

The setup behind the work

Developer Tools is a living collection of setup notes, configuration, and practical references for the tools around my development workflow. It covers AI coding agents, local model runtimes, developer environment utilities, and server infrastructure without pretending there is one perfect stack.

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/mlx
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 local AI, network, and server configuration explicit.