[Need help]Switch from javascript(node.js) to go
Anonymous User
273

Hi all/gophers,

I am primarily coding in javascript(nodejs) for 4 years and I want to change my tech stack to Go. Go has numerous advantages like having very low memory footprint(less cloud bill), concurrency support(javascript dont have it), type system. Concurrency is very much needed in backend and type system is needed for big systems, without it you will be damned 😊. I learnt it a hard way. Being telling everyone javascript is the best language of all, I feel sad now(time to move on). Well now I have made up my mind to learn go. So I need your help. Please recommend me books/article/videos on internet(paid/free) to get me started. Of course, I have only 4 months to learn and then switch.

I have learnt basics by myself (even solving easy/medium/hard leetcode questions in go).

Mostly need content on concurrency/design patterns

Thanks

Comments (1)