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

Attempting to Learn Go - Continuing REST Adventures
go2018-12-02
Steve LaytonSteve Layton

Attempting to Learn Go - Continuing REST Adventures

Let's do something other than just printing out the data! Like... printing it out differently!

How to use Golang's "go get" from behind a proxy.
devops2018-11-26
David J EddyDavid J Eddy

How to use Golang's "go get" from behind a proxy.

How to use Golang's "go get" from behind a proxy.

A Simple Slack Bot in Go - The Bot
go2018-11-25
Steve LaytonSteve Layton

A Simple Slack Bot in Go - The Bot

Let's write a simple Slack bot in Go.

Pragmatic tracing
go2018-11-23
Neven MiculinicNeven Miculinic

Pragmatic tracing

Introduction A distributed system is one in which the failure of a computer you didn't...

A Simple Slack Bot in Go - The Hosting
go2018-11-28
Steve LaytonSteve Layton

A Simple Slack Bot in Go - The Hosting

Let's write a simple Slack bot in Go part 2 - the part that gets us 'free' hosting!

Attempting to Learn Go - Consuming a REST API
go2018-11-21
Steve LaytonSteve Layton

Attempting to Learn Go - Consuming a REST API

An Error Wrapping Strategy for Go
go2018-11-20
Chuck HaChuck Ha

An Error Wrapping Strategy for Go

go has some pretty bare bones error handling. It can be awesome

Setup nested HTML template in Go Echo web framework
go2018-11-20
Yuen Ying KitYuen Ying Kit

Setup nested HTML template in Go Echo web framework

Remove duplicated html codes by manipulating nested HTML templates provided Go standard library.

Testing in Go
go2018-11-17
林子篆林子篆

Testing in Go

Just list some testing way in Go. Basically, we use testing this built-in lib to testing To start...

Build a photo feed with Go and Vue.js
pusher2018-11-19
NeoNeo

Build a photo feed with Go and Vue.js

You will need Go and SQLite installed on your machine, as well as basic knowledge of Go and...

Are there some good videos for learning Go?
go2018-11-22
chengechenge

Are there some good videos for learning Go?

I found this 12 min video is helpful. Videos seem better than reading. In the video recommend a site...

Level up go test with gotestsum
go2018-11-21
Ricardo N FelicianoRicardo N Feliciano

Level up go test with gotestsum

Hey Gophers! One of the many great things about Go (Golang) is how simple it is to run tests. With t...

Build a live comments feed with Go and Vue.js
pusher2018-11-19
NeoNeo

Build a live comments feed with Go and Vue.js

You will need Go, and SQLite installed on your machine. Basic knowledge of Go and JavaScript will be...

Show parameter name in usage message of flag
go2018-11-18
y-yagiy-yagi

Show parameter name in usage message of flag

Flag package provides features about command-line flag parsing. It includes a usage message of...

My Solutions for Perfect Number in Several Languages
go2018-11-15
chengechenge

My Solutions for Perfect Number in Several Languages

There's a warm discuss in post Write a script to find "Perfect Numbers" . Here's my...

Why I Write Go
go2018-11-14
Kshitij SaraogiKshitij Saraogi

Why I Write Go

A personal take on why I enjoy writing software in Go.