Meta
This website was designed and developed wholly by me; in my apartment in Providence, Rhode Island. Technical This website uses a number of different technologies to produce a plain (mostly) static site: Next.js is doing most of the heavy lifting here. It is a framework for building websites using React.js. I really like working with Next.js, the team behind it have really hit it out of the park with the developer experience. Tailwind is handling the CSS. I’ll admit I’m a late convert to Tailwind, I really didn’t like the concept when I first encountered it. After using it in another project with the new just-in-time compiler, I saw that was an excellent tool for quickly prototyping front-ends. Since I’m treating this site as a playground, it seemed like a good fit so I ran with it. Lastly, this site is hosted on Vercel