Mohd Shahid
Shahid's Blog

Shahid's Blog

Follow
homebadges

5 mistakes I made as a beginner developer ๐Ÿคฏ.

May 11, 20222 min read

Today I wanted to look back at the time when I decided to start learning to code, changing my career from being a civil engineer to a software...

5 mistakes I made as a beginner developer ๐Ÿคฏ.

Interviewer's Favorite: Event Bubbling

Jan 15, 20223 min read

Hello everyone ๐Ÿ‘‹ It's been a long time since I published my last article. I got busy in learning deployment, AWS, Docker, Kubernetes, etcetera, which...

Interviewer's Favorite: Event Bubbling

Click to Copy!

Aug 28, 20213 min read

Messing around with user's clipboard using JS. ยท Hey Guys ๐Ÿ‘‹ Ever wondered how some websites have "click to copy" functionality? You can also do just...

Click to Copy!

2 Important! Array methods you should know.

Aug 22, 20212 min read

.flat() and .flatMap() ยท Hey everyone ๐Ÿ‘‹ Today's article is about two interesting (also important) array methods: .flat() .flatMap() Let's get...

2 Important! Array methods you should know.

Array methods in JavaScript: when to use which ๐Ÿค”?

Aug 15, 20216 min read

Hey guys ๐Ÿ‘‹ There are a lot of array methods in JavaScript and often we get confused ๐Ÿ˜• about which to use when.In this article I will summarise these...

Array methods in JavaScript: when to use which ๐Ÿค”?

Logical Assignment Operators in JS

Aug 13, 20212 min read

Logical assignment operators are a very new feature in JavaScript.Never heard of them? then this article is for you. There are three logical...

Logical Assignment Operators in JS