Feature 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
Published inTowards 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
Publish 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
How 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
Published inSlackerNoonCrud 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
Dynamic 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
Published inSlackerNoonAngular Performance EnhancementComputing values in the TemplateAug 26, 2019Aug 26, 2019
Published inSlackerNoonUse 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
Published inSlackerNoonTranslating 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
Published inSlackerNoonError 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