Blog
Laravel PHP commands
Install Composer, run the following script in your terminal:# curl -sS https://getcomposer.org/installer | sudo php — –install-dir=/usr/local/bin –filename=composer Install the Laravel CLI…
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…
Agile & Project Management Questions
1. What do you mean by servant leadership? The servant-leader shares power, puts the needs of others first and helps people develop…
ReactJS VS React Native
React and React Native are very much similar, yet they are different from each other. Let’s see how they both differ from…
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…
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…
How to install ReactJS On Windows
1. Install Nodejs Go to official Nodejs website https://nodejs.org/en/download/ Download 32 bit or 64 bit version, as per your system requirement. 2.…
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…
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…
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…