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

Introducing Automate the Boring Stuff with GO
go2022-11-04
ToulToul

Introducing Automate the Boring Stuff with GO

Welcome to the Free E-book for Beginner Coders Interested in GO If you're new to GO and a...

Ch.1 Developer Environment Set Up
go2022-11-07
ToulToul

Ch.1 Developer Environment Set Up

Hello, all thank you for signing up for the free e-book Automate the Boring Stuff with GO. I'll be...

Strconv.Itoa vs Strconv.FormatInt vs fmt.Sprintf which is good to Convert Int to String In Golang
beginners2022-11-07
Kuldeep SinghKuldeep Singh

Strconv.Itoa vs Strconv.FormatInt vs fmt.Sprintf which is good to Convert Int to String In Golang

In this article we are going to check the performance of these methods, which method is fast and...

Deja de escribir código SQL dentro de código Go, ¡la solución está aquí!
go2022-11-07
midir99midir99

Deja de escribir código SQL dentro de código Go, ¡la solución está aquí!

Estás escribiendo Go pero necesitas escribir un poco de SQL, por lo que terminas escribiendo código...

Connect FastAPI & Golang services using gRPC
python2022-11-06
ankit-brijwasiankit-brijwasi

Connect FastAPI & Golang services using gRPC

Hello Devs! Recently I started learning Protocol buffers & gRPC, and gotta tell you, this tech is...

Implementing clean architecture in Go
go2022-11-02
Bohdan StupakBohdan Stupak

Implementing clean architecture in Go

The holistic process of writing clean architecture API in Go. Starting from the well-tested domain, providing an API layer for it, documenting it using OpenAPI standard, and packaging our runtime together with the app and thus simplifying the deployment process.

Distributed Chat Application
go2022-11-04
Leo AntonyLeo Antony

Distributed Chat Application

1.Introduction Building a distributed chat system was one of the things i wanted to build,...

Go Slices 101
go2022-11-05
ColinColin

Go Slices 101

Summary Go provides built-in support for dynamic arrays with the slice type. A slice in Go...

How to limit the number of simultaneously running goroutines and wait for their completion
go2022-11-05
Aleksey ReprintsevAleksey Reprintsev

How to limit the number of simultaneously running goroutines and wait for their completion

Table Of Contents Launching goroutines Starting goroutines with a delay in completing...

Build own Kubernetes - Pods network in code
kubernetes2022-11-05
Jonatan EzronJonatan Ezron

Build own Kubernetes - Pods network in code

I have been working on a new 'version' where the code is less coupled and more like Kubernetes where...

HTTP request ID association with logs
webdev2022-11-04
li-jin-ouli-jin-ou

HTTP request ID association with logs

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

TeoS3 package and s3cp utility
go2022-11-04
Kirill ScherbaKirill Scherba

TeoS3 package and s3cp utility

The TeoS3 package contains Golang features that make it easy to use S3 storage as a key-value...

Let's implement Stripe webhook signatures in Golang
go2022-11-04
Abdulazeez AbdulazeezAbdulazeez Abdulazeez

Let's implement Stripe webhook signatures in Golang

Learn how you can implement webhook signatures like Stripe in Golan

Go WebAssembly Internals - Part 2
go2022-11-04
Denis SedchenkoDenis Sedchenko

Go WebAssembly Internals - Part 2

In previous article we covered how to build a simple Go program, interact with host environment by...

Testing time with Golang
go2022-11-03
Benjamin DeCosteBenjamin DeCoste

Testing time with Golang

We can all agree that TDD is the bees knees, right? Something that can trip newbies up with golang is...

Sum of Slice or Array in Golang(Multiple Ways)
beginners2022-11-03
Kuldeep SinghKuldeep Singh

Sum of Slice or Array in Golang(Multiple Ways)

In this article you are going to see multiple ways in which you can get the sum of a given array or...