Hugo and Azure Static Web Apps

Azure Static Web Apps are free, so why not use them? This site is hosted on it, and it literally costs me zero money. Let’s go! What you need A GitHub account An Azure account Steps If you haven’t already, install Git Install Hugo Create a new Hugo site (locally). Example: hugo new site mysite cd mysite Create a GitHub repo and commit the site. Example: 1 2 3 git init git add ....

February 22, 2023 · 1 min · skaiser

Visualizing SQL Azure Performance

I love the feeling that comes from seeing data in a new way. A way that says, “how did I get by before this?” One of those moments came recently after going beta with our internal SQL Azure monitoring tool. Using a hosted database platform is wonderful and terrifying. Most of the time it works like a dream, and a huge bonus is that I don’t have to think about hardware....

May 15, 2015 · 4 min · skaiser