Writing on technology, life, and more.

All of my thoughts on tech news, programming, life events, announcements, and other things, collected in chronological order.

FreezeTag: An Open-Source, Self-Hosted Image Management App

FreezeTag is a free, open-source, self-hosted image management platform I built as my undergraduate capstone. Here's what it is, how it works, and what I learned building it.

capstonegohomelabphotographypythonself-hostedtypescript
Archived (1)

Regex Demystified: Intro to Pattern Matching

Regular expressions (regex) are a powerful tool for pattern matching and text manipulation. In this article, we will explore the fundamentals of regex, its syntax, and practical applications.

programmingregextheorytutorial