#development-workflow

[ follow ]
Software development
fromRealpython
3 days ago

AI Coding Agents Guide: A Map of the Four Workflow Types - Real Python

AI coding agents autonomously execute tasks through a continuous loop of reading, reasoning, acting, and evaluating.
fromMedium
1 month ago

Claude Code Hacks To Supercharge Your Workflow

If you're planning to run Claude Code for an existing project with files in it, the first command you should submit should be this one: /init. Claude Code will scan the entire project codebase and generate a CLAUDE.md file that mirrors the project details. It will include all essential details (such as project architecture, conventions) in this file, so you don't have to provide these details manually.
Bootstrapping
Software development
fromMedium
9 months ago

GitHub from the Command Line: A Beginner's Guide Using git and gh

Using the command line for Git enhances transparency, speed, scriptability, portability, and reduces errors compared to GUI tools.
[ Load more ]