CI/CD With Azure DevOps
Learn how to deploy a simple express app to an Azure VM using Azure DevOps (Azure Pipelines)
Aug 26, 20237 min read47

Search for a command to run...
Articles tagged with #wemakedevs
Learn how to deploy a simple express app to an Azure VM using Azure DevOps (Azure Pipelines)

Automation is really important for performing mundane and redundant tasks like testing. When someone raises a new PR for your project, it's nice to have some tests running automatically. This saves a lot of your time in reviewing the code. Testing ca...

Backend lovers, this is for you! Today I am starting with this development series where I will be talking about all things BUILD. This is the very first article in this series. We will be building a node.js project and learning how to develop a REST ...
