alfredo-perez.devCreate Cursor Rules for AngularEver feel like you’re fighting an uphill battle to maintain coding standards across your Angular project? Many of us have. You establish style guides, meticulously review PRs, and hold team meetings — yet, inconsistencies often creep in. Component st...Dec 27, 2025·11 min read
alfredo-perez.devCreate Reliable Unit Tests with Claude CodeSo you’re using Claude Code to generate tests and it’s creating 45 test files that check if setTimeout works. Yeah, that’s not what we want. And that’s in the best-case scenario. In the worst case? The tests don’t even run. Claude might use Jasmine i...Dec 27, 2025·13 min read
alfredo-perez.devGenerating Your First Rules with Cursor for Your Angular ProjectBuilding consistent, high-quality Angular applications becomes increasingly challenging as your codebase grows and your team expands. While Cursor IDE’s rule system offers powerful automation capabilities, getting started can feel overwhelming when y...Dec 27, 2025·15 min read
alfredo-perez.devUniversal Knowledge Base for AIOkay, tell me if this sounds familiar: You’re working on a new project and need to add a page, but suddenly you don’t know what patterns to follow. You check the closest page to see how it’s structured and verify when it was created, and the code fee...Dec 27, 2025·9 min read
alfredo-perez.devSkip Angular ResourceI understand. You're building an Angular app and have heard about the new Resource API. Maybe you're considering using it, or you already are. Here's the thing: while Angular Resource and TanStack Query weren't designed to do exactly the same things,...Feb 13, 2025·8 min read