Help!!! an important content on every web application, to add a help content in rails application simple approach will be to cram all pages inside public folder link all pages, done !!! wait… isn’t it an unstructured mess to add all pages inside the public folder, can there be a different approach? Yes, Middleman- a static … Continue reading How To Make Your Logs Searchable With Filebeat and Elastic Stack
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
