Last week we discovered a bug in my workplace project. The error was similar to below Cannot read properties of null (reading 'map') Which is very...
This is continuation of my previous blog where I was trying to introduce some advance Typescript concepts Type Guards To better understand this lets...
I will start with a simple question How long will you wait for a website to load? As per google recommendation, a website page should load within 2...
I started learning Typescript a couple of months back and initially, it was quite overwhelming for me because I used to write plain old javascript,...