Publishing a Next.js site on Azure Static Web Apps with GitHub Actions
I needed to find out how I can publish a static, server-side generated Next.js site to Azure Static Web Apps automatically from GitHub… »
I needed to find out how I can publish a static, server-side generated Next.js site to Azure Static Web Apps automatically from GitHub… »
I wrote earlier in 2020 how I can cross-post articles to Twitter and LinkedIn with iOS Shortcuts and Azure Logic Apps. Now seems to be a… »
GitHub started supporting SSH commit verification on August 2022. GitHub now supports SSH commit verification, so you can sign commits and… »
I got my first Microsoft certificate, Microsoft Certified: Azure Administrator Associate, on November 2020. This certificate is earned by… »
I got my first AWS certificate, AWS Certified Solutions Architect - Associate (SAA-C01), on July 2019. Since AWS certificates are valid for… »
Updated on June 8th, 2022 So you find yourself within a group of people called developers, and are assigned a task to develop a feature to… »
How can I find out, if network connectivity is allowed to a specific destination address and TCP port? If you know the destination IPv… »
Often it is important to find out, what is my machine's public IP address. There are numerous websites to get this information, but it is… »
I mostly use containers for development, but sometimes a local Node.js development environment is needed. I like to use nvm to manage my… »
As a developer I will come across JSON Web Tokens (JWTs) all the time. In many cases during development and issue resolution I will need to… »