blog

How To Set Up Traefik v2 On Amazon’s ECS With Built-in LetsEncrypt SSL

In this post, we will learn how to setup Traefik v2 on ECS with built in LetsEncrypt SSL. Before I start, I would like to mention that Traefik is awesome reverse proxy & load balancer. Steps which we will follow: Build docker image for Traefik on our local machinePush it on Amazon's Elastic Container Registry (ECR)Use pushed image in Task … Continue reading How To Set Up Traefik v2 On Amazon’s ECS With Built-in LetsEncrypt SSL

WorkManager: The Ultimate Background Image Uploader

We always think about which services to use for background image upload with better performance. Earlier we had AlarmManager, JobScheduler, FirebaseJobDispatcher for scheduling the background tasks. But the issues were, JobScheduler available only for API >= 21 and FirebaseJobDispatcher for backward compatibility. So I had to understand which method to use when. But when I came across WorkManager library as part … Continue reading WorkManager: The Ultimate Background Image Uploader

Active Admin & How It Aids In Writing Rspec For Custom CSV

Active admin is a great framework for managing website admin side interface. Usually, UI for admin users needs to be more of managing and reporting the business operations than the fancy UI which we build for end-users. So basically Active admin abstracts common business applications in a simple pattern so that developers can use it and … Continue reading Active Admin & How It Aids In Writing Rspec For Custom CSV