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

golang/go1.9.1.linux-amd64.tar.gz
install2017-10-15
Patrick SchanenPatrick Schanen

golang/go1.9.1.linux-amd64.tar.gz

Install go on Ubuntu, Ubuntu Server 16.04.3, Linux Mint, Vagrant

Go Variables - A Visual How-to Guide
go2017-10-11
Inanc GumusInanc Gumus

Go Variables - A Visual How-to Guide

Easily understand Go variables with visual examples.

Slack Stranger Bot in Go
go2017-10-12
Alex PliutauAlex Pliutau

Slack Stranger Bot in Go

Meet strangers in your company, explore new people. Fully anonymous and secure, bot doesn't store any data.

Use Go Channels to Build a Crawler
go2017-10-11
jorinjorin

Use Go Channels to Build a Crawler

The other day I built a crawler that checks links on your website to see if there are any links that you can update from HTTP to HTTPS. I came up with an implementation that abstracts the coordination using channels and I would like to share it in this article.

How we use gRPC to build a client/server system in Go
go2017-10-10
Julien AndrieuxJulien Andrieux

How we use gRPC to build a client/server system in Go

This post is a technical presentation on how we use gRPC (and Protobuf) to build a robust client/server system.

On Node.js, Go and concurrency
concurrency2017-10-13
Edney PittaEdney Pitta

On Node.js, Go and concurrency

Why would Ryan Dahl, creator of Node.js, say that Go is the best server-side system ever? Is this the end of Node.js?

Benchmarks comparing gRPC+Protobuf vs JSON+HTTP in Go
go2017-10-08
Alex PliutauAlex Pliutau

Benchmarks comparing gRPC+Protobuf vs JSON+HTTP in Go

Benchmarks comparing gRPC+Protobuf vs JSON+HTTP in Gousing Go.

First step in learning new programming language
coding2017-10-11
Kamal MustafaKamal Mustafa

First step in learning new programming language

My non-conventional approach in learning new programming language

Learn Go: Constants with visual examples
go2017-10-10
Inanc GumusInanc Gumus

Learn Go: Constants with visual examples

All there is to know about Golang Typed and Untyped Constants.

Handle HTTP Request Errors in Go
go2017-10-05
Alex PliutauAlex Pliutau

Handle HTTP Request Errors in Go

In this short post I want to discuss handling HTTP request errors in Go. I see people write code and they believe to be handling errors when making HTTP requests, but actually they are missing real errors.

Detaching Unix Child Processes with Go
go2017-10-03
Forest HoffmanForest Hoffman

Detaching Unix Child Processes with Go

Sharing my experience working with detached-child processes in Go.

How to email your users without sending them spam?
go2017-10-06
Gustavo CastilloGustavo Castillo

How to email your users without sending them spam?

Let's see how to use Mailtrap and Go

How to build a file upload form using DropzoneJS and Go
go2017-10-03
Gerasimos (Makis) MaropoulosGerasimos (Makis) Maropoulos

How to build a file upload form using DropzoneJS and Go

DropzoneJS is an open source library that provides drag n drop file uploads with image previews.

Short variable declaration rules
go2017-10-04
Inanc GumusInanc Gumus

Short variable declaration rules

How to use short variable declaration properly.

Microservices with Go
go2017-10-04
Alex PliutauAlex Pliutau

Microservices with Go

How to build Microservices using Go, Docker and gRPC

A visual how to guide to Go variables
go2017-10-04
Inanc GumusInanc Gumus

A visual how to guide to Go variables

Easily understand Go variables with beautiful visual examples.