Cool Links For Developers.... Check them out
Links4Devs Links of the Day Hi! Today is Tuesday August 26 and we came across 6 links for developers we wanted to share. We hope you find them useful. Introducing Cheerio: Fast, flexible & lean implementation of core jQuery designed specifically for the server. Cheerio implements a subset of core jQuery. Cheerio removes all the DOM inconsistencies and browser cruft from the jQuery library, revealing its truly gorgeous API. ? Blazingly fast: Cheerio works with a very simple, consistent DOM model. As a result parsing, manipulating, and rendering are incredibly efficient. Preliminary end-to-end benchmarks suggest that cheerio is about 8x faster than JSDOM. read more Some Great Tips on Debugging AngularJS Apps from the Console When building AngularJS apps, it can be challenging to access data and services hidden deep in our application through the Javascript console in Chrome, Firefox, and IE. Here are som