Articles and Lessons tagged with AWS

Automate Deployment of Angular Apps using AWS CodeBuild

Automate Deployment of Angular Apps using AWS CodeBuild

Posted May 10, 2018 | | By Maina Wycliffe | Angular
Building and deploying Angular app is very time consuming, especially with large application. You also must keep track of which branch you are deploying to which environment and a little mix-up could be catastrophic. You can smoothen the building and …
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