-
Notifications
You must be signed in to change notification settings - Fork 0
Javascript
Simon Chaffetz edited this page Apr 5, 2015
·
1 revision
- Basic JavaScript for the impatient programmer
- Date and time in JavaScript
- Functions Explained
- JavaScript's Strict Mode and Why You Should Use It
- JS: The Right Way
- Superhero.js
- The JavaScript Event Loop: Explained
- 🎥 What the heck is the event loop anyway?
- What you should know about JavaScript regular expressions
Object creation patterns
- Will Hastings' Overview of OO Javascript
- http://davidwalsh.name/javascript-objects-deconstruction
- http://ericleads.com/2013/02/fluent-javascript-three-different-kinds-of-prototypal-oo/
- http://raganwald.com/2014/04/10/mixins-forwarding-delegation.html
- http://blog.getify.com/sanity-check-object-creation-performance/
- http://aaditmshah.github.io/why-prototypal-inheritance-matters/
Modules
- Browserify
- Introduction to RequireJS
- JSPM
- Modules, a Future Approach to JavaScript Libraries
- SystemJS
Promises
Books
- Eloquent JavaScript
- JavaScript Patterns
- Learning JavaScript Design Patterns
- Programming JavaScript Applications
- You Don't Know JS
Style Guides
News
- Awesome Node.js
- Checkout the command line adventures: Node School
- How to Node
- Learn All the Nodes
- Node Frameworks
- Node Tuts
- NodeUp Podcast
- Stream Handbook
- Build Your Own App Specific REPL For Your NodeJS App
- Export This: Interface Design Patterns for Node.js Modules
- Node.js Framework Comparison: Express vs. Koa vs. Hapi
- Tour of npm
- 🎥 Modular web applications with Node.js and Express
- Writing a Command Line Utility using Node
- https://github.com/scottksmith95/beerlocker
- https://github.com/jsprodotcom/source
- https://github.com/sahat/tvshow-tracker
- Creating DOM Elements...and Other Related Stuff
- Custom Events in JavaScript
- Event Capturing and Bubbling in JavaScript
- Index of jQuery to Native APIs
- The classList API
- TodoMVC, the same todo app built in all the different front end MVCs.