10 followers
Full-stack web developer specializing in javascript technologies like Node js React js and Express.
AWS-Amplify is a library that helps front-end developers connect with AWS services without any cloud expertise required. In this post, I will go...
I have conducted several interviews with junior candidates, and often when I inquire about their GitHub profile, they respond by saying they do not...
Coinbase extension, like Metamask, is a crypto wallet and gateway used to connect and interact with the blockchain. It allows users to interact with...
By practical I mean is how these async requests will work in a real-world app. In order to implement a great user experience, you need to properly...
Let's compare shallow copy vs deep copy. Here is the definition of each: Shallow copy happens when a reference variable(i.e object or array) gets...
Hoisting is one of the most frequently asked javascript interview questions. The concepts around the hoisting are somewhat tricky and give candidates...