Skip to content

villanuevawill/resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript Resources

Hack Reactor 2014-06

Other Resource Lists

Much better than this one

https://github.com/impressivewebs/frontend-feeds

https://github.com/darcyclarke/Front-end-Developer-Interview-Questions

https://github.com/vhf/free-programming-books

https://github.com/dypsilon/frontend-dev-bookmarks

http:https://www.echojs.com/

http:https://dailyjs.com/

JavaScript Rockstars

Follow them on GitHub & elsewhere

https://github.com/substack

https://github.com/addyosmani

https://github.com/ebidel

Git & GitHub

Master it.

https://github.com/github/hub

https://pages.github.com/

http:https://github.github.com/github-flavored-markdown/

https://github.com/tiimgreen/github-cheat-sheet

https://github.com/philschatz/octokit.js/

https://developer.github.com/v3/

https://github.com/nodegit/nodegit

https://github.com/atom/git-utils

http:https://git-scm.com/

https://github.com/JacksonGariety/Galileo

http:https://www.emoji-cheat-sheet.com/

The Language

Nuts & bolts

https://github.com/advanced-js/syllabus

Style

USE MORE SPACES, PEOPLE.

https://github.com/rwaldron/idiomatic.js

https://github.com/airbnb/javascript

Testing

Be taken seriously

http:https://qunitjs.com/

http:https://chaijs.com/

http:https://visionmedia.github.io/mocha/

http:https://jasmine.github.io/

http:https://karma-runner.github.io/0.12/index.html

http:https://sinonjs.org/

https://travis-ci.org/

https://ci.testling.com/

Building and Tooling

Be a better developer

http:https://browserify.org/

https://github.com/gruntjs/grunt

https://github.com/gulpjs/gulp

https://github.com/brunch/brunch

https://github.com/broccolijs/broccoli

https://developers.google.com/closure/compiler/

http:https://yui.github.io/yuicompressor/

Data Structures & Algorithms

Examples in JavaScript

https://github.com/mgechev/javascript-algorithms

https://github.com/chenglou/data-structures

https://github.com/davidshariff/computer-science

https://github.com/afiore/arboreal

https://github.com/mauriciosantos/buckets

Building & Using APIs

https://github.com/interagent/ http-api-design

http:https://www.restapitutorial.com/

CoffeeScript

http:https://arcturo.github.io/library/coffeescript/

https://github.com/mkautzmann/Idiomatic-CoffeeScript

JavaScript Everywhere

Tools for creating JavaScript apps outside the browser.

https://github.com/liamks/macgap

https://github.com/Anonyfox/node-webkit-hipster-seed

http:https://phonegap.com/

New Hotness

Stuff related to upcoming ES6 features, exotic DOM APIs, or anything else off the beaten path.

https://github.com/google/traceur-compiler

https://people.mozilla.org/~jorendorff/es6-draft.html

http:https://www.html5rocks.com/en/tutorials/es7/observe/

http:https://flippinawesome.org/2014/02/10/replacing-callbacks-with-es6-generators/

http:https://www.polymer-project.org/

HFS

Holy f*** s***, how did they do that?

http:https://bost.ocks.org/mike/algorithms/

Libraries

Event Systems

https://github.com/cowboy/jquery-tiny-pubsub

https://github.com/Wolfy87/EventEmitter

https://github.com/fat/bean

Promises

https://github.com/petkaantonov/bluebird

https://github.com/cujojs/when

http:https://promises-aplus.github.io/promises-spec/

http:https://api.jquery.com/category/deferred-object/

Classes, Inheritance & Other OO

https://github.com/Wolfy87/Heir

https://github.com/dilvie/stampit

https://github.com/javascript/augment

http:https://addyosmani.com/resources/essentialjsdesignpatterns/book/

Templating

Jade https://github.com/visionmedia/jade

Blade https://github.com/bminer/node-blade

Mustache http:https://mustache.github.io/

Handlebars https://github.com/wycats/handlebars.js/

Toffee https://github.com/malgorithms/toffee

CoffeeKup https://github.com/mauricemach/coffeekup

Coffee-Templates https://github.com/mikesmullin/coffee-templates

Hamlet https://github.com/dr-coffee-labs/hamlet

Routing

http:https://joakimbeng.eu01.aws.af.cm/a-javascript-router-in-20-lines/

https://github.com/visionmedia/page.js

https://github.com/flatiron/director

AJAX

http:https://api.jquery.com/jquery.ajax/

https://github.com/visionmedia/superagent

Utilities

https://github.com/kaimallea/isMobile

https://gist.github.com/nickb1080/f7172c00fdcd45b9415a

Documentation

https://github.com/jsdoc3/jsdoc

http:https://jashkenas.github.io/docco/

Front-End Frameworks

http:https://backbonejs.org/

http:https://emberjs.com/

https://angularjs.org/

https://www.meteor.com/

http:https://todomvc.com/

Back-End Frameworks

http:https://expressjs.com/

http:https://sailsjs.org/

http:https://koajs.com/

Full-Stack

http:https://www.toptal.com/javascript/guide-to-full-stack-javascript-initjs

http:https://www.smashingmagazine.com/2013/11/21/introduction-to-full-stack-javascript/

http:https://mean.io/

Text and Character Encoding

http:https://www.joelonsoftware.com/articles/Unicode.html

About

Resources curated by 2014-06 HackRs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published