Murtaza Nathani

Murtaza Nathani @mnathani

About: Passionate to share what i learn. I feel it's my responsibility as the community has given many help for developing my career !

Location:
Kuala Lumpur
Joined:
May 11, 2018

Murtaza Nathani
articles - 11 total

How the TypeScript Record Type Works

The Record type in TypeScript is used to create a dictionary of key-value pairs, where the keys and...

Learn More 6 0Jan 29 '23

Optimizing to find the top 3 numbers from an array

How to find the the top 3 largest number in an array parsing from a file.. There were many solution...

Learn More 0 0Jan 24 '23

Things learned from AdventOfCode 2022

What is AdventofCode (aoc) ? Its series of 25 leetcode / problem solving question that you...

Learn More 0 0Jan 24 '23

Are you dealing with IMPOSTER SYNDROME ?

Purpose of this article: What is imposter syndrome ? and You are not alone in this...

Learn More 1 2Dec 2 '22

Delete all node_modules folders from your system ? 🤔

Is it giving you hard time to remove node_modules folders from each of your project ? 🙈 Or You...

Learn More 9 0Dec 2 '22

Best way to learn Closure in JavaScript ?

There are tons of resources out on the web which explain what closure is... I will cut the crap of...

Learn More 11 0Jun 22 '22

JavaScript's unsafe optional chaining is crazy |:

Optional chaining: Optional chaining has made life of javaScript programmer easy by...

Learn More 16 11Jun 15 '22

How to Cache bust web app

Why do we need to do cache busting ? Static file gets cached and can be stored for a long...

Learn More 17 16Jun 5 '22

How to Cache web app?

I would like to share my learning on how we were able to cache web app and then bust the cache on...

Learn More 9 0Jun 5 '22

Two lines of CSS that boosts 7x rendering performance!

I'll cut the crap out and jump directly to the two line of css that you need to add to improve your...

Learn More 1002 60May 29 '22

Plugin to make micro frontend using create react app

Hello everyone, I got inspired by how micro service works on backend and helps scale, manage and...

Learn More 7 1Dec 26 '21