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

Hands-on IPLD Tutorial in Golang: PART 2
ipld2020-01-16
vasavasa

Hands-on IPLD Tutorial in Golang: PART 2

This article was first published on our open-source platform, SimpleAsWater.com. If you are intereste...

How To Make Your AWS EKS Cluster Use Fargate Using Pulumi And Golang
go2020-01-16
Leon StigterLeon Stigter

How To Make Your AWS EKS Cluster Use Fargate Using Pulumi And Golang

At re:Invent, AWS introduced the ability to have EKS run pods on AWS Fargate, and Fargate is cheaper...

Language Review: Gophers Galore!
go2020-01-16
Ryan Burmeister-MorrisonRyan Burmeister-Morrison

Language Review: Gophers Galore!

For a relatively young language, Go's doing pretty well. Other than having the best mascot, it has be...

Configuring environmental variables for Go with ~/.bash_profile
go2020-01-15
Christopher KonopkaChristopher Konopka

Configuring environmental variables for Go with ~/.bash_profile

A short tutorial for setting environmental variables within the bash_profile and using them variables in Go.

To the point - http middleware in go with net/http Part - 2
go2020-01-15
HMHM

To the point - http middleware in go with net/http Part - 2

In the last post, we created an http middleware and propagated a value to signify if the user is log...

How to create a native macOS app on Go (Golang) and React.js with full code protection — Part 1
go2020-01-12
Vic ShóstakVic Shóstak

How to create a native macOS app on Go (Golang) and React.js with full code protection — Part 1

Introduction Welcome to the next article in the “How to” series! This time, we will...

To the point - http middleware in go with net/http Part - 1
go2020-01-14
HMHM

To the point - http middleware in go with net/http Part - 1

What the hell middleware! If you are programmer you have probably heard one of the two ter...

How To Create An AWS EKS Cluster Using Pulumi And Golang
go2020-01-14
Leon StigterLeon Stigter

How To Create An AWS EKS Cluster Using Pulumi And Golang

Building a Kubernetes cluster is hard, so why not use a managed Kubernetes service? In the previous...

Append data to JSON in Go
go2020-01-12
chrischris

Append data to JSON in Go

Working on some projects, I needed to write continuous data to JSON files in Go. So as I found variou...

How to build Web App with Go + gin-gonic + Vue
go2020-01-13
Masayoshi MizutaniMasayoshi Mizutani

How to build Web App with Go + gin-gonic + Vue

This article describes how to build and develop Web application with Go + gin-gonic (Web Application...

Algorithms in Go: Heap Sort
go2020-01-12
DorinDorin

Algorithms in Go: Heap Sort

An implementations of the Merge Sort algorithm

Clean Architecture, the right way
go2020-01-12
Angad SharmaAngad Sharma

Clean Architecture, the right way

A practical guide to Clean Architecture, with a personal touch. Just last Sunday, I was randomly bro...

Project Structure and Test Driven Development in GoLang
go2020-01-12
James EasthamJames Eastham

Project Structure and Test Driven Development in GoLang

I find a well-structured project helps massively as an application grows in scope and complexity. Wh...

Golang and shared objects Part 1 - The background
abi2020-01-10
ik_5ik_5

Golang and shared objects Part 1 - The background

When creating an application using Golang, it is usually a monolithic executable that holds "everythi...

How to Code in Go (Tutorial Series)
go2019-12-30
DigitalOceanDigitalOcean

How to Code in Go (Tutorial Series)

A helpful series of tutorials to get you started learning how to program in Go.

Go Notes: Omitting empty structs
go2020-01-10
Roberto GuerraRoberto Guerra

Go Notes: Omitting empty structs

How to ignore structs when marshaling them