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
blog
Discover Why Android Paging Library Is A Must-have
Android Jetpack introduced a lot of libraries which are driving developers to enhance architecture and reduce boilerplate code, one of them is the Android Paging library which makes it easy for you to add Pagination in your project. If you are building an app which loads large data from a server or the database and … Continue reading Discover Why Android Paging Library Is A Must-have
How Can You Update Your Mongoid Embedded Documents?
I faced a situation in my project where I need to update all the embedded documents. But as we generally know about the mongoid embedded documents we can’t access directly, we must access them through parent documents. I have millions of such parent documents and they embed many child documents. So in the general solution, … Continue reading How Can You Update Your Mongoid Embedded Documents?
