-
🔭 I’m currently working on Cloud & DevOps
-
🌱 I’m currently learning Kubernetes and Containers
-
👯 I’m looking to collaborate on DevOps & Backend Development
-
👨💻 All of my projects are available at vipinyadav.in
-
📚 Read articles at blog.vipinyadav.in & vipiny.medium.com
-
💬 Ask me about Cloud, DevOps, Django, Flask, DRF
-
📫 How to reach me [email protected]
Backstage: An Overview of Spotify’s Open-Source Developer Portal
Backstage: What is it? Backstage is an open-source developer portal developed by Spotify to consolidate all developer tools, services, and documentation together in one place. It simplifies developmen...
Deploying a Scalable and Highly Available Web Application on AWS with Terraform
Introduction Building a scalable and highly available web application on AWS requires a well-architected infrastructure that can handle traffic spikes, ensure uptime, and optimize costs. This guide wa...
A Beginner's Guide: Setting up a Kubernetes Cluster using Vagrant VM on Your Local Machine
Introduction In the realm of modern software development and deployment, Kubernetes has emerged as a powerful tool for managing containerized applications. It offers scalability, resilience, and ease ...
How to Store Terraform State in Azure Blob Storage: A Step-by-Step Guide
Introduction: Terraform is an excellent tool for managing infrastructure as code, but handling the state files can be a challenge, especially in a team setting. Storing your Terraform state in Azure B...
Welcome to the world of Terraform, a powerful infrastructure-as-code (IaC) tool that enables you to define and provision your infrastructure using simple, human-readable configuration files. If you're...
How to Format Terraform Code: A Beginner's Guide
Introduction Terraform is a powerful Infrastructure as Code (IaC) tool that allows you to define, provision, and manage your infrastructure in a declarative way. However, as your Terraform projects gr...