Introducing Angular Testing Library Zoneless
Angular Testing Library introduces a new zoneless subpackage for streamlined testing with a simplified API and better Vitest compatibility.
Angular Testing Library introduces a new zoneless subpackage for streamlined testing with a simplified API and better Vitest compatibility.
A developer's personal recap and key takeaways from attending the State of the Browser and Web Day Out tech conferences.
A developer reflects on a persistent coding bug in their personal site, questioning if human errors should be called 'slop'.
A developer explains why they switched to Test-Driven Development (TDD) and how it improved their coding process, with a focus on testing inputs/outputs.
A developer explores using Claude Code to generate acceptance tests for a Spring Boot API, assessing the AI's capabilities and test quality.
A guide to systematically evaluating and testing AI agent skills, covering success criteria, building an evaluation harness, and improving skill performance.
A developer shares critical drawbacks of using Claude Code for AI-assisted programming, focusing on hidden issues like problematic test generation and maintenance challenges.
A developer details the process of building evaluation systems for two AI-powered developer tools to measure their real-world effectiveness.
Introduces Skill Eval, a TypeScript framework for testing and benchmarking AI coding agent skills to ensure reliability and correct behavior.
Explains the importance of automated testing for data pipelines, covering schema validation, data quality checks, and regression testing.
Explores using lenses in Haskell to simplify test assertions for nested data structures, improving test readability and precision.
A critical analysis of the '10x productivity' claims in AI-assisted software development, questioning quality and oversight.
A developer explains the practical benefits of implementing a --dry-run option in a reporting application for safe testing and validation.
Tips for using AI coding agents to generate high-quality Python tests, focusing on leveraging existing test suites and patterns.
Tips for using AI coding agents to generate high-quality Python tests, leveraging existing patterns and tools like pytest.
A technical guide on implementing centralized test result printing and progress reporting in a Fortran testing framework.
Introducing Tripwire, a Zig library for injecting failures to test error handling and recovery paths, ensuring robust error cleanup.
Explores strategies for implementing and testing complex data filtering logic, balancing correctness and performance between in-memory and database queries.
Argues that software engineers must prove their code works through manual and automated testing, not just rely on AI tools and code reviews.
A developer explains their migration from Jest to Vitest, citing ESM support, TypeScript compatibility, and performance improvements.