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 […]
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 […]
I am building an Laravel web app to help me generate annotations for images. I will be using these annotated images to train computer vision object detection models. As a […]
So you want to set up a new website for your business, church, or other organization? Great! Setting up a website is a critical step in the establishment of any […]
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 […]
What is GraphQL GraphQL is a powerful, expressive query language for APIs, as well as a runtime for using existing data to respond to these queries. Often viewed as the […]
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 […]
The client showcase is back once again! This time, I’m pleased to share a business that I have been working with for the past couple months to bring their online […]
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 […]
It is very common in application and database design to keep fields on a table for when a record was created and last updated. These fields are common enough that […]