GitHub
GitHub
GitHub is where I store and manages code. Every Duodode project, every experiment, and every build I run through VS Code lives behind it. It is the backbone of my technical workflow.
What it is
A hosted platform for git repositories, with collaboration, deployment integrations, and issue tracking built on top.
How I use it
- Version control for all project code
- Deployment pipelines into Vercel
- Collaboration on client and internal work
- A clean history of changes across projects
- A trusted home for work built with AI-Assisted Development
Why it fits my workflow
Every serious modern stack assumes GitHub. Tying the rest of my tools to it (VS Code, Vercel, Next.js) means everything plugs in without extra plumbing. That matches my preference for tools that create leverage and remove friction.
What it unlocks for me
- Safe, reversible building
- Instant deployment through connected services
- A shared surface for client projects
- A track record of work that compounds over time
Related
VS Code · Vercel · Next.js · Node.js · Deployment Workflows · AI-Assisted Development