I'm wrapping up my last week of Harvard's CS50 course and I'm looking for some guidance on how to continue my learning journey. I'm particularly interested in backend development, but I'm still figuring things out. What are some good next steps or resources I can utilize after completing the course?
3 Answers
You might want to check out more courses in the CS50 lineup! There's CS50w for web development and CS50g for game programming. If you're leaning towards web, consider resources like The Odin Project or Free Code Camp for practical experience. What did you do for your final project in CS50?
Check out this fantastic curriculum on GitHub: https://github.com/ossu/computer-science. It’s a great way to structure your learning for the next couple of years without constantly having to ask for direction. It’s pretty comprehensive!
That looks incredible! Thanks for sharing. I really appreciate the help!
Have you tried working on any projects yet? That could be a great way to apply what you've learned so far. Just jump in and start building something you find interesting!
Any recommendations for specific projects I should tackle?
I totally agree! Starting with CS50p for Python could really set you up for success in CS50w, especially since it dives into Django. After those, you’ll have solid skills to start building your own projects.