Amazon S3 bucket storage is a real blessing for developers, right? It’s easy to store and access data as per our need from buckets. But… What if we need to block access to an object from external platforms? I came across this issue recently. I was storing video files in a public bucket and using … Continue reading Restrict access to the media content
Category: Javascript
Component lifecycle with useEffect
As you are reading this blog, you are one of the cool developers and to become the coolest developer you need to follow the above quote. Here, I am sharing my story, when I tried to become the coolest developer! When I heard about hooks in React JS, I read about it and tried to write new components … Continue reading Component lifecycle with useEffect
Demystifying Class in JavaScript
Every developer doesn't like classes in JavaScript due to the fact that they behave differently in different scenarios. Many times you might have heard complaints about classes from developers. I’ll explain how a class works in JS and how to achieve class like behaviour without using class keyword. People from object-oriented background often get confused with classes … Continue reading Demystifying Class in JavaScript