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

Running Go in Azure with Container Instances
cloud2017-08-14
Steve BentleySteve Bentley

Running Go in Azure with Container Instances

Go is not an officially supported language in Azure the way it is on Google Cloud Platform. You can...

A little mistake I made in Go
go2020-07-26
Rob HoelzRob Hoelz

A little mistake I made in Go

A little mistake I made in Go I was working on a little Go project last night a few night...

Go formatting with rgblog
go2017-08-09
Forest HoffmanForest Hoffman

Go formatting with rgblog

A Golang package for formatting standard output.

Using functional options instead of method chaining in Go
go2017-08-10
Jon CalhounJon Calhoun

Using functional options instead of method chaining in Go

Learn to use functional options instead of method chaining to write cleaner and less bug prone code in Go.

AWS and Go
aws2017-08-07
Alex D. GuerrieriAlex D. Guerrieri

AWS and Go

Using AWS in your Go applications

Azure Storage Queue SDK for Go Samples for Enqueue/Dequeue and Count
azure2020-07-25
Tsuyoshi UshioTsuyoshi Ushio

Azure Storage Queue SDK for Go Samples for Enqueue/Dequeue and Count

I searched a working sample of the Azure Storage Queue with Azure Storage Queue SDK for Go to save my...

My Go (Golang) Adventure
go2017-08-06
Nahuel Jesús SacchettiNahuel Jesús Sacchetti

My Go (Golang) Adventure

My first steps with Golang

When Now is not the time (in Go)
go2020-07-21
Steve CoffmanSteve Coffman

When Now is not the time (in Go)

PSA: Use time.Equal() or be sad

How to Turn an Android Device into a Web Server
go2017-07-31
Gerasimos (Makis) MaropoulosGerasimos (Makis) Maropoulos

How to Turn an Android Device into a Web Server

Simple steps to setup a web server from a phone or tablet

Testing a function that generates logs
go2020-07-20
Fernando OcampoFernando Ocampo

Testing a function that generates logs

"Choosing the right limitations for a certain problem domain is often much more powerful that allowin...

Subtle issues with ORMs, and how to avoid them
go2017-07-31
Jon CalhounJon Calhoun

Subtle issues with ORMs, and how to avoid them

Learn about how ORMs can lead to problematic code bases and some steps that can be used to avoid these issues.

Day 15 of #30DaysOfCode | FizzBuzz and Interfaces In Go
challenge2020-07-12
Shubham SauravShubham Saurav

Day 15 of #30DaysOfCode | FizzBuzz and Interfaces In Go

Hey YOU! How are you doing today? I hope that you are having a fantastic day. I myself am having an a...

Games based on Voice Recognition
go2017-07-26
Alex PliutauAlex Pliutau

Games based on Voice Recognition

Verbal games based on Google Speech, Google Translate, AI. Written in Go, some games support multiplayer mode. Written in Go.

Behind Continuations Passing Style. Practical Examples in Go
go2017-07-28
Theofanis DespoudisTheofanis Despoudis

Behind Continuations Passing Style. Practical Examples in Go

Learn more about Continuations Passing Style of programming with Go

Instrumenting Go code via AST
ast2020-07-11
Eli YukelzonEli Yukelzon

Instrumenting Go code via AST

At Mattermost We've been working on integrating call tracing in the server to provide exact measureme...

Instrumenting Go code via AST, Part 2
ast2020-07-11
Eli YukelzonEli Yukelzon

Instrumenting Go code via AST, Part 2

Welcome! This is the second part of our AST blog post series, expanding on the subject of...