Web Components
Web Components belong on your technology radar. The JavaScript browser ecosystem churns constantly, frameworks come and go, and Web Components are one of the few component models that outlive which...
Web Components belong on your technology radar. The JavaScript browser ecosystem churns constantly, frameworks come and go, and Web Components are one of the few component models that outlive which...
Software architecture is the set of high-level decisions that shape how a system is built, deployed, and evolved. This post is for engineers and technical leads who have to choose a pattern, defend...
This is an explanation piece for software engineers and tech leads who need a shared definition of “production ready” before they sign off on a release. It lays out what the term means, how to chec...
Quick-lookup for PowerShell commands organized by task category. For Windows engineers managing modules, output formatting, remote sessions, services, and networking. Quick Navigation ...
What this is about A PowerShell Workflow is a long-running automation task you can suspend, checkpoint, and resume — even after the machine reboots. That makes it a fit for DevOps work that spans ...
Quick reference for git commands used during software releases, history inspection, and repository maintenance. For software engineers running releases or repository cleanups. Quick Navigation ...
This guide shows you how to use PowerShell Desired State Configuration (DSC) to keep Windows servers in a known-good state: the same roles, applications, files, and services, declared once and enfo...
Quick-lookup for installing the Angular CLI toolchain via npm. For .NET front-end developers setting up a local Angular environment. Angular CLI setup Install the global packages required to scaf...
This is a how-to for operators running containerised applications (which can be Docker images) on Microsoft Service Fabric. It covers one task I reach for often: manually rolling back an applicatio...
This guide walks through the groundwork for migrating an AngularJS 1.5.x application to a more recent edition of Angular 9+, along with the rough effort each step takes. It’s written for the engine...