Developer by day, hacker by night :)
Nothing here yet.
Recently I've been reading a book "Learning Test Driven Development" by Saleem Siddiqui. After reading a couple of chapters I wanted to try out TDD in practice. In this blog, we'll explore what is TDD and how we can set up TDD in React + Typescript (...

Building typesafe components in React is important for maintaining a healthy codebase and ensuring that your application is free of runtime errors. In this article, we will explore how to use the TypeScript type system to create type-safe React compo...
