davidwesst
-
As a side project, I started making another JavaScript-based video game and decided to go with Phaser as my framework of choice. Here are my…
-
This is part 4 of 4 of my How to Blog with VSTS series. Links to the other parts will be added as they are…
-
I wanted to understand how to use Visual Studio Team Services (VSTS) for a “real” project. Being a noob, I decided to move my blog…
-
I wanted to understand how to use Visual Studio Team Services (VSTS) for a “real” project. Being a noob, I decided to move my blog…
-
I wanted to understand how to use Visual Studio Team Services (VSTS) for a “real” project. Being a noob, I decided to move my blog…
-
I setup a self-hosted build agent in Visual Studio Team Services. My build installed global NPM packages, but the tasks that used them later on…
-
I delivered a presentation at the Winnipeg .NET User Group last week, where I recorded it and posted it on YouTube. I go over a…
-
Whenever I get a new machine, I pull down a new project using the `npm install command and get an error related to python and…
-
I started to tinker with React last week and needed to do some digging on how to transpile the React JSX files using Gulp. In…
-
I decided to move a TypeScript project from AMD modules (i.e. RequireJS) to SystemJS, still using Gulp. In this post, I walk you through the…