AI Ping-Pong TDD
AI Ping-Pong TDD: A Better Way to Build with AI

Search for a command to run...
Articles tagged with #software-development
AI Ping-Pong TDD: A Better Way to Build with AI

Have you ever stumbled upon a number or string in your code and thought, 'What on earth does that mean?' If so, you’ve likely encountered a magic value—a hidden culprit that makes code harder to read and maintain. In this installment of our Code Smel...

APIs have been an essential component of software development for decades. Application Programming Interfaces (APIs) enable communication between different software pieces by serving as an intermediary that dictates how data should flow from one comp...

Replicating your production environment during development and testing is extremely essential in software development. Gone are the days when in-memory databases like H2 were the go-to when it came to testing. Today, innovative tools like Testcontain...

Today's article aims to discuss Naming in relation to good coding practices.
