Convention and Creativity

I recently ran across a small code example that made me think about rigid conventions and how they can hamper understanding.Here's the simplified example code: ⛶return new Promise((resolve, reject) ...
0 Read More

Relevant mutants

Relevant mutants
1. Introduction. Mutation testing gives us information about the fault detection capability of a test suite, whether the assertions that its tests make are good and strong enough to capture r...
0 Read More

Migrating to TanStack Query v5

TanStack Query is a robust library for data fetching and state management. With the release of TanStack Query v5, many developers upgrading to the new version have encountered challenges in migrating ...
0 Read More

Calico Network Policy

Calico Network Policy
In this article we are going to learn about Calico Network policy. But first let us focus on the basics and learn what is a Kubernetes network policy. Kubernetes Network Policy Basics ...
0 Read More