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

Large repo switched to new go1.19 doc comments
godoc2022-08-07
Maxime SouléMaxime Soulé

Large repo switched to new go1.19 doc comments

go 1.19 introduces new doc comments formatting features, allowing to easily insert links and...

Deep into Container — Build your own container with Golang
go2022-08-07
DevOps VNDevOps VN

Deep into Container — Build your own container with Golang

Hi guys, continuing with the series of Deep into Container, we already know that containers are built...

Context
go2022-08-07
urgensherpaurgensherpa

Context

Context allow you to send cancellation signal to asynchronous process/ go-routine. context Methods...

Kubernetes' minikube uses my Go Lang Project!
github2022-08-06
Swastik BaranwalSwastik Baranwal

Kubernetes' minikube uses my Go Lang Project!

I am very honoured to announce that my Go Language Project Box CLI Maker which makes Highly...

Testing cli tool with logging
go2022-08-07
Anton GubarevAnton Gubarev

Testing cli tool with logging

In the previous article I described how to start and manage processes. The next step is to implement...

LeetCode - Combination Sum II
programming2022-08-07
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Combination Sum II

LeetCode - return a list of all unique combinations of candidates where the chosen numbers sum to the target using C++, Golang, and Javascript.

Creating Terraform-like configuration languages with HCL and Go
go2022-08-06
Rotem TamirRotem Tamir

Creating Terraform-like configuration languages with HCL and Go

In the past year and a half, I've been working on Atlas, a database schema management tool that...

Graceful shutdown
go2022-08-06
urgensherpaurgensherpa

Graceful shutdown

Graceful shutdown of a program involves Sending SIGTERM(notify program that its going to be...

Table-driven and individual subtests in Golang: which one to use
go2022-08-06
Lula LeusLula Leus

Table-driven and individual subtests in Golang: which one to use

Intro Unit tests are an essential part of any code base, including the one at my...

How to Unmarshal JSON in a custom way in Golang
go2022-08-04
Mohammad Reza KarimiMohammad Reza Karimi

How to Unmarshal JSON in a custom way in Golang

When I was working on gocoinex library for the first time, I needed some custom configuration on JSON...

Debugging a Go Application Inside Docker Using VSCode
go2022-08-03
Bruce MacKenzieBruce MacKenzie

Debugging a Go Application Inside Docker Using VSCode

The ability to debug is an important tool for a developer to keep in their toolbox. While it's ideal...

Golang 'error': Everything you know is wrong
go2022-08-04
Wesley PowellWesley Powell

Golang 'error': Everything you know is wrong

"errors as linked lists" The Attempted Concept The concept of errors as linked...

Configuring Gofiber API to access session or cookies from JavaScript Side
go2022-08-04
Kaan KuscuKaan Kuscu

Configuring Gofiber API to access session or cookies from JavaScript Side

In this post we gonna learn how to access to api-created cookie or session data from JavaScript...

How to use Docker Multistage to make tiny images (TS and Golang)
docker2022-08-03
Mohammad Reza KarimiMohammad Reza Karimi

How to use Docker Multistage to make tiny images (TS and Golang)

Have you ever wondered how you can remove redundant build dependencies from your docker image? Did...

Writing Unit Test in Golang Easily
go2022-08-04
Muhammad AdamMuhammad Adam

Writing Unit Test in Golang Easily

Writing Unit Test in Golang Easily Unit testing is the most important thing in...

[Pion/WebRTC] Enabling and disabling the video track
typescript2022-08-03
Masui MasanoriMasui Masanori

[Pion/WebRTC] Enabling and disabling the video track

Intro When participating in an online meeting such as Microsoft Teams or Zoom, I can...