webdev

Meet my new Astro blog, same as the old Nuxt blog
Meet my new Astro blog, same as the old Nuxt blog
January 20th 2025

Meet my new Astro blog, same as the old Nuxt blog

This blog was created with Nuxt 2 seven years ago and served me well but in that time I have been working professionally with vanilla Javascript/Typescript, Vue, and now React. I have also been playing around with Svelte and Solid.js. Given my desire to constantly be learning and experimenting with new technologies it seemed time to use a static-site generator that would accommodate all of the above... Enter Astro! So welcome to my mostly-the-same-looking site that is now completely different!

How to build a web application
May 26th 2024

How to build a web application

I have had many debates on the best ways to build web applications and I have some strong opinions about it. However, some smart people have already come up with some guidelines that I think mirror my opinions pretty closely so I'm noting them here for future reference.

How to add search to your static website
How to add search to your static website
January 21st 2018

How to add search to your static website

One of the most important features that a website can have is a method to effectively search its content. There's no denying that there's such an overload of information on websites these days that helping people find what they need can be a monumental task. That's where a well designed site searching functionality can swoop in to save the day and today I'm going to show you how to deploy this superhero feature on your very own static website, no backend required.