devops Npm Install Drives You Crazy? Yarn And Chill! If you ever dealt with npm install in continuous integration environment, you know the pain. Facebook just introduced Yarn [https://code.facebook.com/posts/1840075619545360/yarn-a-new-package-manager-for-javascript/?pnref=story] . When I tried it, it
azure Make your Azure preproduction environment a useful reality A few months ago, Adrien wrote about a good way to deploy your web apps to Azure [https://geeklearning.io/a-successful-azure-web-app-deployment-process/]. If you haven't already, this is definitely worth reading. The thing is,
azure An easier successful Azure Web App deployment process from VSTS A few months ago, I wrote about a successful Azure Web App deployment process [https://geeklearning.io/a-successful-azure-web-app-deployment-process/], and its implementation from Visual Studio Team Services through PowerShell scripts. As we worked on
azure The 9.5 steps to deploy your ASP.NET Core 1.0 application to Azure from VSTS Now that ASP.NET Core 1.0 is released [https://blogs.msdn.microsoft.com/webdev/2016/06/27/announcing-asp-net-core-1-0/] , you should have converted your projects to RTM bits. But what about your automated
azure A successful Azure Web App deployment process Deploying your application automatically on an Azure Web App isn't really challenging. You have several options to do it (including Web Deploy, Git, FTP...); and several release management services (like Visual Studio Team