is it worth learning golang?
is it worth learning golang?
I am a senior java developer in the cloud/distributed arch/ microservice area.
I've touched on golang in the past, but not learnt it in any formal/extensive way.
I see it cropping up in many java/microservice positions, and I'm curious if this is at some point going to overtake java in my area.
The current benchmarks seem to suggest that if autoscaling is key to your services, golang is the way to, well, go.
I looked at the job market and it doesn't yet seem to have taken over, but I'm curious how this is likely to play out over the next decade and if quakus for example is likely to become more competitive against golang. Interestingly, golang specific roles on average pay less than java ones in my area.
Let me know your thoughts or if you have any good articles / content on the subject.
I used to work in Java and now work in Go writing backend services. I think I enjoy writing Go more than I did Java most of the time.
Do you have any info on the architectural reasoning behind making the switch?
My reading suggests that in an area where autoscaling is key, Go is one of the best right now due to its performance from a cold starts.
I was hoping I'd get more answers of people discussing this type of requirement to be honest - the replies so far are having me second guess my research.
I switched companies. I started go when replacing php at a previous company. I wanted to do rust at the time, but my options from the CTO were go or newer php (we were 5.x IIRC). I chose go.
My current company decided on go before I started. There's some python ml stuff and some other things in functional languages, but we're primarily go. I don't know why specifically it was chosen. The old codebase was a bit of go and the original legacy in Ruby. I'm definitely glad they decided to move away from Ruby slowly (and compleltely in the new codebase).