Articles:
Make It Read Like English
Most software engineering best practices can be summed up into a simple statement. "Make It Read Like English".
December 24, 2023 • 1 min read
How to Authenticate Users in Next.js with Supabase
Supabase authentication is the easiest way I've found to add auth to an app. Let me show you how easy it is.
January 03, 2023 • 2 min read
AWS CodeWhisperer: A Free Alternative to GitHub Copilot (At Least For Now)
AWS CodeWhisperer is a GitHub Copilot competitor that can also be integrated into VS Code. This article expands how to get started.
December 30, 2022 • 3 min read
My Career Path (So Far...)
Although I've been with the same company (Cox Automotive) for over 10 years, my journey with the company has taken me from coast to coast, and in between. I discuss my career path (so far) in this article.
December 24, 2022 • 7 min read
How to Deploy a Next.js Application to Vercel
You'll never believe how easy it is to deploy a Next.js application to Vercel. Seriously. It's a game changer.
December 16, 2022 • 3 min read
How to Center a div in CSS
It can be tricky to center a div in CSS ... or is it? This article explains a few of the common techniques used to center a div (or any element) both horizontally and vertically in CSS.
December 12, 2022 • 6 min read