angular Create your Angular unit test spies automagically Creating a mock for unit testing is both necessary and tedious. Let's try and automate that away.
nodejs How to read Azure Dev Ops logs from Node.js using REST API Turns out the logs response is a zip file which contains multiple log file entries. We'll get PAT for authorization, fetch and unzip them...
npm How to Automate NPM Package Publishing With Azure DevOps? At the end of this tutorial, you’ll have a release pipeline that's triggered by a merge (a PR) to a release/1.0.1 branch and only waits for your approval before publishing to NPM.
angular Angular Forms Story: Strong Types How I strongly typed my Angular forms. And you can too using my small library!