Manish Kumar
Manish's Blog

Manish's Blog

Follow
homebadges

How I fixed a bug using javascript `call` method

Oct 16, 20213 min read 164 views

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...

How I fixed a bug using javascript `call` method

Jumpstart on advance typescript Part 2

Feb 7, 20219 min read 97 views

This is continuation of my previous blog where I was trying to introduce some advance Typescript concepts Type Guards To better understand this lets...

Jumpstart on advance typescript Part 2

Resource loading strategies in Web applications

Jan 12, 20214 min read 259 views

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...

Resource loading strategies in Web applications

Jumpstart on advance typescript Part 1

Dec 21, 202010 min read 159 views

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,...

Jumpstart on advance typescript Part 1