Articles
Markdown Resume
Apr 5, 2024
Applying to jobs can be a daunting task, but with a well-organized resume you can make a great first impression! I'm ditching tired designs and going minimal with a Markdown resume, here's how I did it!
MDX Powered Blog Using App Router on Next.js
Apr 1, 2024
How I built an MDX powered blog using App Router with Next.js and Tailwind CSS.
Using CSS Gradients for Dynamic Post Thumbnails
Mar 29, 2024
I think it's finally time to remove these tacky under construction GIFs and make some changes around here! Check out this article to see how I did it!
How to end a process by port number
Nov 18, 2023
Sometimes you need to kill a process by port number. This is how you do it.
How to See When a File Was Deleted or Changed with Git Log
Nov 14, 2023
Ever needed to trace exactly what happened to a rogue file? Well, there's a Git command for that!