0

State of Go / Golang in 2021

 2 years ago
source link: https://dev.to/meatboy/state-of-go-golang-in-2021-34ni
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Cover image for State of Go / Golang in 2021

State of Go / Golang in 2021

Aug 27

・1 min read

What is the state of Go in 2021 in your opinion? Is it worth learning or write applications?

The performance of apps written in Go is great but for many businesses, that's not enough. Crucial is also stability, the potential of maintenance in long therm and so on. What do you think about the ecosystem around Go language?

Discussion (3)

pic

CollapseExpand

Go is seeing increasing adoption across various verticals in the tech industry, from developer and operational tooling (e.g. CLIs, SDKs) to cloud-native technologies (e.g. Docker, Kubernetes) and micro-services (e.g. web services, backend services).

Relevant readings:

Comment button Reply

CollapseExpand

Author

Aug 27

Wow, I didn't know JetBrains wrote article like this. Thanks! :)

Comment button Reply

CollapseExpand

The performance of apps written in Go is great but for many businesses, that's not enough.

Why is it not enough? What's wrong?

The language was designed for the web and it runs perfectly fine for backend architectures. They even have docker images so you don't have to install it and and compiles into WebAssembly!
First you have to adapt to new techniques like channels, goroutines, folder & module structure, syntax etc.
You can also use packages like npm provides packages [ref]. There are already lots of well made packages like Gorilla for websockets or the fiber framework for building webserver like Express in node.

Comment button Reply


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK