Setup GitHub authentication on Mac
You have to configure Git with your GitHub account and set up secure authentication and the recommended approach is to use SSH keys. Step 1: Generate a New SSH Key …
You have to configure Git with your GitHub account and set up secure authentication and the recommended approach is to use SSH keys. Step 1: Generate a New SSH Key …
Many organizations these days are utilizing numerous deployment environments, which their DevOps groups use to approve the necessary features prior to moving the particular builds to production. Instead, each developer …
Microservice architecture is a method of software development to break down the application into small isolated functions which are called “services”. Services are meant to be developed and deployed independently …
AMI is basically a template/blueprint of a Virtual instance. AMI provides the information required to launch an instance like Operating System, Application server, etc. When you launch an instance, you …
A document that clearly explains what data you are taking from people and how you are using that data. Every time somebody hands out their data to you, make sure …
The European Union’s General Data Protection Regulation on data privacy came into effect on May 25, 2018. This new regulation policy applies to the data of all EU citizens, regardless …
Major Components of Docker Architecture Docker Client Docker Host Docker Daemon Docker Registry 1. Docker Client User can interact with Docker using Docker client. It is utility we use, when …
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 …
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 …
Please comment on this page, if you need any explanation regarding these questions. Check correct answers in Bold & Italic font. 1. You run a successful multi-tier web application on …