10 followers
Full Stack Engineer with a Master's degree in Computing, with more than 5 years experience in developing enterprise-level applications.
In this article, I will show you how to improve your unit tests with the use of the builder design pattern. I will use it to solve one of the hardest...
Automated tests are one of the core principles for writing maintainable code. When we have tests, we can refactor code without worrying we might break...
In this article, I will draw attention to some problems and edge cases that may occur while using the useState hook. This hook stores a value that is...
In this article, I will show you some common issues that I have encountered while writing TypeScript applications and how to avoid them. This article...