-

CodoBookings – Simple Booking Plugin for Paid Memberships Pro (PMPro)
Managing appointments shouldn’t be complicated — especially when you already use Paid Memberships Pro (PMPro) to handle your memberships. That’s exactly why I built CodoBookings — a lightweight, easy-to-use WordPress…
-
Ep.014 Creating Custom Templates (Front Page, Blog, 404, Single, Archive, Page)
A complete guide to creating custom templates in WordPress block themes. Learn how to build front-page, blog, single post, archive, and 404 templates—with code explanations.
-

Ep.013 Create Header & Footer Template Parts in WordPress Block Themes – Versana Theme Tutorial
Learn how to create reusable header and footer template parts in your WordPress block theme. This step-by-step tutorial uses the Versana theme to show how to build and include header.html…
-

Ep.012 Global Styles and theme.json in WordPress Block Themes – A Step-by-Step Guide with Versana Theme
Learn how to configure theme.json to define global styles, color palettes, typography, spacing, and layout in your WordPress block theme. Follow this step-by-step tutorial using the Versana theme.
-
How We Built UncleMatt.ai – A GPT-4 Powered Coaching Tool with RAG, LangChain & Pinecone
UncleMatt.ai is a custom GPT-4 powered AI coach designed using LangChain’s RAG architecture and integrated with Kajabi and WordPress. Learn how we built it step-by-step in this case study.
-

How to Create a Custom Category Template in WordPress Block Themes (Beginner Guide)
Want to create different layouts for specific categories in WordPress? Learn how to design a custom category template in WordPress block themes using the Site Editor and code-based method. Beginner-friendly…
-
How to Automatically Set the First Image as Featured Image in WordPress (No Plugin Required)
Want to automate setting featured images in WordPress? Learn how to create a custom plugin that sets the first image in each blog post as its featured image—individually or in…
-
How to Link a Domain to a VPS with Free SSL and HTTPS Redirect (Step-by-Step)
A complete tutorial to point your domain to a VPS, set up free SSL using Let’s Encrypt, automate certificate renewals, and enable HTTPS redirection via Nginx configuration.
-
How to Set Up Docker Desktop with WSL2 on Windows for FastAPI Apps (Step-by-Step Guide)
This beginner-friendly guide walks you through the complete process of installing Docker Desktop with WSL2 on Windows, enabling virtualization, and containerizing a FastAPI application. Perfect for developers getting started with…
-
How to Deploy a React App to a VPS Using Nginx and Automate Deployment with a Script
Want to host your React frontend on a VPS? This guide shows how to deploy your React app using Nginx and automate deployments using a script. Perfect for production!
-
How to Deploy FastAPI with MongoDB on a Secure VPS Using Docker (Beginner Friendly Guide)
Want to deploy your FastAPI backend and MongoDB database to a VPS using Docker? This complete guide walks you through setting up a secure, production-grade environment with commands and explanations.
-
Deploy a Full-Stack FastAPI + React App with Stripe and MongoDB on VPS [Complete Guide]
This complete guide walks you through deploying a full-stack FastAPI + React application on a VPS with Docker, MongoDB, Stripe, and Nginx. Learn how to configure webhooks, fix CORS issues,…