Checkout the steps to setup a VSTS code project (Postman API Tests) and build definition to run your Postman Collections using command line collection executor “newman”.
Cloud
Building software-as-a-service apps – Microservices – 12 Factor Services (Apps)
This post explains the concept of 12-factor apps (applied in services) which is to keep the service simple to build, test & deploy.
Resolve error: Unhandled Rejection (Error): Network Error
How to resolve “Unhandled Rejection (Error): Network Error” when you run ‘yarn start’
Find equivalent of Azure Service provided in AWS
Find equivalent of Microsoft Azure services to Amazon Web Services (AWS), though the breadth and depth of capabilities of these services will vary.
Periodic Table of DevOps Tools
Checkout all the different tools required for DevOps. You can add your tool if it is missing in the table.
How to resolve – unexpected indent or expected an indented block error while running python code in Lambda function
Learn how to resolve error related to indentation observed during execution of Python code in Lambda function.