Writing on personal projects, technology and software design.

All of my long-form and some what chaotic thoughts.

Creating A Next.js Portfolio Website Project

This blog post is a detailed technical guide documenting the process of building and deploying a professional portfolio website using Next.js 14 and the Tailwind CSS Spotlight template. I walk through the complete development workflow, including project setup, containerization with Docker, infrastructure automation using Terraform, and deployment to Google Cloud Platform's Cloud Run service.

Semantic Kernel Running on Google Cloud

Semantic Kernel is a Large Language Model orchestration framework being actively developed by Microsoft. This project is a learning effort to better understand the internals of Semantic Kernel and investigate it's deployment into production environments.

Terraform Associate Exam

This is how I studied for and passed the Terraform Associate Exam.

Ingesting Real Estate Data To GCP BigQuery

This article is a walk through of a recent GCP side project that I decided to do. In this project I implement Google Cloud Functions to ingest a CSV file of real estate data into BigQuery.

Creating an audience suggestions app for a youtube channel

If you have a youtube channel or podcast chances are you want to interact in a collaborative way with your viewers, this app allows uers to make suggestions for topics and upvote suggestions made by other users.