Introducing a Series on VueJs v2

In the past month and a half I’ve taken a rapid and deep dive into VueJs version 2. I didn’t really know anything about the framework when I started nor did I know anything about the surrounding ecosystem. Needless to...

Build Native LibGit2 for Red Hat/Centos

Today I was trying to deploy a project that uses dotnet core to a Red Hat Enterprise Linux box. The project had a dependency on libgit2sharp which has a dependency on a native verson of libgit2 which meant I had...

Windows 10 Update May 2018 - Apache Wont Start

Today I came into the office to find my machine was waiting to apply a big Windows 10 update. So I applied it and when it was done I couldn’t start Apache. The Apache logs showed nothing and the System...

Ant Properties File Based on Windows Username

I have an ant build file that loads custom configuration settings based on the developer working on the project. This file is loaded based on the developers windows login name. So if it is bobross there is a file called...

Apache Virtual Hosts With a Number In the Name

I’m mostly hoping someone can comment on this with some guidance to explain why my apache configuration for a virtual host didn’t work. I’m on a dev machine using Apache webserver v2.4 on windows 10. I created a virtual host...