Topic
Quality
3 articles on this topic.
-
How I Built an LLM Workflow That Stabilized E2E Tests in a Real Project
Flaky E2E tests are silent killers of team velocity. Here is how I turned an LLM from a code generator into a participant in a diagnostic process - using local skills, knowledge files, and anti-flake rules grounded in a real Playwright + Qase regression suite.
-
Hard Negative Mining: A Practical Guide for Senior Developers
A practical explanation of hard negative mining for embeddings, ranking, recommendation systems, contrastive learning, and model evaluation.
-
TypeScript's `satisfies` Operator: When and How to Use It
Learn how TypeScript's satisfies operator preserves literal inference while checking object shapes, mapped types, and safer configuration objects.