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

How to test TCP/UDP connections in Go - Part 2
tdd2018-07-15
William GoughWilliam Gough

How to test TCP/UDP connections in Go - Part 2

This was originally posted on my blog: devtheweb.io Before continuing please ensure you've read the f...

Oauth2 with Google in Go
go2018-07-10
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Oauth2 with Google in Go

Oauth2 with Google in Go simple example.

I thought LevelDB is a good one, so I made client command with Go.
go2018-07-10
yuuichi fujiokayuuichi fujioka

I thought LevelDB is a good one, so I made client command with Go.

go-leveldbctl

Reading Kubernetes logs
kubernetes2018-07-08
Chuck HaChuck Ha

Reading Kubernetes logs

Kubernetes can be verbose. It's important to be able to find the signal amongst the noise.

Stream & Go: News Feeds for Over 300+ Million End Users
go2018-07-08
Nick ParsonsNick Parsons

Stream & Go: News Feeds for Over 300+ Million End Users

Migrating from Python to Go for 300+ Million End Users

The Reverse Polish Notation evaluator using only call stack
go2018-07-08
Yuki ItoYuki Ito

The Reverse Polish Notation evaluator using only call stack

I wrote evaluator for RPN(Reverse Polish Notation) using the call stack in Go. package main impor...

Learn go by writing tests: Reflection
tdd2018-07-08
Chris JamesChris James

Learn go by writing tests: Reflection

An example of using reflection in Go

Learning the Kubernetes codebase
kubernetes2018-07-05
Chuck HaChuck Ha

Learning the Kubernetes codebase

Tips for learning how to get comfortable in kubernetes

How to test TCP/UDP connections in Go - Part 1
tdd2018-07-06
William GoughWilliam Gough

How to test TCP/UDP connections in Go - Part 1

This article was originally posted on my blog - How to test TCP/UDP connections in Go - Part 1...

Magic in redux-go v2.1: package rematch
go2018-07-04
林子篆林子篆

Magic in redux-go v2.1: package rematch

A few days ago, I release the redux-go v2.1 The purpose is: create reducer & action then manage...

Go is so slow on my machine
go2018-06-27
Ali AlhajjiAli Alhajji

Go is so slow on my machine

I'm having a problem with Go on my machine. Suddenly it became so slow to run (Go run file.go) and bu...

A coffee-break introduction to time complexity of algorithms
algorithms2018-06-06
Victoria DrakeVictoria Drake

A coffee-break introduction to time complexity of algorithms

A groundwork understanding of algorithm time complexity in about fifteen minutes.

Building a Slack Bot with Go and Wit.ai
go2018-06-26
Alex PliutauAlex Pliutau

Building a Slack Bot with Go and Wit.ai

We will build a simple Slack Bot with NLU functionality to get some useful information from Wolfram. No worries if you didn't use Wolfram before, it's a computational knowledge engine which can give you a short answer to your question.

Testing in Go: testing floating point numbers
go2018-06-20
julia ferraiolijulia ferraioli

Testing in Go: testing floating point numbers

I've been working on a library that includes some vector manipulations in Go, trying to follow good development practices and starting with writing my tests first. But early on, I ran into a bit of a problem: floating points.

Will there be more GoLang's jobs in the future or not.
discuss2018-06-22
FrisFris

Will there be more GoLang's jobs in the future or not.

asking about whether there will be more jobs available for go developers in the future.

What Go programming video-tutorials would you like to see content-creators produce?
go2018-06-21
Benjamin FaughtBenjamin Faught

What Go programming video-tutorials would you like to see content-creators produce?

As for myself: A thorough walk-thru of the entire Go Standard Library for beginners Build...