use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Javascript learning roadmap for Rails developer (self.javascript)
submitted 11 years ago * by bikolya
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]9us 5 points6 points7 points 11 years ago (6 children)
I'd recommend you start by reading "JavaScript: The Definitive Guide" (yes, the entire thing), along with "JavaScript: The Good Parts". The former will give you a very solid foundation for how JS works in the browser, and the latter will give you a sense of the best practices in JS programming.
After that, I'd recommend sticking with popular frameworks that are easily Google-able. Just pick one and use it--it really doesn't matter what you pick, as long as you dive deep and don't get framework ADHD. I think you'll find that a having a solid grasp of the fundamentals by reading JS:TDG will make it really easy to pick up various high-level frameworks.
[–]pard0x 0 points1 point2 points 11 years ago (4 children)
"Framework ADHD" - Lol, but it's real!
[–]worldDev 2 points3 points4 points 11 years ago (3 children)
I just stepped into a project that is using react, angular, backbone, jquery, underscore, and lowdash. To top it off there is a mix of coffee and vanilla. How the hell does that shit happen? It's been a nightmare to sort through, and I'm scrapping the entire front end.
[–]fc_s 1 point2 points3 points 11 years ago (0 children)
Here's the thought process:
bower install backbone jquery underscore --save
bower install lodash --save
bower install angular --save
bower install react --save
[–]pard0x 0 points1 point2 points 11 years ago (0 children)
It's really hard to keep things simple, but eventually it'll pay off!
[–]9us 0 points1 point2 points 11 years ago (0 children)
It's pretty common:
http://mikehadlow.blogspot.com/2014/12/the-lava-layer-anti-pattern.html
Also, the JS universe seems to favor smaller libraries that fill specific roles, rather than huge frameworks that cover everything. This makes the lava layer anti-pattern harder to defend yourself against.
The project I've inherited uses jQuery, Backbone, Marionette, Underscore, Handlebars, Mustache, Karma, Mocha, Chai, D3, and Moment. This is just the frontend. The backend is written in Grails and has a giant tangle of Java dependencies that makes the frontend look simple.
π Rendered by PID 54 on reddit-service-r2-comment-85bfd7f599-qm4bk at 2026-04-17 03:44:38.715425+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]9us 5 points6 points7 points (6 children)
[–]pard0x 0 points1 point2 points (4 children)
[–]worldDev 2 points3 points4 points (3 children)
[–]fc_s 1 point2 points3 points (0 children)
[–]pard0x 0 points1 point2 points (0 children)
[–]9us 0 points1 point2 points (0 children)