CodelyTV/agentic_programming-course

Agentic Programming with AI: Practical Fundamentals course examples

38Stars on the repository
13Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

backend-engineer

01

CodelyTV/agentic_programming-course

Agent Codex

Use when creating or modifying backend code: API routes, use cases, domain models, repositories, infrastructure services, or dependency injection configuration. Follows Hexagonal Architecture, DDD, and DIOD conventions.

38 4mo ago A 45 tokens original MIT

database-engineer

02

CodelyTV/agentic_programming-course

Agent Codex

Use when creating or modifying database schemas, migrations, or SQL scripts. Follows PostgreSQL conventions: NOT NULL for required fields, plural table naming, and TEXT with CHECK constraints over VARCHAR/CHAR.

38 4mo ago A 44 tokens original MIT

testing-engineer

03

CodelyTV/agentic_programming-course

Agent Codex

Use when creating or modifying tests: unit tests, Object Mothers for test data, or hand-written Mock Objects for domain interfaces. Follows the project's testing conventions with jest, should pattern mocks, and faker-based mothers.

38 4mo ago A 48 tokens original MIT