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

Go AWS Notes: KMS - Decryption
aws2020-01-06
Roberto GuerraRoberto Guerra

Go AWS Notes: KMS - Decryption

I use KMS for serverless apps when I want to put some secrets as an environment variable (Yes, I know...

Go Things I Love: Channels and Goroutines
go2020-01-06
Justin FullerJustin Fuller

Go Things I Love: Channels and Goroutines

This series, Go Things I Love, is my attempt to show the parts of Go that I like the best, as well as why I love working with it at The New York Times.

Deploying Go Applications to GitHub Releases with GoReleaser and Travis CI
go2020-01-06
Athul Cyriac Athul Cyriac

Deploying Go Applications to GitHub Releases with GoReleaser and Travis CI

Setting Up Goreleaser and Travis CI All the installation Instructions of Gorelaser can be...

Getting mongodb _id for go
go2020-01-06
Yaşar İÇLİYaşar İÇLİ

Getting mongodb _id for go

Get _id in a simple way.

Data Structures in Go: Heap
go2020-01-05
DorinDorin

Data Structures in Go: Heap

A simple implementation of a Heap in Go

JWT Golang Template
jwt2020-01-05
João Victor SantosJoão Victor Santos

JWT Golang Template

Introducing JWT, from concept to golang practice

Hands-on IPLD Tutorial in Golang: PART 1
ipld2020-01-04
vasavasa

Hands-on IPLD Tutorial in Golang: PART 1

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

init function in golang
go2020-01-04
Soumya Prakash DattaSoumya Prakash Datta

init function in golang

discussing about init() in golang

Learn about the basics of server side HTTP APIs in Go
go2020-01-03
Abhishek GuptaAbhishek Gupta

Learn about the basics of server side HTTP APIs in Go

Welcome to another edition of Just Enough Go - a series of articles about the Go programming language...

Demonstrating TDD (Test-driven development) in Go
tdd2020-01-01
Artur NeumannArtur Neumann

Demonstrating TDD (Test-driven development) in Go

TDD is the practice to write tests before code and it should reduce failure rates and defects in your...

Created Go library to acquire and manage blacklists of IP addresses and domain names
security2020-01-03
Masayoshi MizutaniMasayoshi Mizutani

Created Go library to acquire and manage blacklists of IP addresses and domain names

It is almost the title, but I have created a library called badman for the purpose of obtaining...

How to setup Golang router with Gin Gonic and Mux
go2020-01-03
CavdyCavdy

How to setup Golang router with Gin Gonic and Mux

In this article, I am going to show you how to set up a router system with Gin Gonic and Mux. Gin Go...

State Machine for game development in GoLang
go2020-01-01
Ajinkya BoradeAjinkya Borade

State Machine for game development in GoLang

Recently I started learning Go programming language and wanted to build a 2D game. So I choose pixel...

Linux pipes in Golang
go2019-12-31
Nicola ApicellaNicola Apicella

Linux pipes in Golang

Writing a Golang program that gets the input from a Linux pipe as well as cli arguments.

SOLID principles in the Go programming language
solid2019-12-31
Jay R. WrenJay R. Wren

SOLID principles in the Go programming language

What do

Add monitoring with Prometheus/Grafana in Kubernetes
go2019-12-31
EliiseEliise

Add monitoring with Prometheus/Grafana in Kubernetes

In this post I'd like to give a short overview on the parts needed to add monitoring for a GO API wit...