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

Simple Idea for Improving Error Handling of Go
go2019-04-11
chengechenge

Simple Idea for Improving Error Handling of Go

Following is normal code, repeat too much, not so good. _, err = fd.Write(p0[a:b]) if err != nil {...

Being Scientific with Gists : The Sharable Laboratory
git2019-04-09
Tony MetzidisTony Metzidis

Being Scientific with Gists : The Sharable Laboratory

Gists Are Great for Tinkering, Performance Testing and Discussion. By using Gist Remotes, teams can create code variants with reproducible test results.

How to parse json in Go
go2019-04-09
Khoa PhamKhoa Pham

How to parse json in Go

Unmarshal using encoding/json property in struct needs to be first letter capitalized...

Telegram bot in Go: speak human
go2019-04-04
Dmitry YakimenkoDmitry Yakimenko

Telegram bot in Go: speak human

Last time I was bulletproofing my SQLite access foundation. Let's see if it holds in production. Too...

Pointers in practice
go2019-04-04
MN MarkMN Mark

Pointers in practice

I generally understand what pointers are and how they work. Where I run into trouble is when to use t...

Getting to Yes -- As Quickly as Possible
go2019-03-29
Tony MetzidisTony Metzidis

Getting to Yes -- As Quickly as Possible

Is it possible to beat gnu yes in go?

Containerize your Go application with Docker
go2019-01-03
Niklas MerzNiklas Merz

Containerize your Go application with Docker

Containerize your Go application with Docker I am working on a small project with an API w...

Micro 1.0 release and beyond
microservices2019-04-01
Asim AslamAsim Aslam

Micro 1.0 release and beyond

The future of Micro

My first open source project - super simple cli testing tool
testing2019-04-01
Simon BäumerSimon Bäumer

My first open source project - super simple cli testing tool

Test your cli app with a simple yaml based test suite

I cho, cho, choose you container image Part 1.
docker2019-03-31
Scott CoultonScott Coulton

I cho, cho, choose you container image Part 1.

A guide to choosing the right base container image

Logging Request Bodies For Golang REST APIs
go2019-03-16
Nando TheessenNando Theessen

Logging Request Bodies For Golang REST APIs

Logging HTTP request bodies

Gopher meet Plasma: A WebAssembly Experiment
javascript2019-03-03
Jeremy Likness ⚡️Jeremy Likness ⚡️

Gopher meet Plasma: A WebAssembly Experiment

Using WASM coded in Go to generate a plasma effect In the early days of programming, hacke...

Attempting to Learn Go - Sorting and Moving Files by Extension
go2019-03-02
Steve LaytonSteve Layton

Attempting to Learn Go - Sorting and Moving Files by Extension

This time we modify our previous code to be able to sort our files into a nice directory structure.

Rewriting My Personal Site with Hugo
webdev2019-03-04
Andrew DavisAndrew Davis

Rewriting My Personal Site with Hugo

How I rewrote my personal site with Hugo in one day

Attempting to Learn Go - Listing Files By Extension
go2019-02-23
Steve LaytonSteve Layton

Attempting to Learn Go - Listing Files By Extension

This week we create a little `ls` like utility to list files grouped by extension

Writing Custom StackDriver Metrics -- The Go Daemon
go2019-02-17
Tony MetzidisTony Metzidis

Writing Custom StackDriver Metrics -- The Go Daemon

In part two, we write custom stackdriver metrics and publish using a tiny Go Daemon.