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

Getting started on bigger projects with Go
go2019-04-16
Jay R. WrenJay R. Wren

Getting started on bigger projects with Go

intermediate go

autoapp: A quick dive into containerized CI/CD
go2019-04-15
derekderek

autoapp: A quick dive into containerized CI/CD

A simple intermediate guide into CI/CD with: Github, Drone, Quay, Spinnaker, k8s.

Simple JWT Authentication with Golang (Part 2)
javascript2019-04-16
Si LeSi Le

Simple JWT Authentication with Golang (Part 2)

This is part two of a three-part series tutorial that builds a small but complete JWT authentication...

Go: Creating distributed systems using memberlist
go2019-04-14
David BondDavid Bond

Go: Creating distributed systems using memberlist

Introduction As scaling requirements have increased steadily throughout enterprise...

A Stab At Roguish Go Part 03
go2019-04-14
Steve LaytonSteve Layton

A Stab At Roguish Go Part 03

Let's go back into the dungeons with Go!

Go: checking public repositories list in Github. Go slices comparison. The first Golang experience.
go2019-04-13
Arseny ZinchenkoArseny Zinchenko

Go: checking public repositories list in Github. Go slices comparison. The first Golang experience.

The task is to write a tool which will be started from a Jenkin’s job by a cron and will check an...

How do we leverage gRPC in a microservices architecture at Side
go2019-04-12
Lucas GosséLucas Gossé

How do we leverage gRPC in a microservices architecture at Side

How to setup and leverage gRPC in a microservices environment with Golang, Docker and Traefik?

How to use io.Reader and io.Writer
go2019-04-12
dayvonjersendayvonjersen

How to use io.Reader and io.Writer

This was confusing for me when I started using Go after coming from other languages. Most of the te...

Telegram bot in Go: speak robot
go2019-04-09
Dmitry YakimenkoDmitry Yakimenko

Telegram bot in Go: speak robot

Last time I taught my bot to speak human. This time I'm gonna teach it to speak robot. I'm going to...

Go Serverless: Part 2 Google Cloud Run
go2019-04-11
Niklas MerzNiklas Merz

Go Serverless: Part 2 Google Cloud Run

Running Serverless Functions in Containers What are Cloud Run and Knative? Goog...

Handling HTTP request in Go Echo framework (1)
go2019-04-08
Yuen Ying KitYuen Ying Kit

Handling HTTP request in Go Echo framework (1)

Retrieve data thru HTTP GET request in Go Echo framework.

Building a digital wingman to assist busy clinical staff
go2019-04-08
Paul BradleyPaul Bradley

Building a digital wingman to assist busy clinical staff

creating a "digital wingman" to assist busy clinical staff, by detecting if particular drugs have been missed off a discharge letter

Go Serverless: Part 1 Google Cloud Functions
go2019-04-07
Niklas MerzNiklas Merz

Go Serverless: Part 1 Google Cloud Functions

Running Serverless Functions with Golang Go is the most popular language for cloud computi...

A Stab At Roguish Go Part 02
go2019-04-06
Steve LaytonSteve Layton

A Stab At Roguish Go Part 02

Let's go back into the dungeons with Go!

Wrapping callbacks dynamically with a Goroutine using reflect
nats2019-04-04
Waldemar QuevedoWaldemar Quevedo

Wrapping callbacks dynamically with a Goroutine using reflect

Using reflect to dynamically attach a callback to a Goroutine

Simple JWT Authentication for Golang (Part 1)
go2019-04-01
Si LeSi Le

Simple JWT Authentication for Golang (Part 1)

When it comes to an API, we need authentication for users to access their information. JWT is widely...