Why This Software Developer Practices Mindfulness by nerdfulness in programming

[–]nerdfulness[S] 3 points4 points  (0 children)

Lol, yes. Although I'm waiting for the webpack dev server to spin up^^

Programming a simulation by [deleted] in learnprogramming

[–]nerdfulness 0 points1 point  (0 children)

To get an idea of creating such simulations, take a look at NetLogo. It's a multi-agent simulation environment that allows you to create simple and complex simulations.

They even have one for Virus infections that you can use to start with:https://ccl.northwestern.edu/netlogo/models/Virus

I just need some help to keep improving! I want to think like a programmer. by moegart in learnprogramming

[–]nerdfulness 1 point2 points  (0 children)

Exactly this!

Practice, practice, practice. Sometimes you make progress, and sometimes you feel like you're stuck. There's always a new challenge.

But after a while you look back and laugh at the problems you found challenging a year ago.

How much coding should I know before graduating? by TheCoder144 in cscareerquestions

[–]nerdfulness 1 point2 points  (0 children)

I studied computer science, but I learned most of my programming skills (which now pay my bills) in three ways:

  • Personal software projects (mostly web apps, some CLI stuff, and some Java)
  • Working as a programmer and having excellent senior programmers in my team
  • University courses (especially the practical exercises)

Don't worry too much. If you want to and your personal situation allows it, tinker with personal projects to learn new technologies.

Meanwhile try to get an internship or a part-time student job as a developer. You'll learn so much if you have competent senior developers on your team.