GitUseful Git Cheat Sheet Configure name that is identifiable for credit when reviewing version history# git config –global user.name “<FIRST AND LAST NAME>” Configure...Read More
Laravel, PHPLaravel 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...Read More
BlogProject Charter Project Charter is the first opportunity for the project manager to understand the vision and goal of the project. The...Read More
BlogMicroservices architecture Microservice architecture is a method of software development to break down the application into small isolated functions which are called...Read More
BlogDifferent deployment environments! Many organizations these days are utilizing numerous deployment environments, which their DevOps groups use to approve the necessary features prior...Read More