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

Hatching a Helm Chart
devops2022-11-03
Pratik SinghPratik Singh

Hatching a Helm Chart

This article will cover the introduction, basics, and creation of a Helm Chart. ...

Golang: JSON, YAML, TOML (config) File Reading.
go2022-11-02
Meet Rajesh GorMeet Rajesh Gor

Golang: JSON, YAML, TOML (config) File Reading.

Reading specific file types (JSON, YAML, TOML) In the previous post, we have seen how to...

Answer.dev 0.2.0 is now available!
programming2022-11-02
AnswerGrowthAnswerGrowth

Answer.dev 0.2.0 is now available!

Thanks to our contributors! Answer.dev 0.2.0 is now available, which contains some bug fixes,...

Golang Wikipedia module
go2022-11-02
Triet NguyenTriet Nguyen

Golang Wikipedia module

Wikipedia is the largest and most-read reference work in history. It was ranked the 7th most popular...

Open Source 101: My First PR to Hertz
go2022-11-02
LemonFishLemonFish

Open Source 101: My First PR to Hertz

Introduce Recently, with the enthusiastic help of Hertz community friends, I tried to...

Introduction to Concurrency in Go
go2022-11-01
Matheus MinaMatheus Mina

Introduction to Concurrency in Go

One of the best Go features is how easy we can use concurrency. The language gives us goroutines,...

Luna 🌙 - Wrote a tiny WebAssembly compiler, that also runs in browser, built for demonstrative and educational purposes.
go2022-11-01
Thomas AlbertiniThomas Albertini

Luna 🌙 - Wrote a tiny WebAssembly compiler, that also runs in browser, built for demonstrative and educational purposes.

I've been wanting to learn how to make my own programming language for a really long time, but I...

goField forceResolver does not quite work as desired for subscriptions
gqlgen2022-11-02
Piccione, MarciaPiccione, Marcia

goField forceResolver does not quite work as desired for subscriptions

Goal - create organized subscriptions in the graph so it's easier for users to navigate: extend type...

Introdução a concorrência em Go
go2022-11-01
Matheus MinaMatheus Mina

Introdução a concorrência em Go

Uma das funcionalidades mais legais de Go é a facilidade de se utilizar concorrência. A linguagem nos...

Awesome about Golang Learning
go2022-11-01
Bum KomBum Kom

Awesome about Golang Learning

Awesome about Golang Learning

Write your Kubernetes Infrastructure as Go code - Manage AWS services
kubernetes2022-11-01
Abhishek GuptaAbhishek Gupta

Write your Kubernetes Infrastructure as Go code - Manage AWS services

Deploy DynamoDB and a client app using cdk8s along with AWS Controller for Kubernetes AWS...

Go job offer
go2022-11-01
George DalaqueGeorge Dalaque

Go job offer

Hello My company (app : picnic.zone) searching for Go developer with up to 3 years of Golang ...

Cloud Native Patterns Illustrated: Fan-in and Fan-out
go2022-10-31
Ozan SazakOzan Sazak

Cloud Native Patterns Illustrated: Fan-in and Fan-out

I've started reading technical books after my graduation from CS to broaden my knowledge on many...

Go 101: Hello, World!
go2022-10-31
Guillaume Jacobs Guillaume Jacobs

Go 101: Hello, World!

Go, or Golang, is a programming language pioneered by three Google employees: Robert Griesemer,...

Go WebAssembly Internals - Part 1
go2022-10-29
Denis SedchenkoDenis Sedchenko

Go WebAssembly Internals - Part 1

In Go 1.11 was introduced WebAssembly support. WebAssembly is a binary executable format that was...

Pointers In Go
go2022-11-03
Kinanee SamsonKinanee Samson

Pointers In Go

Pointers In Go Pointers are objects that store a memory address. A pointer references a...