Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
1. Introduction: The Myth of Emergent Design Test-Driven Development (TDD) promises a...
I really love sh and bash but I often feel alone and I get some regular negativity when I solve a...
I have more then 20 years of web development experience, both using server-side rendering, and React....
You know how to write tests. Red, green, refactor. Assert this, mock that. But here's a question that...
🚀 Better Code with Claude: 4 AI-Powered Plugins for Code Quality I'm excited to announce...
Professional TDD for AI-Augmented Software Development Table of Contents What Is AAID...
Love it or hate it, Test-Driven Development (TDD) is a very popular software development method used...
This article was originally published on my blog. Announcing TinyBDD: Fluent, Executable...
Scenario Your system sends an activation link for users. When the user accepts the...
NimbleMock: A Modern, Blazing-Fast Mocking Library for .NET (34x Faster Than Moq) Hey...
Yesterday I shared how to set up a modern testing environment using Vitest + React Testing...
The real problem in software development isn't buggy code; it's building the wrong thing. We should...
Debugging POST request headers in under 40 screen rows. Doesn't actually use Postman While...
I am working on a research project at my university. I was tasked to implement an algorithm that...
This week I continued building my project and focused on getting some important foundations in...
Intrigued by Kent Beck's blog Augmented Coding: Beyond the Vibes, I wanted to experiment with...
When testing React with React Testing Library (RTL), it helps to understand what's actually happening...
Testing Real-World Go Code: Table-Driven Tests, Subtests and...
A hands-on guide by tobiloba ogundiyan
A ideia de que uma inteligência artificial (IA) possa praticar “maldade” assusta e fascina. Filmes...
The developers need to create tests to achieve better quality for systems. There are some challenges...
Last week was packed but I couldn’t miss to register in my meetup series a entry for the Symfony/PHP...
Over the past few weeks, we've been restructuring our marketplace. We basically had to rebuild the...
AI can speed you up — or quietly ship bugs. The difference is boring: explicit contracts, Gold Standard implementations, small diffs, and verification.
For more than half my career, I've been a practitioner of TDD, Test-driven development. The practice...
There’s a moment I keep running into when practicing TDD. Tests pass. Coverage improves. Refactoring...
Why Do So Many Teams Fail at Testing? Almost every team starts with the same optimism. At...
In the last two decades, software development has become incredibly sophisticated — at least on...
AI agents changed my development tempo overnight. I can ship more code in a day than I used to in a...
Introduction This post walks through testing a Go function that loads a .toml config file...