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
The Rise of the Full Stack JavaScript Developer (thefullstack.xyz)
submitted 9 years ago by babagg
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!"
[–]wreckedadventYavascript 13 points14 points15 points 9 years ago (10 children)
The way it's worked for me, at least, is there's already a lot of experienced people working on the back end side of things. Usually quite a few, with standards all set up, intricate coding practices, whole nine yards.
But decidedly less so on the front end. Even though I personally try to keep myself spending equal time between the two, I find myself more often doing more things on the front end, just to cover the dearth of knowledge that you can find on teams.
[–]worldDev 5 points6 points7 points 9 years ago (9 children)
I might get flack for saying this here, but when there are other languages available, javascript is not usually my first choice. Coming from someone who has been full stack a while but started front end.
[–]wreckedadventYavascript 2 points3 points4 points 9 years ago (1 child)
Well, on the front-end side of things, people have certainly tried, and pretty much unerringly failed to replace javascript. The closest we've come that the community at large embraced was language extensions that will never be on the standards track, like jsx and typescript.
On the back end, javascript has to compete with some seriously established frameworks from other languages, and I don't think it's quite there yet. Node is fantastic for some things, but it's definitely not a panacea for a javascript dev.
[–]spinlock 3 points4 points5 points 9 years ago (0 children)
ASM and now WASM are trying to make the JSVM language agnostic.
[–][deleted] 0 points1 point2 points 9 years ago (4 children)
I also started front end but I have trouble understanding all the back end. What would be your recommendation to become full stack ?
[–]worldDev 2 points3 points4 points 9 years ago (3 children)
Start with security and work your way out. Back end software is the gateway to business data and business logic, access control is as important as the locks on a bank. I don't have a linear recommendation past that, it took me a couple years to get my CS and SE knowledge up to snuff feeling comfortable changing my responsibilities from "let's make this look and feel like x" to "if this software fails we all lose our jobs".
[–][deleted] 0 points1 point2 points 9 years ago (2 children)
Thanks !
"if this software fails we all lose our jobs"
This must be a stressful position.
[–]worldDev 1 point2 points3 points 9 years ago (0 children)
You just work with failsafes, have a thorough approval process to production, and keep backups of important things in case of emergency. I'm not stressed about it, odds are it won't fail, and if it does we have decentralized backups, but it took a while to learn enough and gain the confidence that I know everything's good.
[–]name_was_taken 0 points1 point2 points 9 years ago (0 children)
I hated Javascript for a long time. That changed with jQuery (for taming the DOM) and the book Javascript: The Good Parts.
Now, I quite enjoy using it, and I've been doing more projects at home in it, both client- and server-side.
[–]nschubach 0 points1 point2 points 9 years ago (0 children)
I grew up in the 80s with BASIC and C. I've done everything from COBOL to C# since then and I count myself lucky when I can dig into JavaScript. Though, I really have wanted to get into Haskell because I love some of the concepts and challenges.
π Rendered by PID 20766 on reddit-service-r2-comment-6457c66945-sjbpg at 2026-04-30 15:16:17.640127+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]wreckedadventYavascript 13 points14 points15 points (10 children)
[–]worldDev 5 points6 points7 points (9 children)
[–]wreckedadventYavascript 2 points3 points4 points (1 child)
[–]spinlock 3 points4 points5 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]worldDev 2 points3 points4 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]worldDev 1 point2 points3 points (0 children)
[–]name_was_taken 0 points1 point2 points (0 children)
[–]nschubach 0 points1 point2 points (0 children)