Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

Go Programming Language

Go, also called golang, is a programming language initially developed at Google in 2007 by Robert... subtitle

Go Programming Language Reviews and details

Screenshots and images

  • Go Programming Language Landing page
    Landing page //
    2023-02-06

Badges

Promote Go Programming Language. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Go Programming Language and what they use it for.
  • Building a Playful File Locker with GoFr
    Make sure you have Go installed https://go.dev/. - Source: dev.to / 7 days ago
  • Golang: out-of-box backpressure handling with gRPC, proven by a Grafana dashboard
    I've been writing a lot about Go and gRPC lately:. - Source: dev.to / 22 days ago
  • 🤓 My top 3 Go packages that I wish I'd known about earlier
    ✨ In recent months, I have been developing web projects using GOTTHA stack: Go + Templ + Tailwind CSS + htmx + Alpine.js. As soon as I'm ready to talk about all the subtleties and pitfalls, I'll post it on my social networks. - Source: dev.to / about 2 months ago
  • Delving Deeper: Enriching Microservices with Golang with CloudWeGo
    Built for the modern development landscape by embracing both Golang and Rust, CloudWeGo delivers advanced features and excellent performance metrics. As proof of its performance, benchmark tests have shown that Kitex surpasses gRPC by over 4 times in terms of QPS and latency, with a throughput increased by 51% - 70% in terms of QPS (Queries Per Second) and latency. - Source: dev.to / 2 months ago
  • Copilot: Weapon For Laid Back Developers
    In my example you can see some code written in Go and I have highlighted the function I am interested in. On the left side I have my Copilot Chat interface opened and all I have to do is type /explain and Copilot will explain what the function does. And since this is chat interface, it is of course possible to ask follow up questions. Pretty powerful, right? - Source: dev.to / 3 months ago
  • function signatures in Go
    Functions are the foundations of software programs. APIs, and applications, are all built from functions. In Go programming, understanding function signatures is crucial for writing effective code. We'll look at the basics of Go function signatures in this article. Let's begin! - Source: dev.to / 3 months ago
  • The Trade-Offs of Optimizing and Compressing Go Binaries
    Binary optimization is an art that strikes a balance between performance gains and potential drawbacks. In Go, this is often achieved using a series of compiler and linker flags, followed by binary compression. These processes can dramatically impact the size and speed of Go applications but require a nuanced understanding to apply effectively. - Source: dev.to / 6 months ago
  • APIs in Go with Huma 2.0
    We started to dabble in using Go, and I dove deep into the way the language works and how to write idiomatic Go code using the tools it provides. My confidence with Go quickly improved, and I started to help others to pick it up as well. - Source: dev.to / 5 months ago
  • How I Contributed One Line of Code to Ethereum
    Being proficient in JavaScript and TypeScript, Geth and Solidity are out of the question, since Geth requires knowledge of Go, while Solidity requires knowing C++. - Source: dev.to / 5 months ago
  • Learning Go as an experienced programmer
    Just go through go.dev basics really fast, then bit slower through Effective Go https://go.dev/doc/effective_go. And start coding. It's so simple it took me an afternoon to know enough to start writing the first non-trivial service (a bridge between Google Pub/Sub and Cassandra). I did have experience in using channels though (in Clojure). My background at the time was also C++ (and Ruby, Clojure etc.). Source: 5 months ago
  • Go Development with Hot Reload Using Taskfile
    Developed in Go, Task is a simple binary with no other dependencies. This means you won't face complications during the installation process, making the use of this automation tool a straightforward experience. - Source: dev.to / 6 months ago
  • Top IDEs & Tools for Golang Development in 2024
    Golang has become popular among developers since its introduction in 2007 due to its modern architecture, scalability, effectiveness, and simple learning curve. The Golang programming language is syntactically simple, yet it is an advanced language for modern development. - Source: dev.to / 6 months ago
  • Why people in Google hate Go?
    > When you search "golang" on google for a long time, the question "Why people hate Go?" comes up at the top. I just did. Here are my top 10 results: https://go.dev/ https://en.wikipedia.org/wiki/Go_(programming_language) https://github.com/golang/go https://gobyexample.com/ https://twitter.com/golang. - Source: Hacker News / 6 months ago
  • Serverless Image Generation Application Using Generative AI on AWS
    The entire solution is built using Go - this includes the Lambda function (using aws-lambda-go library) as well as the complete solution deployment using AWS CDK. - Source: dev.to / 6 months ago
  • How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
    Environment (Platform): The environment, often referred to as the platform, is the programming language in which the SSG is built. This choice impacts the configuration, customization, and performance of the SSG. Common languages used for building SSGs include JavaScript (Node.js), Ruby, Python, and Go. - Source: dev.to / 6 months ago
  • Berry is a ultra-lightweight dynamically typed embedded scripting language
    Show examples on the main web page. Try and find an AngelScript example. It's stupidly hard. Compare it to these web sites: https://dlang.org/ https://koka-lang.github.io/koka/doc/index.html https://vale.dev/ http://mu-script.org/ https://go.dev/ https://www.hylo-lang.org/ Sadly Rust fails this too but at least the Playground is only one click away. And Rust is mainstream anyway so it doesn't matter as much. I... - Source: Hacker News / 7 months ago
  • Salt Exporter: the story behind the tool
    There is also another thing I really enjoy doing: writing code. For the past 7 years I have been writing Python code, before that it was C++/C# and Java. But a couple of years ago, I found a new language to play with: Golang. I may repeat myself in the adjectives, but Go is elegant, easy to learn and quite powerful. - Source: dev.to / 7 months ago
  • Build a Serverless Application for entity detection on AWS
    In this blog post, you will learn how to build a Serverless solution for entity detection using Amazon Comprehend, AWS Lambda and the Go programming language. - Source: dev.to / 7 months ago
  • junior dev 1+ yoe looking to upskill and break into the nitty gritty
    To give you a sense of what I'm personally working on: I'm working through Go tutorials (gophercies, go.dev tutorials, etc) and building small full-stack projects. I'm also looking for open source projects to contribute to and applying to openings on https://www.volunteermatch.org/search?v=true&k=Software+engineer&opp=3728940&onloc=false. Source: 7 months ago
  • Wizards of Opensource, Ep 1: Ryan Dahl
    The days were going swift with Node.js and Ryan, until... One day. Golang from Google came across Ryan, and its newer concurrency model to process web requests through goroutines and channels. It made a realization for Ryan:. - Source: dev.to / 8 months ago
  • Different CORS settings for different paths?
    I have created an application with Go in Gin-Gonic. In my frontend (Nuxt3/TypeScript) I always get a CORS error:. Source: 8 months ago

Do you know an article comparing Go Programming Language to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Go Programming Language discussion

Log in or Post with

This is an informative page about Go Programming Language. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.