There's so many different directions a programmer can take. So it can be rather confusing knowing what is the best step each programmer can take. So for new programmers it can feel overwhelming since there's so many language to learn and tools to use that it is hard to decide where to focus. Then when a programmer does decide where to focus, it can often be followed with some second guessing.
For me its been
1-Getting started,
2-finding a path to stay on when learning on ones own (how do I get from point A to point B) - I know that no path is static and its always possible to take a side path or tangent but having a general idea of the steps would be help in figuring out what to learn next
I have now become a FullStack Developer with a strong understanding in software programming and engineering. Skills extend to both client-side and server-side code.
I am a science loving, pie baking, Tetris crushing, curious human that enjoys nature and research. Currently, I am learning Java, SQL, and web API design using Spring Boot.
Location
Montana, US
Education
Bachelor of Science - Biology, Bachelor of Science - Microbiology
Stackoverflow. It is very overwhelming as new developer but once you choose the right keywords in your Google search; Stackoverflow is an amazing resource.
Error Codes. This ties in with the keyword Google search posts below. It is crucial to read your error codes in totality and Google accordingly. Sometimes, it takes a few tries to find the solution and sometimes it's as simple as adding a "." where a ":" was needed.
Also if anyone is hoping to learn some basic computer science concepts; there is a wonderful podcast called Base.cs! codenewbie.org/basecs
Actually finding something that you really want to work on. Once you get a bit of a tailwind and you actually want to build something, you'll get out of tutorial hell because you actually have to code to build the thing.
Finding the thing you want to build tho... really hard.
Top comments (17)
Finding the right keywords for your google search 😬
Especially if you're using a language like "p" 😄
There's so many different directions a programmer can take. So it can be rather confusing knowing what is the best step each programmer can take. So for new programmers it can feel overwhelming since there's so many language to learn and tools to use that it is hard to decide where to focus. Then when a programmer does decide where to focus, it can often be followed with some second guessing.
For me its been
1-Getting started,
2-finding a path to stay on when learning on ones own (how do I get from point A to point B) - I know that no path is static and its always possible to take a side path or tangent but having a general idea of the steps would be help in figuring out what to learn next
I agree with @afif google search skill.
Stackoverflow. It is very overwhelming as new developer but once you choose the right keywords in your Google search; Stackoverflow is an amazing resource.
Error Codes. This ties in with the keyword Google search posts below. It is crucial to read your error codes in totality and Google accordingly. Sometimes, it takes a few tries to find the solution and sometimes it's as simple as adding a "." where a ":" was needed.
Also if anyone is hoping to learn some basic computer science concepts; there is a wonderful podcast called Base.cs!
codenewbie.org/basecs
Actually finding something that you really want to work on. Once you get a bit of a tailwind and you actually want to build something, you'll get out of tutorial hell because you actually have to code to build the thing.
Finding the thing you want to build tho... really hard.
Communicating and validating customer expectations.
Anything curly-braces-based is the next worst thing for me.
Another big pain is proper distributed cache invalidation, have I struggled with that!
Breaking out of tutorial hell. Or trying to find consensus on a given topic 😬
Oh yes. That is hard.
Understanding concepts.
Sometimes my mind just shut down 🙈
The amount of things to learn out there! I continually battle with the feeling that my knowledge is going out of date.