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

Utility bill payment and airtime topup with Golang
go2022-06-30
Mathias JiyaMathias Jiya

Utility bill payment and airtime topup with Golang

Hello devs, this article is for developers who wishes to have these features in their...

Golang: Defer
go2022-06-29
Meet Rajesh GorMeet Rajesh Gor

Golang: Defer

Understanding the concpet of the defer keyword in golang

Summary of Spanner Change Streams
gcp2022-06-29
Ryo YamaokaRyo Yamaoka

Summary of Spanner Change Streams

I touched Change Streams a little bit

Golang: String Manipulation
go2022-06-28
Meet Rajesh GorMeet Rajesh Gor

Golang: String Manipulation

Introduction In the 15th post of the Series, we will be looking into the details of the...

Golang e Rust: Qual é melhor?
braziliandevs2022-06-26
Lissa FerreiraLissa Ferreira

Golang e Rust: Qual é melhor?

Por que existem tantas linguagens de programação? Atualmente, há diversas linguagens de...

Benchmarking Go Code
go2022-06-27
Jacob KimJacob Kim

Benchmarking Go Code

If you have been programming in Go for some time, you probably really like the tooling that comes...

Go-tcha: Shallow Polymorphism
go2022-06-25
Paul J. LucasPaul J. Lucas

Go-tcha: Shallow Polymorphism

Why Go isn’t object oriented like most other object oriented languages.

Where to Place Logger in Golang?
go2022-06-25
Ilya KaznacheevIlya Kaznacheev

Where to Place Logger in Golang?

Several ways to place the logger in a Go project and how to choose the right one.

Serving Single-Page Application in a single binary file with Go
svelte2022-06-19
Arya PrakasaArya Prakasa

Serving Single-Page Application in a single binary file with Go

Although there are many alternatives to deploy a single-page application (SPA), you might find a...

Concurrency in Golang with a Binary Search Problem
go2022-06-24
Phil TenteromanoPhil Tenteromano

Concurrency in Golang with a Binary Search Problem

Problem Solving problems with Go can be a really fun and rewarding experience. In this...

Just released a FREE book on Go/Golang on LeanPub and GitHub
go2022-06-19
Chris NoringChris Noring

Just released a FREE book on Go/Golang on LeanPub and GitHub

Here's a new free book on Go. You can either download it from LeanPub or read it online

Go Data Types, Structs, Slices
go2022-06-23
Vignesh MuthukumaranVignesh Muthukumaran

Go Data Types, Structs, Slices

In the last article, we saw some of the very basic constructs of Go. Here, I am gonna go over basic...

How to "go get" from private repository
go2022-06-23
Tirumal RaoTirumal Rao

How to "go get" from private repository

Installing a go package is breeze with the introduction of go mod. However, when it comes to getting...

How to develop Kyverno CLI locally?
cloud2022-06-22
Pritish SamalPritish Samal

How to develop Kyverno CLI locally?

"The Kyverno Command Line Interface (CLI) is designed to validate and test policy behaviour to...

Upload a huge file with little RAM & space in Go
webdev2022-06-22
Toby ChuiToby Chui

Upload a huge file with little RAM & space in Go

This is an updated version of the previous implementation regarding uploading a file larger than RAM...

GoNetNinja: Days 1 and 2
go2022-06-22
YourTech JohnYourTech John

GoNetNinja: Days 1 and 2

I'm learning go this week, on vacation, by building a database backed web application.