Writing on how software is and how it could be

Explorations and guides on my adventures writing, debugging and rewriting software in the pursuit of something beautiful.

How to host a Next js static website on AWS Cloudfront and S3

While there are many ways to use Next.js to run a website I am most interested in it’s static site generation capability. I appreciate it’s ability to provide a modern website experience to users while also removing the need for server side code execution.