Blog

Introduction to Docker

What is Docker? It is a platform that packages an application and its dependencies together in the form of Container. The Containerization aspect ensures that the application works in any …

Different Scrum Roles

Product Owner Responsible for achieving the maximum business value for the project. Articulates Customer requirements. Maintains Business justification for a project. Represents customer’s voice. Delivers business value to customers through …

Cloud Computing

1. Different ways of Data EncryptionA: a) Encrypting when data is at rest– Let’s suppose some data is in the database and is in encrypted form. Somebody wants to read …

Setting up Cron Jobs on AWS EC2

Cron Jobs are scheduled tasks running at a specified frequency. In the AWS EC2/ dedicated server, we have to set up the cron using CLI (with root login access). Steps …

Install Zoom on Ubuntu

You can install Zoom on Ubuntu in two ways: 1. Installing through Ubuntu Software install Firstly, we need to download the Zoom package from Zoom official website.Go to URL: https://zoom.us/download#client_4meeting …