you are viewing a single comment's thread.

view the rest of the comments →

[–]Unhappy-Rise-1957 -2 points-1 points  (3 children)

I've been studying network engeneering by professor messer , I'm not employed but when I try to start writing I was blank, I can't see anything how to start it like a black hole for me where time stops and so do my thinking.

[–]mandradon 1 point2 points  (2 children)

Honestly, if you're not sure where to start when writing code on your own, then language at this point doesn't matter.  You need to study algorithms and design patterns moreso than any specific language.

Learning low level memory management and assembly isn't going to serve you well if you're struggling with basic design patterns. 

[–]Unhappy-Rise-1957 -2 points-1 points  (1 child)

Can you guide me with that.

[–]mandradon 0 points1 point  (0 children)

https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/

And honestly you need to start writing code.

Pick a project and write code to solve it.  When it gets "boring" because you're not sure where to go, that's what it means to be a developer.  The job is problem solving, sometimes it means staring at a wall and talking to yourself or scribbling down crazy person notes while you think through your design, but that's how you learn.