DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Learn Golang OnlineContext Package in Go
The context package in Go provides a way for developers to carry deadlines, cancellations, and other...

Douglas Makey Mendez MoleroOptimizing Large File Transfers in Linux with Go - An Exploration of TCP and Syscall
As I experiment with Raspberry Pi and other devices in my network, I have created a small network...

renanbastos93How to verify if the context has a deadline
Validating if has a deadline in context with Golang

Jonathan HallBook Review: Learning Go by Jon Bodner
Looking for a book to teach you Go? I'm reviewing the newest and best I can find, to give you the...

mateusfmcotaLeitura de arquivos binarios em Go. Um guia pratico em como ler arquivos wav
Código fonte: https://github.com/mateusfmcota/reading-wave-go Versão em inglês do post:...

Avash_MitraPreventing Goroutine Leaks: Best Practices and Tips for Go Developers
This is the first blog in the series of Concurrency Design Patterns in Golang. I'll be adding more...

Megan GrantMongoDB $weeklyUpdate #102 (January 27, 2023): AWS Lambda Functions, Go, and a PACKED February Calendar!
It's Friday. You know what that means… 🎉 Welcome to the MongoDB $weeklyUpdate! 🎉 Each...

SyukurImplementasi gRPC Di Golang Dan Windows
Foto oleh Steve Johnson dari Unsplash Tentang RPC Pada proses pengembangan aplikasi,...

diarLoading environment values into go Structs
Load environment variables with this library into go structs, easy to use and test, you can easily contribute to this open source project, code logic is very small and there is no learning curve.

Jonathan HallBook Review: Go Programming In Easy Steps
The second book review in my quest for the best Go programming book of 2023 is now out! Have a...

Gernot GlaweSolved: go mod tidy: warning: "all" matched no packages / GO debugger does not work in VSCode
In just some projects go mod tidy did not work. Now I figured out, why: If you are inside a working...

Darpan VithaniHow to implement token based authentication using JWT in Golang?
JWT(JSON web token) is a token format used for authentication in any application. jwt.io provides a...

Dilek KarasoyDay 17: Speech-to-Text with gRPC and Golang
To have a working gRPC microservice, three components are essential: .proto file to define the...

shaan-ericksonHomework 3 questions
Q: What is on: :member when defining a custom route?

Tim Bachmann"no such file or directory" after enabling CGO in Docker
Today I ran into the an error trying to deploy my go app in docker, where the container refused to...

Alkesh GhorpadeLeetCode - Binary Tree Right Side View
LeetCode - return the values of the nodes you can see ordered from top to bottom using C++, Golang, and Javascript.