NOTES, THOUGHTS, SCRIBBLES

Atom.

Brushing off the website cobwebs - Wed Aug 208:24 AM

Recently, I've been updating my site to Tailwind V4, and deleting a decent amount of code in favor of @tailwindcss/typography.

I consider all my old code to be debt, and am a huge fan of deleting code for the sake of easier maintainability.

I also took some time to redo my hero section.

Old version of website
New version of website

Good bye old version

Hello new version

I learned...

That you can import colocated image assets, right into MDX files, and next/image will take care of intrinsic sizing for you.