ungit
The easiest way to use git. On any platform. Anywhere. https://github.com/FredrikNoren/ungit
The easiest way to use git. On any platform. Anywhere. https://github.com/FredrikNoren/ungit
RxJS is a library for composing asynchronous and event-based programs by using observable sequences. It provides one core type, the Observable, satellite types (Observer, Schedulers, Subjects) and operators inspired by Array#extras (map, filter, reduce, every, etc) to allow handling asynchronous events as collections. https://rxjs.dev/guide/overview
https://medium.com/javascript-in-plain-english/nodejs-security-best-practices-542528f910
As great as caching is — cache invalidation has been a struggle for a long time now.There are different approaches that work for different types of websites. I recently had to invalidate the cache of a web app every time a new version has been released. After trying out a Leggi tutto…
Deciding where in your app to introduce code splitting can be a bit tricky. You want to make sure you choose places that will split bundles evenly, but won’t disrupt the user experience. A good place to start is with routes. Most people on the web are used to page Leggi tutto…
Docco is a quick-and-dirty documentation generator, written in Literate CoffeeScript. It produces an HTML document that displays your comments intermingled with your code. All prose is passed through Markdown, and code is passed through Highlight.jssyntax highlighting. This page is the result of running Docco against its own source file. http://ashkenas.com/docco/
The powerful, in-browser CSV parser for big boys and girls https://www.papaparse.com
PubSubJS is a topic-based publish/subscribe library written in JavaScript. https://github.com/mroderick/PubSubJS
https://alligator.io/js/foreach-vs-for-loops/
https://codeburst.io/foreach-vs-for-of-vs-for-in-tug-of-for-d8f935396648