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

Understanding the empty interface in Go
go2019-05-09
Florian RandFlorian Rand

Understanding the empty interface in Go

Empty interfaces in Golang

Going to the Stars With SDL2 and Go
go2019-05-12
Steve LaytonSteve Layton

Going to the Stars With SDL2 and Go

Take to the stars

Sterilizing bash history
bash2019-05-12
lbonanomilbonanomi

Sterilizing bash history

Shared accounts are an unpleasant fact of life for many Linux sysops engineers. This can be a problem...

Build a 2MB REST API -- Scratch Images Episode III
docker2019-05-09
Tony MetzidisTony Metzidis

Build a 2MB REST API -- Scratch Images Episode III

Building the smallest and simplest Docker images using Scratch. A Go proxy REST API. multi stage docker images. stretch

How to test database interactions in golang applications
go2019-05-09
OleksOleks

How to test database interactions in golang applications

Testing of functions with database interactions always was challenging. Recently, I found a wonderful library, which will simplify writing tests and mocking database queries in golang applications a lot. And I want to share a short example of how to work with it.

Golang & DevOps - A Match Made In Heaven?
go2019-05-08
Pavan BelagattiPavan Belagatti

Golang & DevOps - A Match Made In Heaven?

Reasons that make ‘Go’ lang fit well in the DevOps ecosystem.

Building Desktop App in Go using Wails
go2019-05-06
Alex PliutauAlex Pliutau

Building Desktop App in Go using Wails

Building Desktop App in Go using Wails

PhotoPrism: Personal Photo Management powered by Go, TensorFlow & Vuetify
opensource2019-05-08
Michael MayerMichael Mayer

PhotoPrism: Personal Photo Management powered by Go, TensorFlow & Vuetify

Free and open-source. Made with ❤️ in Berlin.

Testing in Go: First Principles
go2019-05-08
Ilija EftimovIlija Eftimov

Testing in Go: First Principles

If you have any programming experience, whether that’s as a student or a professional, there’s a good...

Stream cli output over http
go2019-05-06
pr4th4mpr4th4m

Stream cli output over http

Runnel A program to stream any command line output over http. This is useful when we want...

What is GoLang?
go2019-05-04
petercourpetercour

What is GoLang?

golang

💻↔️🖥️ Transferring files between two computers
filetransfer2019-05-04
ZackZack

💻↔️🖥️ Transferring files between two computers

I created yet another way to transfer files that strikes a good balance between speed, security or simplicity by using relay-assisted peer-to-peer transactions and end-to-end encryption via password-authenticated key exchange.

Process synchronization monitors in go
go2019-05-03
Angad SharmaAngad Sharma

Process synchronization monitors in go

Introduction

Challenges of neo4j at the heart of software
go2019-04-30
Angad SharmaAngad Sharma

Challenges of neo4j at the heart of software

Introduction

Decoupled Package Communication in Go
go2019-04-28
Mustafa TuranMustafa Turan

Decoupled Package Communication in Go

Bus is a package that allows different packages to communicate with each other without knowing about each other. A package can emit an event without knowing which handlers will consume.

Go Text Template Processing
go2019-04-27
Kirk LewisKirk Lewis

Go Text Template Processing

Demonstration of processing Go text templates