TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Where can I begin contributing to Node, MEAN stack, JavaScript projects?

21 pointsby heatishabout 10 years ago
I recently finished a full stack web development bootcamp from which I have experience in 3 different stacks. I&#x27;m looking to begin a career in Javascript, preferably node development and want to get some contributions to real life projects (outside of my small personal projects) to get on my resume and have some talking points about for interviews. I&#x27;ve gotten an interview or two so far but both have had concerns about my experience. I figure there couldn&#x27;t be much of a better way to spend my time while applying for jobs than getting this kind of experience under my belt.<p>I don&#x27;t really know where&#x2F;how I would start with this though, do I just browse NPM, find some package that I&#x27;m familiar with, check the issues log and go to work on one? Do I approach the developers beforehand and get their thoughts&#x2F;consent to work on something and submit a pull request, (putting all the work in for a pull request that gets ignored seems like it would be quite annoying)? I&#x27;m confident that I can contribute solid code, I guess the process itself is what I&#x27;m inexperienced with. If there is anyone on here that is in need of some open source junior level JS development please feel free to contact me, I&#x27;ll be over at the Who&#x27;s Hiring Thread.

5 comments

mbestoabout 10 years ago
I&#x27;m still convinced Assembly[0] is the greatest platform for budding developers to get experience, potentially earn some money, and network with other developers. Trying to commit to open source as a newbie is...well...hard. Most mature FOSS products feel like monstrosities and culturally are intimidating (omg dhh is gonna think I suck).<p>If you&#x27;re a noob and do wanna go the FOSS route, find libraries you use and are familiar with and contribute. Contributing can be in the form of issue identification and potentially fork&#x2F;PR&#x27;s. OR scratch your own itch, even if it&#x27;s not totally productive. I helped build a Dota2 API gem and I have yet to use it for a project. If you want to go into the actual application building mode, then do check out Assembly. Plenty of JS projects there: <a href="https://github.com/asm-products" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;asm-products</a><p>[0] - <a href="https://assembly.com/" rel="nofollow">https:&#x2F;&#x2F;assembly.com&#x2F;</a>
评论 #9098927 未加载
评论 #9105266 未加载
_greim_about 10 years ago
Just dive in. The best way to find issues is to be using modules in your own projects. And of course, be easy to work with, know when to&#x2F;when not to back down, conform your code to the project&#x27;s conventions at all times, yadda yadda.<p>&gt; putting all the work in for a pull request that gets ignored seems like it would be quite annoying<p>This happens. Popular, active projects especially can be hard to break into. You can start in chat or issue threads first, then PRs once you get a feel for what&#x27;s expected. Often they&#x27;ll ask for PRs up front.<p>However if you have a clearly-beneficial, well-constructed fix, by all means submit an unsolicited PR. They ignore it at their own peril&#x2F;embarrassment :)
Lara_cabout 10 years ago
For the MEAN Stack, 1. Have a look at mean.js over on Github <a href="https://github.com/meanjs/mean" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;meanjs&#x2F;mean</a> 2. Support women who code by checking out the free videos over on www.bossable.com and follow the 30 day Mean Stack Challenge 3. Find something that you&#x27;d like to improve or add to the project and start contributing! P.S writing training guides always gets left till later on, so maybe start with that :)
skadamatabout 10 years ago
SmartBear had a great post on this for beginners:<p><a href="http://blog.smartbear.com/programming/14-ways-to-contribute-to-open-source-without-being-a-programming-genius-or-a-rock-star/" rel="nofollow">http:&#x2F;&#x2F;blog.smartbear.com&#x2F;programming&#x2F;14-ways-to-contribute-...</a>
gaelmetaisabout 10 years ago
I&#x27;d love some help on my project <a href="https://github.com/gmetais/YellowLabTools" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gmetais&#x2F;YellowLabTools</a> ! It&#x27;s an EAN stack for the moment, no MongoDB, but that&#x27;s the next big step !