Author: Azmat

Introduction to OpenStack

Reading Time: 4 minutes In this blog we will learn Openstack. OpenStack is an open-source cloud operating system, That provides cloud functionality to your hardware.

Python Argparse: Parser for command-line options, arguments and sub-commands

Reading Time: 4 minutes In this blog, I am going to show you how you can parse the command line arguments to your python script using python argparse module.

Two-Way SMS Using Amazon Pinpoint

Reading Time: 3 minutes In this blog, I will explain what Two-Way SMS is, how we can easily implemented using amazon Pinpoint. Here is the Architecture diagram of Two-Way SMS was infrastructure that we will use for setting up Two-Way Infrastructure.

Concourse CI CD pipeline

Reading Time: 4 minutes In this blog, we are going to set up a typical CI/CD pipeline using concourse to make the development process more agile and deployment more visible.

Automate deployment using AWS CodeDeploy

Reading Time: 6 minutes In the CodeDeploy blog series, we are going to write two blogs the first blog covers the CodeDeploy theory-based and In the second blog, we will cover the full end-to-end automation practical of the application deployment using CodeDeploy and Jenkins. Let’s start aws CodeDeploy is basically a deployment service through which we can easily automate your deployment.

Azure Monitor: Collect Logs and Metrics from On-Premises

Reading Time: 5 minutes In this blog we are going to discuss how we can collect logs and metrics from the Azure resource and on-prem infrastructure to the azure monitor

Databricks Deployment via Jenkins

Reading Time: 3 minutes In this blog, We will learn how do we create the Databricks Deployment pipelines to deploy databricks components(Notebooks, Libraries, Config files and packages) via a Jenkins.

jenkins logo

Jenkins: Build Triggers

Reading Time: 4 minutes In this we will learn, how Jenkins trigger the build of the project for continuous integration and continuous deployment and what are the types of build triggers in jenkins.