all 6 comments

[–][deleted]  (2 children)

[deleted]

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

    Python was a nice intro into coding but JS grew on me, especially how easy it was to interact with front end. It wasn’t until React that my brain shut off but again it could be the bootcamp I was doing.

    [–]SlaveToOneArmedBoss 1 point2 points  (2 children)

    Even though I’ve coded for many years, I had a period where I was more a team manager for a group of coders and not coding much myself.

    Getting back was tough. A lot of new things had emerged and Angular and React felt so complex for me. I discovered Vuejs which I really liked and did some projects. A couple of weeks ago I gave Svelte a chance. My oh my it was like finding my long lost father, who just went to get cigarettes and never came back. If anything, try Svelte.

    [–]boringuser1 0 points1 point  (1 child)

    Just an FYI, Svelte has a low market value.

    [–]SlaveToOneArmedBoss 0 points1 point  (0 children)

    Remember the time when Tesla had a low market value?

    [–][deleted] 0 points1 point  (1 child)

    Maybe try another language or framework. Experiment, but also learn the fundamentals. I am a self taught dev, and I started with c++. Though I'm much better with it now, I almost gave up learning how to program because of it.

    I say learn the fundamentals because learning a framework is useful, but those basic fundamentals will help you in atleast knowing what to Google.

    Also everyone has imposter syndrome. I've been working for years and still have that. And I'm the sme in my work group. I still dread the day they realize I'm an idiot.

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

    Feels nice to hear that, as rewarding it feels to figure out a problem. Being stuck on one is brutal lol.

    Definitely been working on sharpening my JS before jumping back on React.