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

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

Configuring Azure KeyVault using ARM

In my previous blog post, I showed how to create an Azure Data Explorer cluster using the armclient command line tool. Today, I’ll show how to configure an Azure KeyVault.

Azure Mobile Services: Truncate table in Scheduler

Azure Mobile Scheduler

I am using Windows Azure Mobile Services to manage the Leaderboard of my Movies Trivia and Geo Trivia. Due to the nature of the data, I’m using 3 tables: Users: to maintain the users’ Id and Name Leaders: the list of players, ordered by their position in the board Results: the scores that are submitted … Read more