1. StackExchange
Everyone knows of StackOverflow.com and AskUbuntu which are part of StackExchange network. But there are dozens of other sites in the StackExchange network that are dedicated to programming. Some of my favorites are
Why use StackExchange?
You want to improve your software engineering skills.
Help other developers by answering their questions.
Show off your skills by linking to your StackExchange account in your resume or website.
2. GitHub
GitHub requires no introduction for software developers. It’s the place on the Internet where open source projects are built.
Why use GitHub?
Share your code with the rest of the world.
Contribute to open-source projects.
Build free websites using GitHub pages.
A good GitHub profile can unlock awesome job opportunities.
3. DevDocs.IO
DevDocs.IO is a single-page open source app that allows you to search documentation of all popular programming languages and frameworks.
Why?
Superfast way to search documentation.
Works offline.
One place to search all the docs
4. Hacker News
Hacker News is a website where people submit links and have interesting discussions around them. Most of the submissions are related to Silicon Valley, Entrepreneurship, and Tech.
Why use Hacker News?
To keep updated with Silicon Valley and the US tech ecosystem.
A place for high-quality well-moderated discussions.
5. diff.blog
diff.blog is an engineering blog aggregator. The website aggregates blog posts from 1000s of Engineering and developer blogs (including blogs on dev.to).
Why use diff.blog?
You want to follow the engineering blogs of tech companies and developers from all over the internet.
If you have a blog about software engineering, you can include it in diff.blog so that it reaches a bigger audience.
6. Udemy
Udemy is one of the biggest video tutorial websites in the world. It has amazing tutorials on almost every tech-related topic. My favorite teacher on Udemy is Stephen Grider. You should check him out.
Why use Udemy?
- Learn a new skill.
7. DigitalOcean
DigitalOcean is a hosting provider in which you can host your servers, databases, etc. It’s very popular among developers.
Why use DigitalOcean?
You are working on personal projects and want an easy to use interface.
You want to keep things as simple as possible.
8. IndieHackers.com
IndieHackers is a community of developers and entrepreneurs who are trying to build profitable internet companies without raising money.
Why use IndieHackers.com?
- You want to interact with people who are building or have built successful Internet companies.
9. Resumake.IO
Resumake.IO is an open-source website that helps you make a resume for applying to Software Engineering jobs.
Why use Resumake?
- You want a no bull-shit, easy to use resume maker.
- You can export the resume as PDF, Latex, and JSON so that you don't have to start from scratch the next time.
10. Leetcode
Leetcode is a website that helps you prepare for software engineering interviews.
Why use Leetcode?
You want to practice coding problems that are asked during software engineering interviews.
You want to know about the interview experiences of people who have attended software engineering interviews.
11. Glassdoor
Glassdoor is a website where employees review their companies.
Why use Glassdoor?
You want to know what it is like working for the company.
You want to know how much are the employees paid in the company.
12. ProductHunt
ProductHunt is a website where developers and companies launch websites, apps, etc that have recently built.
Why use ProductHunt?
To know what all products are getting launched every day.
You want to launch the website or app you built.
Of course, you all know about dev.to, so it is not included in the list :)
That’s it, folks. Hope you enjoyed the article. Let me know in the comments if I missed a website that you think should have been on the list.
Top comments (53)
I read Hacker News daily but via hckrnews.com as this allows me to filter the most upvoted articles for each day cutting out some of the clutter.
Nice tip!
I prefer RSS so i wrote a rss endpoint which returns all posts which reach 500 points in a week.
us-central1-social-channel-notifie...
Cool stuff. The URL doesn't return anything useful though. Is that intentional?
Ups I post the wrong link, here is the correct one:
us-central1-social-channel-notifie...
Nice stuff, any chance to share the code?
Sure:
github.com/ste-xx/social_channel_n...
The stuff runs with firebase and appengine.
Thanks! Great staff!
I use hckrnews.com now and then to see which all stories got flagged. You can also use the official HN search powered by Algolia for seeing the top stories of last 24 hours.
hn.algolia.com/?dateRange=last24h&...
I use Gitlab instead of Github
GitLab is awesome as well. But there are more developers and open source projects using GitHub than GitLab. So GitHub is what I would recommend if one is getting started to open source.
This is a very important point. The more you know, the better you can prepare since you know what to expect.
Reading about other people's experiences has always helped me for any interview I have had. Glassdoor, also mentioned in the article, is another great place to get this info.
Oh Yes. Glassdoor is also a terrific resource for figuring out the interview process of the company. Thanks for pointing that out :)
Thanks for this list, David - awesome resources! I'm curious to know if anyone has taken a paid tutorial on Udemy, and did you think it was worth it?
I have taken a bunch of courses of Stephen Grider. He is by far the best teacher I had. I would recommend anything by Stephen Grider.
I have Maura and think it is worth it, but look for the sales. Some courses are $8.99 well worth it, and the tutorials are byte size and not overwhelming. I recommend it.
Great list!
Thank you!
Nice post ;) Thanks for it!
Thanks!
Good tip on diff.blog. I wasn't aware of this, but it looks neat.
Yup. diff.blog is awesome!
Hey David, that's a great list. I'm a fan of pretty much everything you listed.
Since you mentioned engineering blogs, I thought you might find useful this tool I recently made - blogboard.io
It helps you search, browse articles by similarity and follow topics. All posts are sourced from official engineering blogs of tech companies.
Great article David, some new ones on the list for me to check out!
Thanks!
Cool but I think that lack Coursera , very cool website to learn, 😁👍
Coursera is awesome as well. I would recommend Stanford's Introduction to Algorithms if someone is looking to try a Coursera course. When I took it it used to be free. Not sure what is the status now.
I think the "Introduction to Algorithms" is a paid version.
There is a free version if somebody wants to learn algorithms and it seems good. Title: Algorithms Part I and Part II. at Princeton University.