about
projects
blog

Projects

PocketPR

https://pocketpr.app

PocketPR was co-founded with Daniel Johnson, CEO, Russel CMO, and myself as CTO. We created PocketPR to aid content creators who cover controversial topics. We use ChatGPT as an expert public relations assistant, who has access to all of the content and audience feedback at its disposal. It helps the content creator to mitigate conflict, and can also suggest avenues for future content creation ideas.

This Site!

My portfolio site was an experiment with using HTMX and Go/Gin Framework. I have created and destroyed many portfolios over the past 2 years, so I decided to keep this one pretty simple. Turns out that using HTMX is as easy as putting the CDN link at the top of the html file! It took me a bit of time to figure out, but I ended up using the htmx features mainly with the nav links that the top. When the user clicks the "about" link for example, the main content is replaced by the html returned by the server endpoint. So, this ended up being a combination of hx attributes to get what feels like a single page application (SPA) feel.

All the rest...

I have over 40 projects in my Github. Most of them are web apps build with Node, NextJS, React, and a few with Python.