Complete Terraform Tutorial Part – 1 – Introduction

Terraform is an Opensource tool that will provide Infrastructure as code. Infrastructure as Code is a system that stores the machine-readable file to manage, provision, and configure the Software Infrastructure from Cloud computing. So, Terraform will define your Cloud Infrastructure with some popular Cloud provides including AWS, Azure, Google Cloud Platform, DigitalOcean, CloudFlare, and more. […]

Complete Terraform Tutorial Part – 1 – Introduction Read More »

How to Configure and Running Jenkins Behind Apache Reverse Proxy

How to Configure and Running Jenkins Behind Apache Reverse Proxy?

Running Jenkins in its default server will be difficult to manage sometimes. Running Jenkins behind Reverse Proxy is recommended if you want to manage Jenkins hosting and a certain level of access management in traffic. In this article, we will discuss How to Configure and Running Jenkins Behind Apache Reverse Proxy with the benefits of

How to Configure and Running Jenkins Behind Apache Reverse Proxy? Read More »

How to Write an Ansible Playbook.

How to Write an Ansible Playbook.

Ansible is one of the popular Opensource Software Configuration Management tools compared with other tools. In our previous article, we have discussed How to Create an Ansible Inventory. As we discussed, ansible is mainly used for IT Automation, Provisioning, and Application Deployment purpose. Ansible will play its role with multiple managed nodes like App servers,

How to Write an Ansible Playbook. Read More »

How to Create an Ansible Inventory.

How to Create an Ansible Inventory.

Ansible is one of the popular Opensource Software Configuration Management tools compared with other tools. Which is mainly used for IT Automation, Provisioning, and Application Deployment purpose. Ansible will play its role with multiple managed nodes like App servers, Database, and more. It uses SSH to connect with the nodes where it needs to do

How to Create an Ansible Inventory. Read More »

Upgrading Jenkins

Upgrading Jenkins and Post Upgrade Activities

As we know Jenkins is one of the most used opensource automation tools. Since it is highly reliable and stable, it is highly recommended for enterprise CICD and another automation purpose. Although it is highly reliable and stable, we need to be careful when we upgrade Jenkins to new versions of Jenkins. Especially, when we

Upgrading Jenkins and Post Upgrade Activities Read More »

Top Content Management System

Top Content Management System (CMS) Platforms.

The Content Management System is the platform to Create, Update, Delete and Manage the Web contents and digital contents. Mostly, Content Management Systems are used for Enterprise Content Management (ECM) and Web Content Management (WCM) where ECM is can be used for Document management, Digital asset management and more. While, WCM is used for Website

Top Content Management System (CMS) Platforms. Read More »

What is Event-Driven Programming.

What is Event-Driven Programming?

The Event-Driven Programming is an Architectural design pattern to build the software application where components of the runtime open event and responds to the event. In this article, we will discuss the traditional Programming and Event-Driven Programming with detailed comparison and examples to understand. Traditional Programming Let’s see how HTTP 1.0 to understand how events

What is Event-Driven Programming? Read More »