• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Context Package in Go
go2023-02-01
Learn Golang OnlineLearn Golang Online

Context Package in Go

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

Optimizing Large File Transfers in Linux with Go - An Exploration of TCP and Syscall
go2023-01-30
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Optimizing 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...

How to verify if the context has a deadline
go2023-01-31
renanbastos93renanbastos93

How to verify if the context has a deadline

Validating if has a deadline in context with Golang

Book Review: Learning Go by Jon Bodner
go2023-01-30
Jonathan HallJonathan Hall

Book 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...

Leitura de arquivos binarios em Go. Um guia pratico em como ler arquivos wav
go2023-01-07
mateusfmcotamateusfmcota

Leitura 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:...

Preventing Goroutine Leaks: Best Practices and Tips for Go Developers
go2023-01-27
Avash_MitraAvash_Mitra

Preventing 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...

MongoDB $weeklyUpdate #102 (January 27, 2023): AWS Lambda Functions, Go, and a PACKED February Calendar!
mongodb2023-01-27
Megan GrantMegan Grant

MongoDB $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...

Implementasi gRPC Di Golang Dan Windows
grpc2023-01-27
SyukurSyukur

Implementasi gRPC Di Golang Dan Windows

Foto oleh Steve Johnson dari Unsplash Tentang RPC Pada proses pengembangan aplikasi,...

Loading environment values into go Structs
library2023-01-27
diardiar

Loading 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.

Book Review: Go Programming In Easy Steps
go2023-01-27
Jonathan HallJonathan Hall

Book 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...

Solved: go mod tidy: warning: "all" matched no packages / GO debugger does not work in VSCode
go2023-01-27
Gernot GlaweGernot Glawe

Solved: 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...

How to implement token based authentication using JWT in Golang?
webdev2023-01-27
Darpan VithaniDarpan Vithani

How 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...

Day 17: Speech-to-Text with gRPC and Golang
challenge2023-01-24
Dilek KarasoyDilek Karasoy

Day 17: Speech-to-Text with gRPC and Golang

To have a working gRPC microservice, three components are essential: .proto file to define the...

Homework 3 questions
htmx2023-01-24
shaan-ericksonshaan-erickson

Homework 3 questions

Q: What is on: :member when defining a custom route?

"no such file or directory" after enabling CGO in Docker
cgo2023-01-24
Tim BachmannTim 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...

LeetCode - Binary Tree Right Side View
programming2023-01-22
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - 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.