Chris HouseFeature 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…Apr 8, 2022Apr 8, 2022
Chris HouseinTowards DevConfiguring 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…Dec 14, 2021Dec 14, 2021
Chris HousePublish application build version via Azure DevOps PipelineWouldn't it be nice to notify your users when a new application build has been deployed?May 26, 2021May 26, 2021
Chris HouseHow 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…May 22, 20211May 22, 20211
Chris HouseinSlackerNoonCrud 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…Feb 17, 20201Feb 17, 20201
Chris HouseDynamic 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…Oct 2, 20191Oct 2, 20191
Chris HouseinSlackerNoonAngular Performance EnhancementComputing values in the TemplateAug 26, 2019Aug 26, 2019
Chris HouseinSlackerNoonUse 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…Aug 9, 20193Aug 9, 20193
Chris HouseinSlackerNoonTranslating Angular Form Error MessagesIn part Three of my Angular Form Series, I am going to introduce a pipe to translate error codes into their appropriate spoken language.Aug 7, 2019Aug 7, 2019
Chris HouseinSlackerNoonError Pipes for Angular Form ValidationIn part two of my Angular Form Series, I am going to introduce a pipe to translate error codes into strings which will reduce the amount…Aug 7, 2019Aug 7, 2019