Tag: 'npm'

What Does the GitHub Registry Mean to Developers?
What Does the GitHub Registry Mean to Developers?
May 12, 2019

As you might have heard, GitHub has created it's own package registry. On the face of it, it might just feel like an opportunity to get more 'buy-in' into using GitHub, but I think something else is going on.

Techorama Netherlands Wrap Up
Techorama Netherlands Wrap Up
October 2, 2018

Finally heading home from about a month of conferences! I can't wait to get back to my own bed, but in the mean time I've had a great time sharing talks with a lot of European developers!

.NET Developer Days Poland Wrap-up
.NET Developer Days Poland Wrap-up
September 19, 2018

Had a great week here in Warsaw! Got to see some great sights and great developers!

Intellisense in ASP.NET Core Projects That Use NPM?
Intellisense in ASP.NET Core Projects That Use NPM?
September 8, 2018

I've been advocating using NPM for a client-side package manager in the last few months since Bower support has been depreciated. And while this works pretty well (using Scott Allen's UseNodeModules middlware) to allow you to just point at the NPM folder.

Beyond Bower Webcast
Beyond Bower Webcast
May 1, 2018

Thanks to everyone who came to my webcast today! As many of you know, Bower is depreciated so I've been looking at the different ways to move to other solutions.

Using UseStaticFiles with NPM Client Dependencies - Talk Me Out of It
Using UseStaticFiles with NPM Client Dependencies - Talk Me Out of It
March 28, 2018

Ok, please tell me how stupid this is. It's apt to be pretty stupid but I have a point to it. I'm trying to separate the ideas of prototyping quickly from preparing for production.

ASP.NET Core 2.0 and the End of Bower
ASP.NET Core 2.0 and the End of Bower
November 19, 2017

Bower is still being maintained, but they're recommending that people move their projects to Yarn and Webpack. As you may not know, I'm on a sort of campaign to avoid the complexity of something like Webpack until you really need it.