blog

Want To Log Your Access Requests? Here’s How You Can Optimize Multiple Databases in Rails 6!

In a data sensitive application debugging is the most critical and time consuming especially if requests traffic is tremendously high, when it comes to debugging every developer’s last resort is application logs and debugging in large logs file is not an easy task. In this post I will brief you about how we can make … Continue reading Want To Log Your Access Requests? Here’s How You Can Optimize Multiple Databases in Rails 6!

How To Make Your Logs Searchable With Filebeat and Elastic Stack

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

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