/p>
Engineering
Software engineering practices, architecture, testing
ADR Template: How AI Generates Architecture Decision Records Your Future Self Will Thank You For
Tutorials EngineeringADR template + prompts for generating Architecture Decision Records with AI. Structure, examples, CI automation, and a Claude Code workflow from decision to documentation.
AI Security Audit Checklist: 15 Vulnerabilities Claude Found in Production Code
Tutorials EngineeringA checklist of 15 common production code vulnerabilities with before/after examples and prompts for AI-assisted auditing. SQL injection, SSRF, path traversal, JWT, race conditions, and more.
AI Code Review Checklist: Correctness, Security, Performance, Readability
Tutorials EngineeringA checklist for AI code review across 4 categories with prompts for each stage, real-world finding examples, and a CI/CD pipeline integration template.
TDD with AI: Claude Writes Tests First, Then the Implementation
Tutorials EngineeringHow to apply test-driven development with Claude Code: prompts, test-first workflow, approach comparison. A practical guide with code examples.