Posts

Hello World! Happy Coding and Smile :-)

  • Understand Kubernetes Buzzword (Day1)

    There are a couple of buzzword in Kubernetes which makes our learning a bit hard. In this article I want to explain these terms which are important for us to understand what is Kubernetes.

  • Build A CI CD Pipeline On Azure Guide

    This project will start with creating a scaffolding to assist in performing Continuous Integration and Continuous Delivery. And then it will use Github Actions along with a Makefile, requirements.txt and application code to perform an initial lint, test, and install cycle. Lastly, we will integrate this project with Azure Pipelines to enable Continuous Delivery to Azure App Service.

  • Deploy A Web Server In Azure

    The infrastructure as code gives us a huge advantage in defining, deploying, updating and destroying our infrastructure. So to set up an image which contains our application for repeatable deployments, we will use packer to create the virtual machine images(in JSON format).

  • Set Up Python in VS code & PyCharm

    I spent a couple of hours in setting up my python environment with VS code yesterday. Here is my summary for setting up the python environment both in Pycharm and VS code. PyCharm