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 What Are the Proper Ways To Restrict Access to the Media Assets
Category: Javascript
Ins & Outs Of 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 Ins & Outs Of Component Lifecycle With UseEffect
All About The 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 All About The Demystifying Class In JavaScript
