Azure

DevOps Extension

How to fix "The AzureDevOps SDK is already loaded" for the azure-devops-extension-sdk package

I recently ran into an issue when developing an Azure DevOps extension. I was using the azure-devops-extension-sdk package get data from the Azure DevOps project I was running the...

Read more
Telegram

Deploy your Node.js Telegram bot as an Azure Function App

How to create and deploy a Node.js Telegram bot as an Azure Function App using GitHub Actions, and how to develop the bot in a local development environment...

Read more
End-to-End

Run E2E JavaScript tests in Azure Devops

End-to-end tests are useful for simulating and validating a real user scenario. It is even more useful if you can automate these tests in a continuous integration service like Travis...

Read more