Author: SSWUG Research

Community

Lazy Loading Image With AngularJS

(Ben Nadel) At InVision, we deal with a lot of image assets. Not only does loading these images consume concurrent HTTP requests, it greatly increases the weight of the page. As such, I’ve been trying to implement lazy-loading techniques that offer a quicker loading experience for the end user.

Community

Self Hosting WebAPI with Katana

(K. Scott Allen) A few weeks ago we looked at a minimalistic Katana based project to serve a static response from a console application. For more fun we can throw in the WebAPI with only a little more work. The first step is adding a package that forms a bridge between the OWIN/Katana host and the W