$ Mateus's Blog_

Developer, engineer-to-be and technology enthusiast.

OpenCV Series #1: Pixel Manipulation

Welcome to this brand new OpenCV series. In this series, we’ll discuss various features and possibilities we can achieve with OpenCV. OpenCV is a BSD-licensed open-source computer vision library that’s available at opencv.org. You can either download the latest committed source code from their GitHub repository and build it from source or download the pre-built […]

Deploy to Azure Web App from a Linux build agent

I recently had the need to deploy an ASP.NET Core web project to an Azure Web App instance from a Linux build agent outside Visual Studio Team Services. As you expect, the world outside the Microsoft development stack is relatively more difficult to integrate, and documentation is still lacking on some of these aspects, unfortunately. […]