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

Go is my gateway drug
exercismio2018-01-08
Peter AbaPeter Aba

Go is my gateway drug

How Go opened me up for other languages

Learn Go Programming - Yearly Recap - 2017
go2018-01-04
Inanc GumusInanc Gumus

Learn Go Programming - Yearly Recap - 2017

All articles of 2017 and stats and my goals.

Image Recognition in Go using TensorFlow
go2018-01-09
Alex PliutauAlex Pliutau

Image Recognition in Go using TensorFlow

Tensorflow is computation library that represents computations with graphs. Its core is implemented in C++ and there are also bindings for different languages, including Go.

Firebase Cloud Messaging with Golang
go2018-01-08
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Firebase Cloud Messaging with Golang

I needed to create a microservice for manage communications in my app, emails, SMS, and...

Setup Go project - for JVM developers
softwaredevelopment2018-01-06
AndreiAndrei

Setup Go project - for JVM developers

image from https://github.com/zxh0/jvm.go I have been doing development for JV...

Why I like Go
programming2018-01-06
ViktorasViktoras

Why I like Go

I've been using Go as my main language for the last 6 months. Here's why it has become my favorite la...

Year Of Commits: simple systray program in Go
go2018-01-02
Alex PliutauAlex Pliutau

Year Of Commits: simple systray program in Go

Systray program in Go to show how many days in a row I contributed something on GitHub.

Video: Using go-bindata with html/template
go2018-01-02
Alex PliutauAlex Pliutau

Video: Using go-bindata with html/template

go-bindata converts any text or binary file into Go source code, which is useful for embedding data...

A Todo MVC Application using Iris and Vue.js
iris2017-12-31
Gerasimos (Makis) MaropoulosGerasimos (Makis) Maropoulos

A Todo MVC Application using Iris and Vue.js

Write a fast and modern mini todo application using Iris MVC and Vue.js

Building a Twitch.tv Chat Bot with Go - Part 2
showdev2017-12-27
Forest HoffmanForest Hoffman

Building a Twitch.tv Chat Bot with Go - Part 2

A walkthrough of how to build a basic Twitch.tv IRC chat bot.

packagemain 1 - Code review of a triangle package
go2017-12-26
Alex PliutauAlex Pliutau

packagemain 1 - Code review of a triangle package

Go code review

Go Build Flags - Video
go2017-12-28
Alex PliutauAlex Pliutau

Go Build Flags - Video

In this video I am showing how "go build" works and reviewing its flags.

packagemain #0 - Building gRPC blockchain Server & Client in Go
go2017-12-23
Alex PliutauAlex Pliutau

packagemain #0 - Building gRPC blockchain Server & Client in Go

In this video I am building a gRPC Server & Client in Go, by implementing blockchain service.

Software Transactional Memory in Go
go2017-12-24
decilliondecillion

Software Transactional Memory in Go

Experimental implementation of software transactional memory in Go

Building a Twitch.tv Chat Bot with Go - Part 1
showdev2017-12-20
Forest HoffmanForest Hoffman

Building a Twitch.tv Chat Bot with Go - Part 1

A walkthrough of how to build a basic Twitch.tv IRC chat bot.

Let's Implement a Bloom Filter in Go
datastructures2017-12-18
Theofanis DespoudisTheofanis Despoudis

Let's Implement a Bloom Filter in Go

Let's Implement a Bloom Filter in Go