Amazon(AWS) Email PHP showcase 

How to integrate AWS SES with PHP – PHPMailer

In this article we will look in to, how to implement amazon AWS SES (simple email service) in PHP using PHPMailer library. Register with AWS Step 1: Register with AWS and verify your primary email. If you are a new user then by default AWS will give you limited access as an SES sandbox account. this might be enough for testing. But when you want to deploy the application in production then it will be a bit difficult, so after testing, request for production where you will get much more…

Read More
News Tech News 

Major tech gaints team up to clear the air about AI

In 2014, Tesla and SpaceX founder Elon Musk said in an interview that he believed that AI posed the biggest threat to human existence. That didn’t stop him from co-chairing a billion-dollar AI research nonprofit, but it did make people think about whether artificial intelligence could get out of hand. Now, five tech giants including Google and its DeepMind subsidiary, Facebook, Microsoft, Amazon and IBM have come together to form Partnership on AI, a coalition dedicated to highlighting the best practices and ethical research in the field of artificial intelligence.…

Read More
aws-ubuntu Amazon(AWS) Hosting 

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on AWS Ubuntu

While Setting up the AWS or any other linux cloud hosting service there are many things we need to take care of while installing the LAMP stack to ubuntu. LAMP(Linux, APACHE, MySQL, PHP)? AMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest. Before Starting LAMP Installation you need to set…

Read More