Blog
Best coding Practices – PHP
Never put phpinfo() in the root directory Assignments in arrays may be aligned. When splitting array definitions onto several lines, the last…
Difference between B2B & B2C
Both have similar goals, but communicating with a different type of audiences. Here are the key differences between B2B and B2C. B2B…
Install LAMP stack on Ubuntu using tasksel
Install LAMP stack on Ubuntu using tasksel Update system and packages by this command: # sudo apt-get update Install tasksel using this…
Install the VS Code editor on Ubuntu
Run following curl command to download Microsoft GPG key # curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.gpg Then install the key via…
Create a project in Angular
Type following command to create a new project: # ng new <PROJECT-NAME> It will ask “Would you like to add Angular routing?…
Install NodeJs and Angular CLI
How to Install NodeJs and Angular CLI Steps for installing NodeJS Open https://nodejs.org/ Download the LTS version and install it. ( *LTS…
Fix for PhpMyAdmin Not found (404 Error) – Apache Ubuntu
1. Check the location of apache.conf file # locate apache2.conf 2. Open this ‘apache2.conf’ file with any editor and include phpmyadmn configuration…
Bloomerang website integration
Donation form builder It allows to create a customized donation form (online giving forms) from Bloomerang dashboard, that can be placed on…
Scrum – CSM Exercise Questions (Part2)
(*) Correct answers are marked in Green Which of the following is a benefit of using Scrum? A. It enables detailed planning…
Firebase hosting setup for Angular app
1. Firstly install node.js on your machine. # sudo apt-get install nodejs # sudo apt-get install npm 2. To install the firebase…