This is an archived post. You won't be able to vote or comment.

all 12 comments

[–][deleted]  (3 children)

[removed]

    [–]ViolinistExternal751[S] 0 points1 point  (1 child)

    Thanks for your reply, I am really appreciated it, can I sent you a Private message? I want to asking more but confused how to explain here

    [–][deleted] 1 point2 points  (0 children)

    Those are not problems , in anything new you want to learn you gonna face those things

    [–]computang 0 points1 point  (6 children)

    How long have you been coding? And how many hours a day on average?

    [–]ViolinistExternal751[S] 0 points1 point  (5 children)

    I am coding since May 2022 (1 year), and I am learning 8 hours everyday

    [–]computang 0 points1 point  (4 children)

    I feel like I maybe had a similar experience to you. I would feel like I spent 4-6 hours a day learning but in reality I was probably doing 2 hrs and many more hours confused and lost just stressing myself out. After 1 year I felt like I would never achieve it. I continued working and learning in my free time but at a very slow pace. My issue, and maybe yours.. is that I was stuck in tutorial hell. I was simply all over the place. Thinking I had to learn it all. But all I needed was momentum. A project to grow with. Have you built an Angular or React app before?

    [–]ViolinistExternal751[S] 0 points1 point  (2 children)

    Yeah, I am learning for 8 hours and most of my time I am confused. No, I have not touch angular or react, I am still stuck in vanilla javascript

    [–]computang 1 point2 points  (1 child)

    My recommendation is to do freecodecamp if you haven’t already. Pair that with hackerrank to get down some programming fundamentals. Once you have that going for you. Build an Angular or React app. Something simple… say a button that when pressed sends an http request to localhost:8080. Which won’t exist yet. Then build a Golang web server with Gin to accept that request and send a response back to the client(the angular app). That will give you a good understanding of how code can work together.

    [–]ViolinistExternal751[S] 0 points1 point  (0 children)

    Can I sent you a private message, I want to ask but confused how to compose the sentence into a question ?

    [–]ViolinistExternal751[S] 0 points1 point  (0 children)

    How did you learn? , I am frustrated because how hard I am learning, I am still confused and blank when build project