What Programming Projects Should I Try as a Beginner, Intermediate, and Advanced Learner?

0
6
Asked By CuriousCoder42 On

Hey everyone! Hope you're having a great day! I'm currently in my fourth semester studying Computer Science and I'm really diving into programming for the first time. Before this, I was mostly just watching YouTube videos and dabbling a bit in cyber security with Linux Kali in VMware. Right now, I'm learning Java through a course from MOOC Helsinki, and I want to focus on building projects to solidify my skills. I've done some projects with the help of AI, but I'm challenging myself not to rely on it and want to create more independently. I've successfully built a CLI todo list without AI, and I'm looking for project ideas that range from beginner to advanced levels. What types of projects do you suggest, and what skills or tools do I need for these?

2 Answers

Answered By GameDevGuru On

Starting with CLI projects is a smart move! Try building a calculator or a todo app first, then progress to GUI apps or even small games. Once you're ready for the web,develop a chat server or a simple data pipeline—just break things down and test a lot; you'll learn a ton from your mistakes!

Answered By CodingWhiz On

You've got a solid mindset! Simple CRUD applications are great for beginners. As you get more comfortable, try implementing your own authentication logic with cookie sessions. If you're feeling adventurous, dive into building more advanced features like account confirmation and password reset flows.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.