Author: Aamir Shahab

black and gray laptop computer turned on doing computer codes

Let’s have a look at Creation of AWS VPC

Reading Time: 3 minutes This blog demonstrate how we can create a Virtual Private Cloud (VPC) in AWS cloud using a bash script. In this blog, we will break down the steps with its explanation. So, lets go through it. 1. Prerequisites An AWS account To create an AWS account click here. Install AWS CLI To install AWS CLI, visit here for Linux and for Windows and Mac click Continue Reading

data codes through eyeglasses

Migrating repository from Bit-bucket to GitHub

Reading Time: 3 minutes This blog provide you with knowledge to automate migrate a repository from Bit-bucket to GitHub. These are the following steps you need to take care of. 1. Generate ssh key First, you’re going to need to generate an SSH key. Depending on the type of work you do, you may want to be careful with this. That is, if you have an existing id_rsa file, Continue Reading

Introduction to Time Series Forecasting (Part-1)

Reading Time: 4 minutes This blog is Part-1 for Introduction to Times Series Forecasting. In this blog, the main focus is to provide you an idea about what is a time series, types of forecasting, components of a time series, and the goal of a time series. Part-2 will provide you with the basics algorithms to analyze time-series data. Introduction to Time Series Time series is an ordered sequence Continue Reading

Self-hosted runners for GitHub Actions

Reading Time: 4 minutes Self-hosted runners offer more control of hardware, operating system, and software tools than GitHub-hosted runners. It provide us with ability to create custom hardware and software configuration with more processing ability to run larger jobs. Runners can be physical, virtual, in a container, on-premises, or in a cloud. In this blog, we will be adding a runner in cloud. For introduction to CI/CD using GitHub Continue Reading