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

Concurrency comparison Javascript to GO
go2019-12-18
Jeff AdamsJeff Adams

Concurrency comparison Javascript to GO

A lot has been written on concurrency and it is a deep subject. In order to understand the subtlety o...

Golang for JavaScript developers - Part 2
go2019-12-12
Deepu K SasidharanDeepu K Sasidharan

Golang for JavaScript developers - Part 2

Introduction to Golang concepts for JavaScript developers - Part 2

A remote program execution in Go
go2019-12-17
Dandy VicaDandy Vica

A remote program execution in Go

This time, I'll be tackling the Go programming language. Even though its syntax is not the most...

Go Basic Zero To Hero
go2019-12-17
Sadhan SarkerSadhan Sarker

Go Basic Zero To Hero

Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software.

Creating an opinionated GraphQL server with Go - Part 4
gorm2019-12-16
Christian MelgarejoChristian Melgarejo

Creating an opinionated GraphQL server with Go - Part 4

This is part of a series, not suited for beginners, but welcome too! You can check it out from the st...

Go channels in JS (3/5): Closing
go2019-12-17
Nicolas LepageNicolas Lepage

Go channels in JS (3/5): Closing

This post is the third of a series about how I wrote in JavaScript the equivalent of Go(lang) channel...

gig: a gitignore generator
productivity2019-12-15
Shi HanShi Han

gig: a gitignore generator

Generate .gitignore files from your terminal (mostly) offline!

What's the need of rune as a separate type?
explainlikeimfive2019-12-17
Swastik BaranwalSwastik Baranwal

What's the need of rune as a separate type?

Why there is need of rune i.e. Unicode strings as a separate type from string i.e. ASCII strings? Cou...

Golang Rest API for NodeJS developer - Part 1
go2019-12-11
Emanuel QuimperEmanuel Quimper

Golang Rest API for NodeJS developer - Part 1

In part 1, we will set up the foundation of our project. First, make sure you do have Go v1.13 in...

Clean Go Code (Part 1)
go2019-12-11
Alexis MoodyAlexis Moody

Clean Go Code (Part 1)

For most of my full stack career I've been a Ruby/JS dev working in Rails and React. But over the pas...

Golang Rest API for NodeJS developer - Intro
go2019-12-09
Emanuel QuimperEmanuel Quimper

Golang Rest API for NodeJS developer - Intro

In the past few months, I've been working on some Golang projects. Loving it, but did get some is...

Using go modules from private repositories in Azure DevOps Pipelines
azure2019-12-11
Darek Dwornikowski ☁Darek Dwornikowski ☁

Using go modules from private repositories in Azure DevOps Pipelines

This post will explain how to use go modules that you keep in private repositories in GitHub. Sometim...

Go channels in JS (2/5): Buffering
javascript2019-12-10
Nicolas LepageNicolas Lepage

Go channels in JS (2/5): Buffering

This post is the second of a series about how I wrote in JavaScript the equivalent of Go(lang) channe...

Processing parquet files in Golang
go2019-12-10
Elton MinettoElton Minetto

Processing parquet files in Golang

In this post, I will talk about a relatively new data file format, and how to use it in Go.

Learning Go - Delivering my first contribution to AzBrowse
go2019-12-10
Ben GreenierBen Greenier

Learning Go - Delivering my first contribution to AzBrowse

Hi! I’m Ben Greenier — I’m an engineer at Microsoft working to create awesome open source projects wi...

Understand Golang channels and how to monitor with Grafana (Part 1/2)
go2019-12-08
Ahmed AshrafAhmed Ashraf

Understand Golang channels and how to monitor with Grafana (Part 1/2)

Just before we start I'd like to tell you this article contains the info I was able to understand abo...