Feeling Like a Noob After Two Years of CS – What Should I Do?

0
6
Asked By CuriousCoder92 On

I've been studying computer science for two years now and I'm set to graduate in December. Despite all this time and effort, I still find myself Googling or asking tools like ChatGPT about almost everything I encounter. I struggle with every new idea I try to implement—asking ChatGPT usually gives me unexpected approaches that leave me confused. I have a decent grasp of web development and can explain how many things work in basic terms, but when it comes to actually coding and using logic, I feel completely lost, like an ape banging two rocks together. I tried looking up some random JavaScript practice projects, but even after filtering out the easy ones, I open them and feel totally overwhelmed!

2 Answers

Answered By BookwormCoder On

Check out a good book on programming, especially one that has a PDF version so you can download it easily. I’ve started learning Java through books, and writing out all the sample code helps a lot. There are plenty of free JavaScript books out there, too!

LostInCode23 -

I totally relate! I'm also trying to figure out what kind of job suits me since I don’t have any professional experience yet. Programming jobs sound appealing, but I’m feeling lost since I haven’t formally studied it. Any suggestions?

Answered By FearlessDev On

When you have an idea, just dive in and give it a shot! Don't stress too much; the best way to learn is by doing and you'll figure out if it works or not. Failure is part of the process, and it's how you improve. To get better at those practice questions, try ones that are a bit challenging for you. If you can't solve one, check out the solution, but try to recreate it yourself without constantly peeking at the code.

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.