This website exists as a place for me to share anys I want to publish, and for others to consume if they want to get to know me a little bit. Also, I bought camfeenstra.com and figured I should do something with it đ.
Updated:
I have this website primarily just for funâitâs a nice, low-stakes project for me to play with every now and then. Itâs been very good practice with CSS (though my skills still arenât amazing) and was my first project using Next.js and more recently Astro as well, so itâs been a good learning experience for sure.
Iâve written some blog posts that Iâm hosting here as well, go check them out if youâre interested!
Stack
-
I recently migrated this website from Next.js to Astro. The migration was actually really easy, it took me just a couple of hours to do. I love Astro so far, it feels like exactly what I want out of a front end framework. From my experience thus far, the development experience and capabilities are on par with popular Javascript frameworks like Next.js, yet it doesnât lock you into the approach of loading a huge bundle of Javascript on the client to generate the entire page. I think React is great, but getting to pick and choose where to use it without making your entire site depend on it is really nice for a simple site like this.
-
Itâs being deployed on
www.camfeenstra.com
using AWS cloudfront and ACM for certificate verification.- Itâs an entirely static site so the hosting cost is basically free, and ACM ensure that thereâs no need to worry about certificates either
- This deployment method is greatâthereâs nothing for me to worry about, including costs.
- Iâm using Pulumi to do the deploymentâyou can find the actual config in the
infra
directory of the repo above. I use pulumi to deploy almost everything these daysâit can be slow, but overall the experience is great and uniform across any type of project.
-
Airtable for the âJoin mailing listâ form. Still waiting for someone to actually use that đ .
Pretty simple! I love working with infrastructure, but no need to introduce complexity where it isnât needed.