Skip to content
SolutionsBased Local
Consult Now

Category: Server

Git

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…

Cloud

Different deployment environments!

Many organizations these days are utilizing numerous deployment environments, which their DevOps groups use to approve the necessary features prior to moving…

Cloud

Microservices architecture

Microservice architecture is a method of software development to break down the application into small isolated functions which are called “services”. Services…

AWS

AMI – Amazon Machine Image

AMI is basically a template/blueprint of a Virtual instance. AMI provides the information required to launch an instance like Operating System, Application…

Cloud

What a Privacy policy should cover?

A document that clearly explains what data you are taking from people and how you are using that data. Every time somebody…

Cloud

GDPR: General Data Protection Regulation

The European Union’s General Data Protection Regulation on data privacy came into effect on May 25, 2018. This new regulation policy applies…

Cloud

Major Components of Docker Architecture

Major Components of Docker Architecture Docker Client Docker Host Docker Daemon Docker Registry 1. Docker Client User can interact with Docker using…

Cloud

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…

Cloud

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…

AWS

AWS Solution Architect Associate – Exercise Questions – Part 2

Please comment on this page, if you need any explanation regarding these questions. Check correct answers in Bold & Italic font. 1.…