Publish Angular Unit test result with Azure pipeline

When working with all software program we always want to make sure that everything work as expected by writing unit test. Today I will show you guys how to setup your angular unit test result to Azure devops build pipeline. In order to export the test result in angular you need to have karma-junit-reporter First… Read More Publish Angular Unit test result with Azure pipeline

Deploy ASP.Net Core app to Heroku using Docker

Today I will write small blog post about how to deploy ASP.Net Core app to Heroku using Docker Completed sample can be found here Front end: https://online-traning-app.firebaseapp.com/account/login Back end: https://online-training.herokuapp.com/swagger/ Github: https://github.com/ngohungphuc/online-training Before we get start we need few thing: Docker (of course) Heroku CLI (make sure you already registered heroku account) ASP.Net Core SDK… Read More Deploy ASP.Net Core app to Heroku using Docker