I quit DevOps for good.Hi readers, There are times when we make huge decisions in our lives. These may not be easy to make due to several reasons. Like the decision I made to quit DevOps completely. You may feel that I quit suddenly, but I took this decision years ago. It ...Jun 11, 2024·3 min read
FastCGI Micro Cache in NGINXIntroduction FastCGI Micro Cache is a caching mechanism that caches dynamic content in front of a web server with NGINX. It is the most efficient way to implement a dynamic cache mechanism. In this article, we will discuss how to configure FastCGI Mi...Sep 2, 2023·3 min read
#10weeksofCloudOps - Week 3Implement a 2-tier architecture in AWS using Terraform.Aug 24, 2023·9 min read
#10weeksofCloudOps - Week 1Host a static website on AWS or Azure or GCP and implement CI/CDAug 2, 2023·5 min read
gzip compression of static files in NGINXAs a DevOps or Ops Engineer, you are likely familiar with the importance of optimizing website performance. One way to improve website speed is by compressing responses using gzip in Nginx. Gzip is a file compression format that reduces the size of f...Jul 31, 2023·2 min read
Cache Control Header in NGINXThe Cache-Control header is a powerful tool that can be used to control how a browser caches a resource. Here are some real-world examples of how to use the Cache-Control header in a location block: To set a maximum age for a resource, you can use t...Jul 28, 2023·3 min read