-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathjs-sites.json
136 lines (136 loc) · 5.8 KB
/
js-sites.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"source": "https://github.com/abhijeetkpawar/lifeofjs",
"name": "js-sites.json",
"type": "site",
"collection": [{
"name": "Move the Web Forward",
"url": "http://movethewebforward.org/",
"desc": "Community efforts to spread and contribute in knowledge about web with the aim of making web awesome"
}, {
"name": "Javacript | MDN",
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
"desc": "Documentation on JavaScript by Mozilla Development Network"
}, {
"name": "Crockford on JavaScript: A Public Lecture Series at Yahoo!",
"url": "http://www.yuiblog.com/crockford/",
"deprecated": true
}, {
"name": "Principles of Writing Consistent, Idiomatic JavaScript",
"url": "https://github.com/rwaldron/idiomatic.js/",
"desc": "Living document on GitHub to list out techniques about writing consistent, idiomatic JavaScript"
}, {
"name": "Rich JavaScript Applications - the Seven Frameworks (Throne of JS, 2012)",
"url": "http://blog.stevensanderson.com/2012/08/01/rich-javascript-applications-the-seven-frameworks-throne-of-js-2012/"
}, {
"name": "How do I get started with Node.js",
"url": "http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js"
}, {
"name": "Node: References and Resources",
"url": "http://tech.burningbird.net/article/node-references-and-resources",
"deprecated": true
}, {
"name": "Template Engine Chooser",
"url": "http://garann.github.io/template-chooser/"
}, {
"name": "The client-side templating throwdown: mustache, handlebars, dust.js, and more",
"url": "http://engineering.linkedin.com/frontend/client-side-templating-throwdown-mustache-handlebars-dustjs-and-more"
}, {
"name": "JavaScript Micro-Templating - John Resig",
"url": "http://ejohn.org/blog/javascript-micro-templating/"
}, {
"name": "JS Books - The best free JavaScript resources",
"url": "http://jsbooks.revolunet.com/"
}, {
"name": "Pineapple - Web tutorials and resources",
"url": "http://pineapple.io/tags/javascript",
"desc": "Hub of Tutorials, Tools and Assets for developers and designers",
"deprecated": true
}, {
"name": "Standard ECMA-262",
"url": "http://www.ecma-international.org/publications/standards/Ecma-262.htm",
"desc": "Official documentation on Ecmascript 5"
}, {
"name": "Journey Through The JavaScript MVC Jungle",
"url": "http://coding.smashingmagazine.com/2012/07/27/journey-through-the-javascript-mvc-jungle/",
"desc": "A post by Addy Osmanigiving the thorough analysis about MVC and libraries/frameworks revolving around it"
}, {
"name": "TodoMVC",
"url": "http://todomvc.com/",
"desc": "Helping you select an MV* framework"
}, {
"name": "Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()",
"url": "http://elijahmanor.com/differences-between-jquery-bind-vs-live-vs-delegate-vs-on/"
}, {
"name": "ECMAScript 5 compatibility table",
"url": "http://kangax.github.io/es5-compat-table/"
}, {
"name": "jQuery Quick API Reference",
"url": "http://oscarotero.com/jquery/"
}, {
"name": "CDNJS",
"url": "http://cdnjs.com/",
"desc": "An open source CDN for Javascript and CSS"
}, {
"name": "How to Keep Upto date on Front-end technologies",
"url": "http://uptodate.frontendrescue.org/"
}, {
"name": "Frontend Tools",
"url": "http://fredsarmento.me/frontend-tools/",
"desc": "A listing of tools useful for front end development"
}, {
"name": "Every javascript project you should be looking into*",
"url": "http://www.javascriptoo.com/"
}, {
"name": "JSDB.io - The Database of JavaScript Libraries",
"url": "http://www.jsdb.io/",
"deprecated": true
}, {
"name": "Custom Elements - A Web Components Gallery for Modern Web Apps",
"url": "http://customelements.io/",
"deprecated": true
}, {
"name": "The Toolbox",
"url": "http://thetoolbox.cc/",
"desc": "A collection of the best time-saving apps, tools, and widgets from around the web."
}, {
"name": "Code Wars",
"url": "http://www.codewars.com/",
"desc": "Achieve code mastery through challenge. Designed to improve ability and brain performance, they also help strengthen your coding skills and technique."
}, {
"name": "Frontend Development Bookmarks",
"url": "https://github.com/dypsilon/frontend-dev-bookmarks",
"desc": "A github document listing all the bookmarks required by front-end developers"
}, {
"name": "JavaScript Patterns Collection",
"url": "http://shichuan.github.io/javascript-patterns/",
"desc": "A collection of JS patterns and anti-patterns that covers function patterns, jQuery patterns, design patterns, general patterns, literals and constructor patterns, object creation patterns, code reuse patterns etc."
}, {
"name": "How do JavaScript closures work? (Stack-Overflow)",
"url": "http://stackoverflow.com/questions/111102/how-do-javascript-closures-work",
"desc": "Answers to a stack-overflow question mentioning a lot of good things about closures"
}, {
"name": "MicroJS",
"url": "http://microjs.com/",
"desc": "Fantastic micro-frameworks and micro-libraries for fun and profit"
}, {
"name": "Zeros in JS",
"url": "http://zero.milosz.ca/",
"desc": "The quirky behaviour of various falsey (and truthy) values in JavaScript"
}, {
"name": "altJS",
"url": "http://altjs.org/",
"desc": "The listing of alternatives to JavaScript as coding language that compile to JavaScript",
"deprecated": true
}, {
"name": "JavaScript Style Guide by Airbnb",
"url": "https://github.com/airbnb/javascript",
"desc": "JavaScript Style Guide shared on GitHub"
}, {
"name": "EmberWatch",
"url": "http://emberwatch.com/",
"desc": "Collection of resources for learning Ember.js including videos, talks, slides, tutorials, posts and screen-casts"
}, {
"name": "An Introduction To Full-Stack JavaScript",
"url": "http://coding.smashingmagazine.com/2013/11/21/introduction-to-full-stack-javascript/"
}]
}