These tutorials are for you if you’re involved in front-end development, backend, full-stack, data, analytics, machine learning, artificial intelligence and you want to use cloud technologies.
Category Archives: Cloud Engineering
How to Install and Configure phpMyAdmin on Amazon Linux 2023
phpMyAdmin was created so that users can interact with MySQL through a web interface. In this guide, I will show you how to install and configure phpMyAdmin so that you can use it to manage your databases on an Amazon Linux 2023 system.
How to install and configure WordPress on Amazon Linux 2023
In this tutorial I will deploy a WordPress application into an Elastic Compute Cloud (EC2) instance running on Amazon Linux 2023 and serve the website files over the internet.
How to deploy a pre-built website from a code source into an EC2 web server on AWS
In this tutorial I will clone the codebase of a pre-built website from GitHub into an EC2 instance and serve the website files over the internet
How to setup an Amazon Elastic Compute Cloud instance and install Linux, Apache, MariaDB and PHP (LAMP Stack) on Amazon Linux 2023
This guide will show you how to set up an Amazon Elastic Compute Cloud (EC2) instance and install LAMP stack on an Amazon Linux 2023 server. It will also show you how to store data in a MariaDB relational database, retrieve the data and serve it on a web page.
How to configure and host a website on Amazon Simple Storage Service
You can use your personal website to showcase your skills and portfolio of projects you have worked on. Amazon Simple Storage Service (Amazon S3) offers you a quick, easy and inexpensive way to host your static website.
How to configure and host a static website on Google Cloud with Cloud Storage
You can use your personal website to showcase your skills and portfolio of projects you have worked on. Google Cloud Storage (GCS) offers you a quick, easy and inexpensive way to host your static website.
How to Install and Secure phpMyAdmin on Ubuntu 22.04 on GCP
phpMyAdmin was created so that users can interact with MySQL through a web interface. This guide will show you how to install and secure phpMyAdmin so that you can safely use it to manage your databases on an Ubuntu 22.04 system.
How to deploy a WordPress application into a compute engine virtual machine and serve it as a website from GCP
In this tutorial we:
i) Deployed a WordPress application into a virtual machine server;
ii) Configured a WordPress website on the cloud;
iii) Tested the deployed WordPress Website on a browser over the Internet