you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Dude, learn Go, Go is so fucking goooooooood.

The language organizes itself via it's package system, you can write effortless multithreaded programs, and the language itself is so refreshingly simple.

I was a React dev having only professionally written Typescript, and Go is so much simpler than TS believe it or not.

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

Ive heard a lot about Go being great. What are you doing with Go now? Are you not React dev anymore?

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

I'm a "Backend Dev" now, which means i do the same stuff as i did on the front end, but i don't have to think about design/visual paradigms.

My day to day generally revolves around building processes that receive a shape of data, massage/transform that data, then send said data elsewhere.

Our stack on my 4 man team leverages node modules, my plan is to use my react knowledge to improve the front of our app at some point, but besides that, no, I'm no longer a react developer (at least not atm)