Hosting NextJS project in Azure WebApps

Hosting NextJS project in Azure WebApps 1

I know all the cool kids host their projects in Vercel these days. But I’m an old fashion kinda guy (and the fact that I get free credits doesn’t hurt), so I host my projects as Azure WebApps. A single Azure Service Plan with the P0v3 SKU is enough to store multiple projects – I … Read more

Update: Adding Dynamic Sitemap to ShipFa.st

ShipFast with Dynamic Sitemap

I’ve recently posted about adding a dynamic sitemap to a ShipFa.st website. The main idea was to add support for including the blog posts by exposing a GET endpoint at app/server-sitemap.xml/route.ts and include the returned page in the main sitemap.xml file. While I still think this is a viable and good solution for full dynamic … Read more

TheRandom.Tools launch

TheRandom.Tools launch 2

I’ve just launched my first microsite to the world: https://therandom.tools/ I’m still new to the micro-SaaS world, and still trying to figure out how to build things, and whether (and how) to monetize such a project. Read my process and tech stack below. I already had the basic business logic for this this – I’ve created a similar project for … Read more