Skip to content

Instantly share code, notes, and snippets.

@vosechu
Last active August 29, 2015 14:22
Show Gist options
  • Save vosechu/ad5226db3292d67a8ee5 to your computer and use it in GitHub Desktop.
Save vosechu/ad5226db3292d67a8ee5 to your computer and use it in GitHub Desktop.
jquery
1. Find things in HTML
2. Change things you found
3. Stuff remote things into other things (ajax)
4. Nothing else.
underscore
1. all the things js should have had from teh beginning
2. replaced with ES6
regex's
1. Finding things in lots of loose text documents
2. Not html (http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags)
JS Style guide - https://github.com/airbnb/javascript#blocks
Backbone - http://backbonejs.org/
Backbone annotated source - http://backbonejs.org/docs/backbone.html
Backbone examples - https://github.com/documentcloud/documentcloud/blob/0e2eb1641615dae09794ed0e0f3efc9f5ffe75cf/public/javascripts/admin/featured_reporting.js
Important JS/backbone patterns - http://ricostacruz.com/backbone-patterns/
Underscore http://underscorejs.org/
Underscore annotated source - http://underscorejs.org/docs/underscore.html
Sublime plugin manager - https://packagecontrol.io/
Sublimelinter
GitGutter
SidebarEnhancements
Chuck's sublime config (cmd+,) - https://gist.github.com/vosechu/9789910
Javascript specification - http://en.wikipedia.org/wiki/ECMAScript
Zalgo generator - http://www.eeemo.net/
Placekitten - https://placekitten.com/
XKPassword - https://xkpasswd.net/s/
XKCD - http://xkcd.com/ | http://what-if.xkcd.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment