Hi everyone! I'm a 22-year-old beginner in programming and I feel like I've hit a wall. I've dabbled in Python, Go, and C, and managed to complete some small projects. However, I really learn best through hands-on experience and I'm eager to take on new challenges. Can anyone recommend websites or resources where I can find project ideas to work on? I'm looking for something similar to LeetCode, but focused on building actual projects. Thanks in advance!
3 Answers
Have you tried Project Euler? It has a variety of challenging math-related programming problems that you can solve, which are great for improving your coding skills.
You should definitely check out Code Crafters! They have a bunch of projects and challenges that could help you build your skills. Here's the link: app.codecrafters.io/courses/redis/overview.
Thank you!
Take a look at this GitHub repo: github.com/awesome-selfhosted/awesome-selfhosted. It lists a ton of self-hosted projects. You could pick one and create your own version, which would be a fantastic way to learn.
Thank you very much!

I’ll check it out. Thanks!