All The Blaze
This is a blog site I built using Next.js, it started as more of a way to play around with Next.js but ended up getting some real traffic so I turned it into a real site. All of the content and authors is written by AI but I built out the frontend and the backend. This site uses a PHP backend built on the Codeigniter framework that publishes a GraphQL endpoint for the clients to load blog, author, category, and tag info. It was simple to build but was a fun project to put together.
FLOWER CO.
This is the main customer frontend for FLOWER CO. The Site is built with a PHP backend using the Codeigniter framework. The frontend is raw HTML, Js, JQuery, and CSS using the Bootstrap template. The backend uses MySQL as its primary database, sessions and other small but numerous records are stored in DynamoDB, and all the products on the frontend are served from an ElasticSearch db. This sites backend relies on a scalable high performance queue processing service built on SNS and SQS.
Variety Drugs
A simple Vite React app built for the brand Variety Drugs, it uses a GraphQL endpoint on FLOWER CO.'S backend to load the list of locations and a general REST API endpoint for submitting the contact form.