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

Comparison between Java, Go, and Rust
java2020-04-27
DexDex

Comparison between Java, Go, and Rust

Comparison between Java, Go, and Rust - Dexter Darwich - Medium...

Go package: a brief tour into the world of Go Module
go2020-04-26
enbisenbis

Go package: a brief tour into the world of Go Module

Starting from Go 1.11, the Golang team decided to introduce a new dependency management system: the M...

A Sample Project Using WebAssembly with Go
go2020-04-25
XD-DENGXD-DENG

A Sample Project Using WebAssembly with Go

Earlier I wrote a service with Go, doing stuff like hash text, generate random password, base64 encod...

Upload file in chunks with client-streaming gRPC - Go
go2020-04-22
TECH SCHOOLTECH SCHOOL

Upload file in chunks with client-streaming gRPC - Go

Welcome back to the gRPC course! To recall, there are 4 types of gRPC. In the previous lectures,...

Golang DNS Resolving
dns2020-04-23
Luís CostaLuís Costa

Golang DNS Resolving

Lately, I have been writing Golang (more commonly known as just Go, which is what I’ll be using fro...

From Zero to HTTP servers with Go and Raspberry Pi
go2020-04-23
Corey Van WoertCorey Van Woert

From Zero to HTTP servers with Go and Raspberry Pi

Raspberry Pi's are small, cost effective machines deployed on low power SoC boards. With a robust com...

Testing APIs in Golang using apitest
go2020-04-22
Elton MinettoElton Minetto

Testing APIs in Golang using apitest

Testing APIs in Golang using apitest

Introducing Yokie - A Recipe Sharing Social Media WebApp
showdev2020-04-20
JasonJason

Introducing Yokie - A Recipe Sharing Social Media WebApp

I would like to share a small project I've been working on for the past few days. Yokie! Yokie is a...

Using ‘Go Generate’ To Deploy Multi-Process Apps
engineering2020-04-22
Lane WagnerLane Wagner

Using ‘Go Generate’ To Deploy Multi-Process Apps

PSP31475-00, 7HA.02 Gas Turbine, Rotor Instalation, Greenville, SC, USA, DI-3800×5700 In...

Build a web API client in Go, Part 1: Connecting to the API
go2020-04-20
Andy HaskellAndy Haskell

Build a web API client in Go, Part 1: Connecting to the API

Web APIs are a really exciting part of web development. By communicating with another website, like T...

AMQP Exchange type comparison, using GO RabbitMQ client.
amqp2020-04-22
enbisenbis

AMQP Exchange type comparison, using GO RabbitMQ client.

RabbitMQ is a popular and powerful open-source message broker. I don't want to bother who will read i...

Baby Steps in Golang
go2020-04-22
mohieddinmohieddin

Baby Steps in Golang

Workplace is a proprietary product of Supahands. Our Business Operations Managers (BOMs) use the plat...

Use Anonymous Structs For JSON Marshalling in Go
engineering2020-04-21
Lane WagnerLane Wagner

Use Anonymous Structs For JSON Marshalling in Go

Go is a language built for the web. The Go standard library comes with everything we need to stand...

I built a 2D RPG Game in GO [GoLang]
gamedev2020-04-21
Ajinkya BoradeAjinkya Borade

I built a 2D RPG Game in GO [GoLang]

All I did in my last 9 years web development was use JavaScript and javascript only. But I wanted to...

Build a web API client in Go, Part 3: Define our client
go2020-04-20
Andy HaskellAndy Haskell

Build a web API client in Go, Part 3: Define our client

In part 1 of this tutorial, we saw how send requests to an API using the Go net/http client, and in p...

Using Go as a scripting language in Linux
go2020-04-18
Ignat KorchaginIgnat Korchagin

Using Go as a scripting language in Linux

This is a repost of my post from the Cloudflare Blog At Cloudflare we like Go. We use it in many in-...