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

Handlers con timeouts en Go
go2022-12-24
Tomas Francisco LingottiTomas Francisco Lingotti

Handlers con timeouts en Go

En algunas oportunidades, vamos a necesitar un comportamiento muy determinístico en nuestras APIs, ya...

LeetCode - Longest Consecutive Subsequence
programming2022-12-24
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Longest Consecutive Subsequence

LeetCode - return the length of the longest consecutive elements sequence in C++, Golang, and Javascript.

gRPC file transfer with GO
go2022-12-24
DmitryDmitry

gRPC file transfer with GO

Task Not long ago I was looking for an additional work project as GO-developer and found a...

Go API Project Set-Up
go2022-12-23
mikeyGlitzmikeyGlitz

Go API Project Set-Up

Have you ever wondered what goes into creating a production-ready workflow? Have you ever considered...

Building my first Go App with Github Copilot
go2022-12-24
rachelle palmerrachelle palmer

Building my first Go App with Github Copilot

It's been just a few months since Github made Copilot, and yet the new Github Copilot extension for...

10 Reason I Like the Go Programming Language
go2022-12-23
Jonathan HallJonathan Hall

10 Reason I Like the Go Programming Language

The Go programming language is popular for it's high performance, and concurrency primitives. But...

git-syr - Sync Your Repos
showdev2022-12-23
Andrew ErlikhAndrew Erlikh

git-syr - Sync Your Repos

Pull or push your git repos regularly. For dotfiles backups or note-taking in a git repo. ...

[OpenTelemetry] Observability of Async Processes with Custom Propagator
opentelemetry2022-12-22
Y.MatsudaY.Matsuda

[OpenTelemetry] Observability of Async Processes with Custom Propagator

It’s the 23rd day of Makuake Advent Calendar 2022 . As we know OpenTelemetry is an observability...

Get Public IP Address using Golang and Ipify library
go2022-12-22
SuharxxxxSuharxxxx

Get Public IP Address using Golang and Ipify library

go playgrond https://go.dev/play/p/fSXBVH3O8cC

Welcome
go2022-12-21
Federico MoyaFederico Moya

Welcome

Welcome to my blog! Let me introduce myself. I'm a Senior Software Engineer. I'm a father of two...

Go “Sync” Package: Where the magic happens.
concurrency2022-12-21
Chidozie C. OkaforChidozie C. Okafor

Go “Sync” Package: Where the magic happens.

The sync package in Go provides a set of types and functions that can be used to synchronize access...

How to make a clock Android app in Android Studio?
go2022-12-26
Dhruv JoshiDhruv Joshi

How to make a clock Android app in Android Studio?

To create a clock app in Android Studio, you can follow these steps: Open Android Studio and create...

First impressions of Go as a JavaScript developer
javascript2022-12-20
Pol MilianPol Milian

First impressions of Go as a JavaScript developer

In my latest role, I had the chance to learn a bit of Go (or Golang). My whole programming career...

Implemented a bench marker to compare Go's HTTP Router
go2022-12-20
Kenta TakeuchiKenta Takeuchi

Implemented a bench marker to compare Go's HTTP Router

This article is a translation of bmf-tech.com - GoのHTTP Routerを比較するベンチマーカーを実装した. This is day 5 of...

Implementing cursor pagination in Golang: Go Fiber, MySQL, GORM from scratch
pagination2022-12-19
Bijaya Prasad KuikelBijaya Prasad Kuikel

Implementing cursor pagination in Golang: Go Fiber, MySQL, GORM from scratch

We will learn to create a REST API which implements cursor paginator using Go fiber, MySQL and GORM

Comma OK in GO
errors2022-12-19
Saurabh Kishore TiwariSaurabh Kishore Tiwari

Comma OK in GO

Have you ever come across a statement like this? func main(){ i:= "hello world" n, ok :=...