// projects
Open source tools, labs, and frameworks I've built.
digital-perceptron
A modern take on the Frank Rosenblatt perceptron experiment from 1958.
exo-mac-cluster-bootstrap
Scripts for bootstrapping a Mac mini cluster using Exo Labs clustering software.
litellm-app
Production-ready LiteLLM deployment with PII guardrails for infrastructure deployment.
mrcloudchase.github.io
Personal website and blog built with Next.js 16, static export, and a terminal/hacker aesthetic.
perceptron
A modern attempt at the original Perceptron experiment conducted by Frank Rosenblatt in 1957/1958.
ai-content-creator
This is an simple API application that parses all text from docx files similarly to doing a select all and copy to clipboard.
azure-ai-cognitive-services-cli-tool
This is a CLI tool that I have built for interacting with Azure AI Cognitive Services
crc-static-site-infra
This is the infrastructure required for my static site so that it can be managed separately from the static website code itself.
docker-flask-app
This repo is good for refreshing on my docker and GitHub Actions best practices
general_data_converter
This is a general purpose data conversion tool that I have built for converting data between XLSX, JSON, XML, and CSV
getting-started
Welcome to the "Getting Started" repository! This guide is designed to help you navigate through various learning paths based on your background and skill level. Whether you're an absolute beginner or looking to advance your skills, this guide will point you in the right direction.
HelpfulBash
This is a repo of Bash scripts that I have created that help me do specific admin things.
href-extractor
This tool is designed to extract the urls from html using the url and class name and element, or url and the id of an element. It will then expand anything that is nested and allow for the dynamic content to load before it scrapes.
MouseMover
This app is a simple GUI application that allows the user to automate mouse movements.
tech-fundamentals
If you are interested in starting a careers in technology this repository contains various free resources to get you started.
vscode-extension-template
This is a template repo with scaffolding for starting a vscode extension