Nizar's Blog
Posts tagged #agents
-
Lean Claude Code for Production
Original photo by Valentin Antonucci on Pexels
Many agentic coding demos showcase landing pages, one-off scripts, or greenfield projects. While technically impressive, they often produce single files with little thought for maintainability. Even...
-
TDD Guard for Claude Code
Original photo by Pixabay on Pexels
Claude Code fit well into my workflow, but sticking to Test-Driven Development (TDD) principles still needed occasional reminders: one test at a time, fail first, no over-implementation. It worked,...
-
Agentic TDD
Original photo by Pixabay on Pexels
Since I started programming, I've insisted on always writing my own code. It wasn't out of necessity; it was a personal choice. Even as LLMs (Large Language Models) became part of my workflow, I...