Category: Web Development

Featured Image

Building the Best Car Detailing Software for Xelerate Detailing

My business is building awesome new car detailing software to help car detailers run their businesses more efficiently. Read about how it is going! The Vision In May of 2025, JG Web Development was approached by the owner of a car detailing business. He had a vision in mind for an all-in-one platform specifically devoted […]

Featured Image

How to use PhpScoper in WordPress Plugins to Remedy Namespace Collisions

Have you ever wanted to use a composer package in your WordPress plugin? If so, then you may have run into namespace collision problems between your plugin and other plugins that use the same package. Fortunately, we can use PhpScoper, an open-source namespace prefixer, to prevent this issue on WordPress sites with multiple plugins that […]

Featured Image

Building a Powerful Retrieval-Augmented AI Chatbot for WordPress

I’ve been developing ContentOracle AI Chat, a plugin that adds a retrieval-augmented ai chatbot to WordPress websites for the past six months. Today, I’d like to take a look at the main features of my new plugin, and share some lessons learned and problems solved in the process of building a powerful retrieval-augmented chatbot for […]

Featured Image

How to Build a Custom Blade Directive with Automated Input Validator-Attribute Matching

Laravel is a powerful framework that offers a whole suite of built-in goodies meant to help enormously speed up application development. Blade, its built-in templating engine, and Eloquent, the ORM it ships with, are two of the most especially useful utilities Laravel brings to the table. As you build apps in Laravel, you will inevitably […]

Featured Image

How to Host Many Secure Websites on One Host With Docker and a Reverse Proxy

Why Use Traefik Traefik is a powerful modern reverse-proxy program that makes it easy to manage API and web gateways. Including comprehensive support for modern standards such as middleware and multiple routing groups, it streamlines process of load-balancing and routing web traffic between multiple hosts. It is often used to route traffic between docker containers […]

Featured Image

Learning FastAPI and SQLModel for API Development

Are you interested in learning FastAPI and SQLModel? I recently started a new job, and I needed to learn their tech stack. The company implements a microservices architecture, interacting with their databases through micro-apis built using FastAPI, a popular new python package for api development, using the SQLModel library as an ORM and input validator. […]

Subscribe to My Newsletter

📧 Sign up to receive updates when I create new content!