React Testing Library Queries Summary Table

When using React Testing Library, there can be an overwhelming number of query options to choose from. Here is a collection of query types and their priorities for use. I organized them into two tables for quick and easy lookups....

Dos and Donts with React Testing Library

In this post, I've compiled a set of best practices for using React Testing Library gathered from various articles across the internet. I've organized and listed them here to share what I've learned with others....

My Thoughts on The Benefits of Unit Testing

Learn why unit testing is important for software development and how it benefits? Find out how it helps make better code, speeds up development, and ensures your application works well....

How to Mock Axios With Vitest?

How to mock Axios in unit testing? Testing units involving external requests can be challenging. This post demonstrates how to write tests that make use of Axios requests, effectively managing both resolved and rejected promises....

Why Can’t We Take Naps in Public Library

Surprisingly, taking naps in public libraries is not allowed. I was informed and awaken by the librarian when I was napping. But why? Here are a couple of reasons behind it. And I find it quite interesting to know....

Will AI Replace Developers?

Will AI replace developers? Simply put, yes. However, it’s unlikely to happen in the next 20 years or the near future. It will likely be one of the last professions affected, after many others....