Blog

pexels-olia-danilevich-4974914

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 globally, run the following Composer command:# composer global …

pexels-dids-5499551

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 server, etc. When you launch an instance, you …

js-code

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 each other by understanding the basics of ReactJS …

laptop-react

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. Create your React project Create Folder like ‘ReactProject’ …

Untitled design

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 …

schedule-planning-startup-launching-7376

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 …