Skip to main content

AI-Assisted Programming

Practical, no-fluff guides on using AI tools in your daily programming workflow. From writing better prompts to generating, debugging, and testing code with Claude Code, GitHub Copilot, Cursor, and more.

Ready to start?

Jump to the Quickstart to get AI-assisted coding working in your environment in under 30 minutes.

What you'll find here

SectionWhat's inside
GuidesStep-by-step tutorials on prompting, code generation, debugging, testing, and workflows
ToolsOverview and comparison of AI development tools (Claude Code, Copilot, Cursor, Codex, Gemini CLI, Aider, Mistral)
Claude CodeDeep-dive into commands, memory, skills, hooks, plugins, MCP servers, subagents, and agent teams
ResourcesCurated GitHub repos, prompt templates, and useful references

Who this is for

These guides are written for developers who already know how to code and want to integrate AI tools into their workflow, not to replace thinking, but to move faster and reduce repetitive work. Whether you work in web/backend, .NET, or firmware/embedded, there's a setup guide tailored to your stack.

A note on AI limitations

AI models make mistakes. They hallucinate APIs, misunderstand context, and produce code that looks correct but isn't. Treat AI output as a first draft, not a finished product. Always review, test, and understand the code before using it in production. For common pitfalls and how to handle them, see Troubleshooting & Limitations.