
Enforcing Consistent Code Styles Across Disparate Editors
Last Updated: 1/18/2016 The Problem Imagine being assigned to a project team on which discord is abound in regards to the editor or IDE to be used for the development […]
A highly caffeinated dev dabbling in the modern web
Last Updated: 1/18/2016 The Problem Imagine being assigned to a project team on which discord is abound in regards to the editor or IDE to be used for the development […]
Last Updated: 12/30/2015 I recently embarked on a Single Page Application (SPA) project in which React was to be used with ASP.NET Core 1.0 (RC1) and Webpack. Due to some […]
Last Updated: 10/22/2015 As your JavaScript code base grows and evolves, the need for a solid unit testing story becomes paramount. It isn’t always the case in the real world, but […]
Last Updated: 9/26/2015 Occasionally, a modern web developer will encounter the need or the desire to install an NPM module globally on his or her machine. This may become a more […]
Last Updated: 9/9/2015 It was at Microsoft’s TechEd North America 2013 conference in New Orleans where I first heard the announcement that Visual Studio’s “One ASP.NET” templates would begin including Bootstrap. […]
Last Updated: 8/26/2015 One of the lesser known features of Gulp is the Babel support introduced in version 3.9 of the CLI. By the way, Babel is the de facto […]
Last Updated: 8/16/2015 This past week, I had the pleasure of attending the fourth annual That Conference in Wisconsin Dells. Something I’ve always admired about this particular developers’ conference is its Open […]
Last Updated: 7/14/2015 Since 2010, the Microsoft development community has been using NuGet for package management in Visual Studio. Prior to this, developers would’ve entered into a laborious voyage with their favorite search […]
Last Updated: 2/24/2016 After watching Pete Hunt’s OSCON 2014 video on how Instagram.com was built, I felt inspired to learn more about Webpack. Up to this point, I had been […]