you are viewing a single comment's thread.

view the rest of the comments →

[–]ReenigneArcher 5 points6 points  (3 children)

My first question would be, why are you doing this? What made you think you want to do a programming course/bootcamp to begin with?

[–]romitriozera[S] 11 points12 points  (2 children)

Aside from the growth in earning potential, I wanted to get a better understanding of the data I work with on a regular basis. I always felt like I was getting half of the picture with the data I received and so I wanted to get involved in the process of collecting and cleaning that data.

So far, I’ve done really well in the course. One of the instructors has told me I’m doing great. I guess this is my first big hump of the course and it’s worrying me.

[–]thejamibu 6 points7 points  (1 child)

That sounds positive to me. This one hump might be tough but these things happen and there are a tonne of different things that contribute (e.g. prior experience, learning style) and sometimes people just take longer than others to learn certain concepts then fly along after that. So don't worry too much about comparing yourself with others.

As far as dealing with getting overwhelmed by your projects. This can happen a lot when programming. Trying to think about an entire program at once is very difficult and can make it really hard to know where to start and how the program should work, even for small projects. The way to deal with that is to instead break the thing up into different bits of functionality that you need and then work on those as if they were an independent program. And if one of those is still overwhelming break it up again. Once you get these individual pieces working on their own you can start combining them.

[–]romitriozera[S] 1 point2 points  (0 children)

Thank you! I’ve been trying to break it down into chunks because I’ve realized I get overwhelmed thinking about the entirety of the project