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

Introduction to Cuelang
cue2022-11-11
Elton MinettoElton Minetto

Introduction to Cuelang

Introduction to Cuelang

Go Code Roast
go2022-11-11
Jonathan HallJonathan Hall

Go Code Roast

In this video, I roast some Go code! That is, I review it as if it were submitted as part of a job...

No uses go mod init nunca mas..
go2022-11-11
winderlopezgwinderlopezg

No uses go mod init nunca mas..

Gotouch está inspirado en las tecnologías Helm, Maven y Vue CLI. Gotouch ayuda a los usuarios a...

GO - Criando um Hello-world
go2022-11-11
Júlio OliveiraJúlio Oliveira

GO - Criando um Hello-world

Recentemente recebi uma tarefa que precisava trabalhar em GO(GoLang), mais precisamente com módulos....

Kafka Exception C{r}onsumer 🔥 🚀
go2022-11-11
Emre OdabasEmre Odabas

Kafka Exception C{r}onsumer 🔥 🚀

As a Trendyol Indexing Team, our architecture is heavily based on an event-based system that should...

How to insert element at any position in Slice Golang
go2022-11-11
vinayvinay

How to insert element at any position in Slice Golang

func Insert(array []int, element int, i int) []int { return append(array[:i],...

Pocketbase, readymade backend within clicks
go2022-11-10
fayismahmoodfayismahmood

Pocketbase, readymade backend within clicks

As for a freelance developer his most works would be something like shopping cart, or content...

sqly - execute SQL against CSV / TSV / LTSV / JSON with shell
showdev2022-11-10
nchikanchika

sqly - execute SQL against CSV / TSV / LTSV / JSON with shell

I have released a tool that execute SQL against CSV, TSV, LTSV, or JSON. It's called sqly. I would...

Better JSON Unmarshaling in Go
go2022-11-10
Jonathan HallJonathan Hall

Better JSON Unmarshaling in Go

New to JSON in Go? In this video, I show you one simple way to make your JSON Unmarshaling a bit...

⛄️ Generating unique IDs with the Snowflake algorithm
go2022-11-08
KryptonKrypton

⛄️ Generating unique IDs with the Snowflake algorithm

Original post Unique IDs are pretty much used everywhere and in every application. They are used to...

Kubernetes Pod Distribution Budget
kubernetes2022-11-10
Pratik SinghPratik Singh

Kubernetes Pod Distribution Budget

This article will cover the introduction, basics, and usage of Kubernetes Pod distribution Budget. ...

Go Vuln the Golang Vulnerability Database
todayilearned2022-11-09
Julian CantilloJulian Cantillo

Go Vuln the Golang Vulnerability Database

What is govuln? govuln is a new vulnerability database for looking your code for...

Go Series: Function Declarations
go2022-10-29
Arthur ChristophArthur Christoph

Go Series: Function Declarations

Declaring functions There are a few ways of declaring functions in Go. The most...

Hertz client's rich retry functionality
go2022-11-09
li-jin-ouli-jin-ou

Hertz client's rich retry functionality

Hertz client's rich retry functionality Hertz is an ultra-large-scale enterprise-level...

Go 101: Basic Types
go2022-11-08
Guillaume Jacobs Guillaume Jacobs

Go 101: Basic Types

Programming languages are made of fundamental concepts, shared by many of those languages, if not all...

Stop writing your SQL code inside your Go source files!
go2022-11-07
midir99midir99

Stop writing your SQL code inside your Go source files!

You are writing Go but you need to write some SQL, so you end up writing SQL inside your Go source...