TheRandom.Tools launch

TheRandom.Tools launch 1

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