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

VSCode: Some extensions for Go and my thoughts
go2019-10-18
VuongVuong

VSCode: Some extensions for Go and my thoughts

If you want to be the best on VSCode instead use Goland, you can try! But, please keep in your mind...

GO for GO
go2019-10-17
Heertheeswaran VHeertheeswaran V

GO for GO

I started to learn Go a few weeks ago as a hobby. In this article series, I will document everything...

Upgrading GO version to 1.13 is not a cakewalk!!!
go2019-10-16
vasubabuvasubabu

Upgrading GO version to 1.13 is not a cakewalk!!!

Why? Be aware that upgrading the version of Go from older versions to 1.13 is not so easy,...

On Go Package Structure
go2019-10-15
Jay R. WrenJay R. Wren

On Go Package Structure

Go is getting more and more popular and as it does, some of the information out there about it is...

Error handling in Golang
go2019-10-13
Brian Neville-O'NeillBrian Neville-O'Neill

Error handling in Golang

Written by Raphael Ugwu✏️ Unlike conventional methods in other mainstream programming languages such...

How to use synchronization primitives in Go: Mutex, WaitGroup, Once
tutorial2019-10-14
Abhishek GuptaAbhishek Gupta

How to use synchronization primitives in Go: Mutex, WaitGroup, Once

Welcome to Just Enough Go ! This is the second post in a series of articles about the Go programming...

News API in Golang
news2019-10-13
Juan Pablo RamirezJuan Pablo Ramirez

News API in Golang

A basic and fast implementation for newsapi.org

Breto - A Multi-UI Status Bar
go2019-10-10
J. R. SwabJ. R. Swab

Breto - A Multi-UI Status Bar

View on Github Breto (originally called Go-Status) is a small project I wrote a few months back to d...

My First Golang Program
beginners2019-10-02
Andrew HealeyAndrew Healey

My First Golang Program

I’m new to Go. Over the last week, I completed A Tour of Go and tonight I wrote my first program, an...

Tutorial: Connect to Azure Event Hubs for Kafka using Go
tutorial2019-10-09
Abhishek GuptaAbhishek Gupta

Tutorial: Connect to Azure Event Hubs for Kafka using Go

This blog will demonstrate how to interact with Event Hubs Kafka cluster using the Sarama Kafka clien...

How To Search A Sorted Matrix With Go
go2019-10-09
J. R. SwabJ. R. Swab

How To Search A Sorted Matrix With Go

I started learning common algorithms to better my programming ability. It’s the biggest skill set tha...

Webassembly for C, Rust, Go, and C# in 45 Minutes
webdev2019-10-04
Jeremy Likness ⚡️Jeremy Likness ⚡️

Webassembly for C, Rust, Go, and C# in 45 Minutes

A 45 minute video presentation that walks through the history of WebAssembly starting with asm.js then demonstrates examples of apps using C, Go, Rust, and C# Blazor.

Learn Linked Lists by building a Blockchain (in Go 1.13)
go2019-10-07
DanielDaniel

Learn Linked Lists by building a Blockchain (in Go 1.13)

So, in this tutorial series I want to teach you fundamental computer science topics you might dread,...

Switching from JavaScript to Golang
go2019-09-30
/[Abejide Femi Jr]\s//[Abejide Femi Jr]\s/

Switching from JavaScript to Golang

Image Source Coming from a JavaScript background, I have always wanted to learn a static-typed progra...

Ultimate Setup for Your Next Golang Project
go2019-09-29
Martin HeinzMartin Heinz

Ultimate Setup for Your Next Golang Project

Note: This was originally posted at martinheinz.dev For me, the biggest struggle when starting new...

Setting up GitHub Package Registry with Docker and Golang
docker2019-10-05
Martin HeinzMartin Heinz

Setting up GitHub Package Registry with Docker and Golang

Note: This was originally posted at martinheinz.dev Generally, for any programming language, to run...