How to Install WordPress on AWS EC 2 Apache Ubuntu 18.04/20.04

WordPress installation and configuration on Amazon AWS ubuntu web server are very simple things. Because the Ubuntu community provides several commands to install and configure lamp (Linux, apache, MySQL, and PHP) on AWS server. As well as the WordPress community. In this tutorial, i am going to show you how to install wordpress and configure … Read more

Node js Express Rest API File Upload To MySQL Database

Nodejs express + MySQL + rest api image file upload example; In this tutorial, I will provide you complte guide through this how to upload image file into MySQL database in node js express using rest apis with multer package. Multer is a middleware for handling multipart/form-data, extremely useful for managing file uploads. You can use … Read more