Umair's Profile

How to setup Wordpress + PHP-FPM + MariaDB + Nginx with Docker Compose

This guide walks you through setting up a WordPress site using Docker Compose with PHP-FPM, MariaDB, and Nginx. By the end, you'll have a local development environment running all services in isolated containers.

Read more

Published on Wed May 28 2025 12:35:03 GMT+0000 (Coordinated Universal Time)

Part 1, How to build Wordpress Plugin using Composer + React + Docker (Boilerplate)

Previously, we discuessd that by leveraging Docker Compose, we can orchestrate all required services for Wordpresss in isolated containers, making local development and deployment straightforward and reproducible. In today's guide we go further ahead by discussing how to take advantage of latest PHP and Javascript standards to build a wordpress plugin in Docker environment.

Read more

Published on Wed May 28 2025 12:35:03 GMT+0000 (Coordinated Universal Time)

Creating a blog with Eleventy in subdirectory and Hosting on Netlify

My goal was to host a static portfolio page as main face of my website and then share my findings under blog/ sub directory. Instead of going the full CMS route, I decided to opt for a static site generator(11ty) and host the content at Netlify.

Read more

Published on Wed May 28 2025 12:35:03 GMT+0000 (Coordinated Universal Time)