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

How ping measures network round-trip time accurately using SO_TIMESTAMPING
go2022-02-28
Nikolay SivkoNikolay Sivko

How ping measures network round-trip time accurately using SO_TIMESTAMPING

While working on node-agent, we set out to measure network latency between containers and the...

Looking for Go open source idea
go2022-02-27
MortezaMorteza

Looking for Go open source idea

I want make an open source Golang project. I need your help. Give me some ideas which have all or...

Race Condition in Golang
go2022-02-26
Sonu Kumar SawSonu Kumar Saw

Race Condition in Golang

This article was originally posted at ioscript.org Writing a concurrent code is often a difficult...

req, an HTTP scripting language
programming2022-02-26
Andrew PillarAndrew Pillar

req, an HTTP scripting language

Programming languages are always something that have fascinated me, how they're designed, how they're...

Golang HTTP Server Graceful Shutdown
go2022-02-26
Clavin JuneClavin June

Golang HTTP Server Graceful Shutdown

package main import ( "context" "errors" "log" "net/http" "os" ...

Building a gRPC Server in Go
go2022-02-24
SahanSahan

Building a gRPC Server in Go

Intro In this article, we will create a simple web service with gRPC in Go. We won’t use...

How to Get Started with GoLang as a Java Developer
programming2022-02-25
Ruby ValappilRuby Valappil

How to Get Started with GoLang as a Java Developer

Few simple steps to get started with GO. Photo by Chinmay Bhattar on Unsplash For quite...

Embedding NATS in Go
go2022-02-23
Karan Pratap SinghKaran Pratap Singh

Embedding NATS in Go

In this article, we will look at how we can embed NATS server within our Go application. After that,...

Go-ing Go-ing Gone! CRUD with Go
go2022-02-24
Ali ZaidiAli Zaidi

Go-ing Go-ing Gone! CRUD with Go

Alright, let's Go. Last tortured pun, I promise.. kind of. Although I would classify myself as a...

goutil/dump - print beautiful and easy-to-read go data
go2022-02-24
InhereInhere

goutil/dump - print beautiful and easy-to-read go data

goutil/dump - is a golang data printing toolkit that can print beautiful and easy-to-read go slice,...

Mengelola Beberapa Versi Bahasa Pemrograman Go Dengan Go
softwareengineering2022-02-24
RisyandiRisyandi

Mengelola Beberapa Versi Bahasa Pemrograman Go Dengan Go

Source by : google.com Berawal dari menjalankan sebuah proyek yang dimana setiap proyek aplikasi...

Rollback Functions in Golang
go2022-02-22
Omnia WahidOmnia Wahid

Rollback Functions in Golang

Errors in Go Go methods can return multiple values. One of these values can be an error. The zero...

Golang automatic code formatting : Code like a Pro
go2022-02-22
karan singhkaran singh

Golang automatic code formatting : Code like a Pro

Why Format your code? Everyone loves clean readable and beautifully organized code using...

In Go nil is not equal to nil, sometimes
go2022-02-22
Pavel KutáčPavel Kutáč

In Go nil is not equal to nil, sometimes

In some cases, Go returns false when comparing nil variable and nil. This might be confusing for...

WaitGroups in Golang
go2022-02-22
Sonu Kumar SawSonu Kumar Saw

WaitGroups in Golang

This article was originally posted at ioscript.org In the previous article, Introduction to...

Introduction to Concurrency in Golang
go2022-02-22
Sonu Kumar SawSonu Kumar Saw

Introduction to Concurrency in Golang

This article was originally posted at ioscript.org In computer science, often we write programs...