Setting Up Local Development Environment, Setting Up Client and API Communications, and Publishing to GitHub and Azure Part 1 of 3: Azure Static Web Apps – Blazor Web Assembly Front End and C# Azure Functions Backend – Local Development First Method The purpose...
Understanding Preview Environments Part 2 of 3: Azure Static Web Apps – Blazor Web Assembly Front End and C# Azure Functions Backend – Local Development First Method The purpose of this 3-Part article is to describe the steps necessary to setup an Azure Static...
Authentication and Authorization Part 3 of 3: Azure Static Web Apps – Blazor Web Assembly Front End and C# Azure Functions Backend – Local Development First Method The purpose of this 3-Part article is to describe the steps necessary to setup an Azure Static Web...
Practical Git: Rewriting Commit History Though a large part of our day-to-day Git usage is centered around making commits and forging ahead to build a version history, it’s not uncommon to need to edit or adapt this history. Below I’ll be looking at some common...
Practical Git: Rebasing A commonly suggested git practice is to commit distinct units of work, often. Following this practice can provide a helpful outline showing the historical progression of a feature. However, when the work of each contributor is merged into the...
Practical Git: Branching There are many resources outlining the deep level of management that Git offers for version control of a repository, though to effectively manage our day to day development, we only need to understand a handful of core commands. Below, I’ll...