If you haven't heard of this website by now, boy are you in for a treat (https://stackoverflow.com). Stack Overflow is great, not only for its amazingly robust community, but for its ingenious way of not allowing reiterated questions to flourish, thus forcing everyone to one board so that all debate can be centralized. I would recommend Stack Overflow to anyone and everyone who has ever written even a single line of code.
https://github.com has become the premier center for software development around the world. Almost all major languages, packages, and cyrptocurrencies can be found on this site, including source code and major contributors. If you've thought of accelerating your software development skills and find out how to get so many people to work on one program all at once in an effective manor, github is the place to be.
SO has saved me more times than I'd like to admit.
ReplyDeleteIt's such an undervalued site
ReplyDeleteDefinitively a life saver! Really love the fact that you picked this site as a good one, it really deserves it!
ReplyDeleteHere's a nice little stack overflow hack :D
ReplyDeletetry{
///logic
} catch(e){
window.location.href =
"http://stackoverflow.com/search?q=[js] + " + e.message;
}