Publishing a NuGet JS library

First, this is a condensed version of a well written post that can be found here [http://www.dotnetcurry.com/showarticle.aspx?ID=781]. I'm posting this as reference for myself and for those of you who just want the nuts and bolts. I was recently working on an incomplete…

Mobile Assets

Android Assets Android devices come in all shapes and sizes and display resolutions. This means providing uniform assets across devices is tedious and somewhat complicated. DP (Density Pixel) Google created a special type of unit, dp (density pixel), to make dealing with assets easier. How is that easier? This unit…

MEAN, Bower and Typeahead.js

Lacking time to write a full fledged post, I'll only mention the quick tidbit I want to keep track of. Others might also find value in it: Using the yo generator, angular-fullstack [https://www.npmjs.org/package/generator-angular-fullstack], I wanted to add Twitter's Typeahead.js [https://twitter.github.io/typeahead.…