Category: Web & WordPress Engineering
Engineering articles about WordPress, backend development, web platforms, and maintainable tooling.
-

Zero-config local PHP/WordPress development environment on Arch Linux (without Docker)
• One nginx config • One SSL certificate • Dynamic project routing • One command project bootstrap Result: new PHP project in ~5 seconds.
-

Building a Tiny 2048 Clone with Vanilla JavaScript
I wanted a lightweight version of 2048 that runs from a single index.html with zero build tools. The result is a compact, modular implementation in plain HTML/CSS/JS — easy to read, easy to tweak, and fun to extend.
Read more about Building a Tiny 2048 Clone with Vanilla JavaScript
-

How I Built Full Site Editing (FSE) Theme for WordPress
When I realized that WordPress was fully embracing Full Site Editing, I got curious — could I build a clean theme with no PHP templates at all, powered only by blocks, JSON, and JavaScript? This post breaks down the process, the challenges I faced, and what I learned while creating my own FSE theme.
Read more about How I Built Full Site Editing (FSE) Theme for WordPress