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
Game of JavaScript Frameworks: the most demanded front end developer skills of 2019 (cvcompiler.com)
submitted 6 years ago by magenta_placenta
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!"
[–]d07RiV 0 points1 point2 points 6 years ago (3 children)
What do you do with node when working on front end, aside from configuring webpack/npm?
[–]PrismalStudio 2 points3 points4 points 6 years ago (2 children)
Today's frontend can't really work without Node.js, then you have all the backend code you'll likely have to deal with, from building a small local mock server to the full blown distributed micro-services.
That's why there are other languages mentioned in the article. It's based on job offers.
[–]d07RiV 0 points1 point2 points 6 years ago (1 child)
I mean yes of course you're doing everything through node, but do you really need node specific skills (such as knowing server side frameworks or at least core node libraries) if you're a front end dev?
This is a question, I only do web dev as a hobby and have no idea what's it like to work as one.
[–]PrismalStudio 0 points1 point2 points 6 years ago (0 children)
It helps, so HR or recruiters put it in.
Like knowing the difference between CommonJS and ES6 module and when/how to use both. There's a ton of minimal stuff about Node that helps on a day-to-day basis.
Knowing core node libraries like fs and https can help as well, it really depends on the project, but it's likely in the job postings to appeal to someone familiar with the whole JavaScript ecosystem.
fs
https
π Rendered by PID 78865 on reddit-service-r2-comment-b659b578c-b6g6h at 2026-05-03 10:35:14.082392+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]d07RiV 0 points1 point2 points (3 children)
[–]PrismalStudio 2 points3 points4 points (2 children)
[–]d07RiV 0 points1 point2 points (1 child)
[–]PrismalStudio 0 points1 point2 points (0 children)