Deploy to Azure Web App from a Linux build agent

Deploying an ASP.NET Core web project to an Azure Web App using a Linux build agent involves zipping the build artifact and utilizing the Kudu REST API for deployment. See how that can be done.


Multiplatform IntelliSense with OmniSharp + Atom

There are two types of programmers in this world. The IDE-lover, who prefers to use more robust and complete environments to code. And the Editor-lover, who prefers to code in a more clean slate. So, let’s focus a bit on the latter. Editors are among the most common ways of writing code nowadays.