Chris House·Dec 29, 2025I Built a Blog That’s Also an Arcade!Last year, I decided to rebuild my personal blog from scratch. What started as “I’ll just make a simple Gatsby site” turned into something…
InSlackerNoonbyChris House·Jul 29, 2025Inside a Dev Container: How to Standardize .NET Development in a Secured, Repeatable EnvironmentBy Chris House, Technical Architect
Chris House·Apr 8, 2022Feature Flag workflow with Split.IO and Azure DevOpsFeature flags (also known as feature toggles or feature switches) are a software development technique that turns certain functionality on…
InTowards DevbyChris House·Dec 14, 2021Configuring CI and CD using Azure Pipelines and NXWhat we ended up with is two yaml files. The first file determines what apps were changed (a little differently) and queues them up for…
Chris House·May 26, 2021Publish application build version via Azure DevOps PipelineWouldn't it be nice to notify your users when a new application build has been deployed?
Chris House·May 22, 2021How to set up Katalon on Azure DevOps pipelinesKatalon is a powerful test automation solution that provides a way to test your app end to end. Azure DevOps provides developer services…A response icon1A response icon1
InSlackerNoonbyChris House·Feb 17, 2020Crud cheatsheet for Firebase and AngularFirebase Cloud Firestore is “the next generation of the Realtime Database with more powerful queries and automatic scaling.” It is was…A response icon1A response icon1
Chris House·Oct 2, 2019Dynamic Angular Components via TransclusionTransclusion is the inclusion of part or all of a component into one or more other components via a template reference. Transclusion is…A response icon1A response icon1
InSlackerNoonbyChris House·Aug 26, 2019Angular Performance EnhancementComputing values in the Template
InSlackerNoonbyChris House·Aug 9, 2019Use typescript aliases to clean up your import statementsIn Typescript you can create prettier imports by adding paths to your tsconfig.json file. The path will contain an alias to a path within…A response icon3A response icon3