Blogpost about improving local JSS Next.js development performance
Next.js development can be slow if the project gets bigger. Using WSL on Windows felt like an improvement, so I decided to do some tests to check how big the difference was.
2023
22/Feb
Blog post about blocking domains on Azure static web apps
A blog post describing how you can use Next.js middleware to block automatically created public domains.
2023
31/Jan
Technology 2023
2023
8/Jan
Caching Next.js public directory
A blogpost with a performance improvement for Next.js JSS websites.
2022
7/Dec
Improve test workflow JSS Next.js SDK
When I contributed to the JSS Next.js SDK's in the past I found it difficult to get the tests to run locally, so I decided to create a separate PR addressing this.