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

Golang Reverse Proxy Practices
webdev2022-11-25
L2ncEL2ncE

Golang Reverse Proxy Practices

Hertz Hertz is an ultra-large-scale enterprise-level microservice HTTP framework,...

Data Streaming in Go Lang
go2022-11-25
sai tejasai teja

Data Streaming in Go Lang

we may need to do streaming for few things while working with large scale systems like calling...

Go: Around The World - London, UK - An Introduction
go2022-11-25
Benjamin BryantBenjamin Bryant

Go: Around The World - London, UK - An Introduction

Hello! Today I’d like to introduce an idea for a series of articles I’m going to be working on for...

Supercharge Go APIs with Serverless Functions
go2022-11-24
Demola MalomoDemola Malomo

Supercharge Go APIs with Serverless Functions

Learn how to use Serverless Functions to build a user management API in Go using Netlify, Xata, and Cloudinary.

Learn How to use Google Sheets in GoLang?
webdev2022-11-04
RakshaRaksha

Learn How to use Google Sheets in GoLang?

Do you know how to perform crud operations in Google sheets from the backend? Google is providing...

gup - Update binaries installed by "go install" with goroutines.
go2022-11-13
nchikanchika

gup - Update binaries installed by "go install" with goroutines.

gup command update binaries installed by "go install" to the latest version. gup updates all...

Handle go routines gracefully
go2022-11-24
sai tejasai teja

Handle go routines gracefully

Understanding and handling the Go routines is little bit tricky but once you got to know the cream of...

improve golang skill
go2022-11-03
made suandemade suande

improve golang skill

hallo my name is made suande. to day i will improve my selft to create two-dimentional figure ui with...

I tried Docker Container manipulation Part-II
docker2022-11-24
Akshay RaoAkshay Rao

I tried Docker Container manipulation Part-II

Introduction Hi, I am Akshay Rao this is the part II of container manipulations. I had written the...

Learning Go by examples: part 10 - Instrument your Go app with OpenTelemetry and send traces to Jaeger - Distributed Tracing
go2022-11-22
Aurélie VacheAurélie Vache

Learning Go by examples: part 10 - Instrument your Go app with OpenTelemetry and send traces to Jaeger - Distributed Tracing

Serie of article in order to learn Golang language by concrete applications as example

A dream of scalable and enriched GraphQL subscriptions
graphql2022-11-23
Artjom KurapovArtjom Kurapov

A dream of scalable and enriched GraphQL subscriptions

In my last article, I wrote about our five-year journey with GraphQL at Pipedrive. Now, I’d like to...

Python vs Golang
python2022-11-23
Pieces 🌟Pieces 🌟

Python vs Golang

This article is directed at developers that are stuck on the fence as to which of these languages is superior to the other.

Introducing Goctuator: a Go-Based Actuator Module
go2022-11-23
mikeyGlitzmikeyGlitz

Introducing Goctuator: a Go-Based Actuator Module

As a developer, I'm constantly deploying and updating production-ready web servers. Some of the most...

Custom S3 requests with AWS Go SDK
go2022-11-23
enteente

Custom S3 requests with AWS Go SDK

Making requests to custom S3 endpoints using the AWS Go SDK Maybe there is an easier way to do...

Criando uma API Rest com Fiber - Uma história pessoal de aprendizado
webdev2022-11-22
Gustavo HenriqueGustavo Henrique

Criando uma API Rest com Fiber - Uma história pessoal de aprendizado

Todos temos jornadas diferentes quando nos propomos a aprender algo novo, e eu tive um pouco de...

How to debug : File is not `goimports`-ed (goimports)
go2022-11-22
Maxime GuilbertMaxime Guilbert

How to debug : File is not `goimports`-ed (goimports)

While you are linting you project, you may have the following error : pkg/component/dog.go:5: File...