Articles and Lessons tagged with PHP

Implementing Login with Facebook with Angular and REST API

Implementing Login with Facebook with Angular and REST API

Posted Feb 6, 2018 | | By Maina Wycliffe | Angular
Today, I am going to show you how to create an Angular App with a REST API that uses Facebook Login to sign in/up users. For this application, we are going to be using PHP in our backend, but this can work with any Framework or Language for the …
Read More

Deploying a PHP 7 App with MongoDB to AWS Elastic Beanstalk

Deploying a PHP 7 App with MongoDB to AWS Elastic Beanstalk

Posted Jan 15, 2018 | | By Maina Wycliffe | PHP
Introduction Over the weekend, I was working on a PHP REST API that is using Mongo DB as it’s database. I haven’t worked with MongoDB before, I have always used MySQL/MariaDB/PostgreSQL DB etc. for almost all my projects. The reason am bringing the …
Read More

Visual Studio Code - Top 5 Extensions for PHP

Visual Studio Code - Top 5 Extensions for PHP

Posted Dec 17, 2017 | | By Maina Wycliffe | PHP
Visual Studio Code is one of the best free text editors out there. Right out of the box, Visual Studio Code offers basic PHP support but nothing more than that. To enjoy a fruitful PHP development, you need to install PHP extensions. Today, I am …
Read More

PHP: Frameworks vs Microframeworks

PHP: Frameworks vs Microframeworks

Posted Nov 12, 2017 | | By Maina Wycliffe | PHP
Introduction A PHP Framework in simple terms is a platform used by developers to create web applications – obviously made by PHP. They help developers concentrate on their applications – the bigger picture – instead of some small details like …
Read More