Tag: tooling
All the articles with the tag "tooling".
- golangtooling
VS Code Setup for Golang Programming
The VS Code setup I run for Go — the extensions, gopls settings, and debugging config that turn a stock install into a real Go IDE.
- pythontooling
Python Dependency Management for AI Projects: pipx + Poetry
AI projects drown in heavy, conflicting Python dependencies. How pipx (isolated global tools) and Poetry (per-project deps) keep your environment reproducible.