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 – Blazer WebAssembly Front-End and C# Azure Functions Back-End – Understanding Preview Environments The purpose of this 3-Part article is to describe the steps necessary to setup an Azure Static Web...
w +651.288.7000 info@intertech.com l Request A Quote Services Industries Us Careers Home Services Artificial Intelligence (AI) Industries About Us Insights Blog Careers Contact Planning & Requirement Analysis Understanding the needs of the users and...
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...