simon7520
3 points
Tools simon7520 is Following
GitHub
github.com
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over t...
Jest
facebook.github.io/jest
Jest provides you with multiple layers on top of Jasmine.
Jasmine
jasmine.github.io
Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DO...
Mocha
mochajs.org
Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous t...
Node.js
nodejs.org
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for d...
React
reactjs.org
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technolog...
JavaScript
developer.mozilla.org/en-US...
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments...
HTML5
w3.org/TR/html5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for ...
ES6
ecma-international.org/ecma...
Goals for ECMAScript 2015 include providing better support for large applications, library creation, and fo...
AVA
github.com/sindresorhus/ava
Even though JavaScript is single-threaded, IO in Node.js can happen in parallel due to its async nature. AV...
CSS 3
developer.mozilla.org/en-US...
CSS3 is the latest evolution of the Cascading Style Sheets language and aims at extending CSS2.1. It brings...
tape
github.com/substack/tape
Tap-producing test harness for node and browsers.