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

Introduction
introduction2018-04-15
alfieqashwaalfieqashwa

Introduction

Hi, I'm Alfie Qashwa from Indonesia

Learn Go by writing tests: Mocking
tdd2018-04-16
Chris JamesChris James

Learn Go by writing tests: Mocking

Learn about mocking in Go whilst practicing TDD

Learn Go by writing tests: Concurrency
tdd2018-04-13
David WickesDavid Wickes

Learn Go by writing tests: Concurrency

This is the 6th post taken from a WIP project called Learn Go by writing tests, the aim of which is t...

🎩💫 Magic HTTP certs in Go
letsencrypt2018-04-11
Sam ThorogoodSam Thorogood

🎩💫 Magic HTTP certs in Go

Learn how to use the `autocert` package in a Go web server, with a bonus on running the code on Ubuntu & SystemD.

Go: Asynchronous Real-Time Broadcasting using Channels and WebSockets
go2018-04-09
Daniel AlbuschatDaniel Albuschat

Go: Asynchronous Real-Time Broadcasting using Channels and WebSockets

Learn how to broadcast data to multiple websocket clients in Go.

Counting Scanned Bytes in Go
go2018-04-10
Benjamin CongdonBenjamin Congdon

Counting Scanned Bytes in Go

For a recent project, I needed to read data from a specific chunk of a file. The data was a sequence...

Discovering Go from C++ [Part 1] variables, conditions, loops, print.
go2018-04-08
pmalhairepmalhaire

Discovering Go from C++ [Part 1] variables, conditions, loops, print.

An overview of thought C++ programers may have while discovering the Go language in 3 parts. The aim is not to be exhaustive but to cover what I noticed along my Go journey.

Server to server communication using GraphQL
python2018-04-05
rhymesrhymes

Server to server communication using GraphQL

Server to server communication using GraphQL

Golang Patterns - Part 1
programming2018-04-01
Nicola ApicellaNicola Apicella

Golang Patterns - Part 1

golang patterns

Learn Go by writing tests: Dependency Injection
tdd2018-04-04
Chris JamesChris James

Learn Go by writing tests: Dependency Injection

Learn about DI in Go whilst practicing TDD

Using Firebase with App Engine users
appengine2018-04-04
Sam ThorogoodSam Thorogood

Using Firebase with App Engine users

Firebase and Firestore are amazing developer products from Google, but how can I use an existing auth flow? Example in Go/JS.

Write a GIF player with Golang
go2018-03-31
ntopntop

Write a GIF player with Golang

With korok we can write a gif player with less than 200 lines code.

Building Google Home Action with Go
go2018-04-03
Alex PliutauAlex Pliutau

Building Google Home Action with Go

Building Google Home Action with Go

Learn Go by writing tests: Pointers and errors
tdd2018-04-01
Chris JamesChris James

Learn Go by writing tests: Pointers and errors

Learn about pointers and errors in Go whilst practicing TDD

Concurrency in Go vs Erlang
go2018-03-30
Pan ChasingaPan Chasinga

Concurrency in Go vs Erlang

Comparing Go's and Erlang's way of dealing with asynchronous processes. This is not a benchmark and I don't believe in it.

Seven days of Go
go2018-03-22
rhymesrhymes

Seven days of Go

Developing an API server in Go