9 Best Articles in 2022
deepu.tech
Golang for JavaScript developers
deepu.tech
~12 min read · From 2019 · Introduction to Golang concepts for JavaScript developers - Part 1
Reader View · Shared by 34, including Hans Bickhofe, Balda
medium.com
Interactive Go programming with Jupyter
medium.com
3 min read · From 2018 · Introduction of a new feature-rich golang Jupyter kernel
Reader View · Shared by 68, including Yash Tekriwal, Paddy Zab, Luis Bravo
github.com
future-architect/vuls: Vulnerability scanner for Linux, agentless, written in golang.
github.com
From 2016 · vuls - Vulnerability scanner for Linux, agentless, written in golang.
Shared by 22, including Emerson Macedo, Lukas Westermann, Vojtěch Hýža
freeCodeCamp.org
Learn the fast and simple Go programming language (Golang) in 7 hours
freeCodeCamp.org
From 2019 · The Go programming language (also called Golang) was developed by Google to improve programming productivity. It has seen explosive growth in usage in recent years. In this free course from Micheal…
martinheinz.dev
Building RESTful APIs in Golang
martinheinz.dev
~12 min read · From 2019 · Let’s see how to setup project for Golang RESTful API the right way, with everything you will ever need in such a project.
Reader View · Shared by 18, including Golang Weekly
medium.com
Golang Guide: A List of Top Golang Frameworks, IDEs & Tools
medium.com
~11 min read · From 2017 · Since its introduction, Google’s Go Programming Language (Golang) has been experiencing an increasing popularity among mainstream users.
Reader View · Shared by 15, including Paddy Zab
fasterthanli.me
I want off Mr. Golang's Wild Ride
fasterthanli.me
20+ min read · From 2020 · My honeymoon with the Go language is extremely over. This article is going to have a different tone from what I've been posting the past year - it's a proper rant. And I always feel bad writing those,…
Reader View · Shared by 50, including Chris {he, they}, Jake Wharton, Patric Fornasier, Yehuda Katz
blog.discordapp.com
Why Discord is switching from Go to Rust
blog.discordapp.com
~11 min read · From 2020 · Rust is becoming a first class language in a variety of domains. At Discord, we’ve seen success with Rust on the client side and server…
Reader View · Shared by 340, including PotHix, Zain Fathoni, Chris {he, they}, Russ Cox, Matthias Lampe, Golang News 📰, Rust Language, Yannick D., Christopher D. Long (Крістофер Д. Лонг), Damian Gryski, Donneker, Golang Weekly
devs.cloudimmunity.com
50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs
devs.cloudimmunity.com
20+ min read · From 2015 · Go is a simple and fun language, but, like any other language, it has a few gotchas... Many of those gotchas are not entirely Go's fault. Some of these mistakes are natural traps if you are coming from another language....
Reader View · Shared by 48, including Patric Fornasier, Marc Hofer, Hugo Corbucci
Trending
fasterthanli.me
Lies we tell ourselves to keep using Golang
fasterthanli.me
~20 min read · Apr 29th · In the two years since I've posted I want off Mr Golang's Wild Ride , it's made the rounds time and time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
Reader View · Shared by 44, including Joe Groff, Jake Wharton
github.com
sort: use pdqsort · golang/go@72e77a7
github.com
Apr 21st · - Across all benchmarks, pdqsort is never significantly slower than the previous algorithm. - In common patterns, pdqsort is often faster (i.e. 10x faster in sorted slices). The pdqsort is describ...
Shared by 17, including Golang News 📰
openfaas.com
A Deep Dive into Golang for OpenFaaS Functions
openfaas.com
~12 min read · Apr 14th · Alex takes a deep dive into Golang for OpenFaaS functions and shows off a new feature from Go 1.18 that improves the experience with IDEs. In this article, I’ll outline the three templates we have for…
Reader View · Shared by 5, including Golang Weekly
blog.devgenius.io
OpenTelemetry, the standardized observability framework for everyone
blog.devgenius.io
10 min read · Apr 14th · Understanding distributed tracing concepts in OpenTelemetry and the implementation in Golang
Reader View · Shared by 8, including CNCF
More like this
Brad Fitzpatrick 🌻
An update on bradfitz: Leaving Google
Brad Fitzpatrick 🌻
4 min read · From 2020 · After ~12.5 years at Google and ~10 years working on Go (#golang), it's time for me to do something new. Tomorrow is my last day at Google. Working at Google and on Go has been a highlight of my…
Reader View · Shared by 43, including Nico Müller 🇺🇦, Golang News 📰, sircharlsxavier, Brian Ketelsen, Yann “shalf@mastodon.social” Heurtaux 不停
basho.com
Microservices – Please, don’t
basho.com
~11 min read · From 2016 · This blog post is adapted from a lightning talk I gave at the Boston Golang meetup in December of 2015.
For a while, it seemed like everyone was crazy for microservices. You couldn’t open up your favorite news aggregator of choice without some company you had never heard of touting how the move t
Reader View · Shared by 35, including Patric Fornasier, Bruno T., Matthias Lampe
getstream.io
Why we switched from Python to Go
getstream.io
10 min read · From 2017 · Switching to a new language is always a big step, especially when only one of your team members has prior experience with that language. Early this year, we switched Stream’s primary programming…
Reader View · Shared by 226, including Ian King, John Hues, Linus Basig, Moritz von Hase, Helmi, Joe Germuska, Lea R. 🦄, Oleg Baskov, James Weber, Leonard Enoch, Ⓓarío Macchi, Clemens, dunschtig, Gerald Soparkar, Bryan Onel, Zain Fathoni, Gerardo Segura
echo.labstack.com
Fast and unfancy HTTP server framework for Go (Golang)
echo.labstack.com
1 min read · From 2016 · Golang micro web framework, High performance, Minimalistic and Fast.
Reader View · Shared by 10, including Michael Weibel, William El Kaim
texlution.com
Why Golang is doomed to succeed
texlution.com
7 min read · From 2015 · Golang was explicitly engineered to streamline projects built by large groups of programmers with different skill levels, and there is no larger such group than the open source community.
Reader View · Shared by 12, including Dawid Ferenczy Rogozan 🦇🇪🇺🇨🇿, Thomas Eichmann
artem.krylysov.com
Artem Krylysov
artem.krylysov.com
~13 min read · 2020-07-30 · Full-Text Search is one of those tools people use every day without realizing it. If you ever googled "golang coverage report" or tried to find "indoor wireless camera" on an e-commerce website, you…
Reader View · Shared by 28, including Golang Weekly, BrendanEich, Michael Weibel, rohit
fasterthanli.me
Lies we tell ourselves to keep using Golang
fasterthanli.me
~20 min read · Apr 29th · In the two years since I've posted I want off Mr Golang's Wild Ride , it's made the rounds time and time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
Reader View · Shared by 44, including Joe Groff, Jake Wharton
dtrace.org
Golang is Trash
dtrace.org
5 min read · From 2015 · In the process of working on getting cgo to work on illumos, I learned that golang is trash. I should mention that I have no real opinion on the language itself; I’m not a languages person (C will do,…
Reader View · Shared by 10, including Bruno T., Brian
github.com
jdkato/prose: A Golang library for text processing.
github.com
From 2017 · prose - :book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction.
Shared by 10, including Golang Weekly, Waqas Ahmed