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

My Journey of Go (Functions, Variables)
go2019-07-31
K-SatoK-Sato

My Journey of Go (Functions, Variables)

Packages Every Go program consists of packages. Each package needs to be imported first to...

My reflections on Golang
go2019-07-10
Deepu K SasidharanDeepu K Sasidharan

My reflections on Golang

After using Go for more than 9 months, here is what I think of it

Creating an opinionated GraphQL server with Go - Part 3
graphql2019-07-28
Christian MelgarejoChristian Melgarejo

Creating an opinionated GraphQL server with Go - Part 3

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

Writing a very basic kubernetes mutating admission webhook
programming2019-07-27
Alex LeonhardtAlex Leonhardt

Writing a very basic kubernetes mutating admission webhook

My findings when attempting to write a (very) simple kubernetes mutating admission webhook....

Go back to basics with MVC
go2019-07-25
Chris JamesChris James

Go back to basics with MVC

A lot of people don't really understand MVC. It's simpler than you think and has nothing to do with folders

5 reasons to use Golang
go2019-07-22
Carlos GalarzaCarlos Galarza

5 reasons to use Golang

My experience working with Golang in a start-up

Building a personal portfolio website with Hugo
go2019-07-26
Angad SharmaAngad Sharma

Building a personal portfolio website with Hugo

Introduction

go-react starter
go2019-07-22
IsraelIsrael

go-react starter

starter project for go, postgre, react and jwt based auth apps.

How to install 'Go' on Linux
go2019-07-22
Edison AdeEdison Ade

How to install 'Go' on Linux

Check to see that your packages are up to date in the terminal type sudo apt-get update This wil...

A closer look at Go's append function
go2019-07-20
Andy HaskellAndy Haskell

A closer look at Go's append function

What happens behind the scenes when you append to slices in Go, and how to use that to write performant and safe code

What's wrong with godoc?
go2019-07-21
Ilya KaznacheevIlya Kaznacheev

What's wrong with godoc?

A documentation problem of modern Go packages

Confession: How I got (my golang piece of SaaS) Multi-Tenant
showdev2019-07-19
Stefan WuthrichStefan Wuthrich

Confession: How I got (my golang piece of SaaS) Multi-Tenant

My Confession : How I got my software to be multi-tenant

TDD an Analogue Clockface in Go
go2019-07-16
David WickesDavid Wickes

TDD an Analogue Clockface in Go

A Chapter from _Learn Go With Tests_

Iris version 11.2 released
go2019-07-19
Gerasimos (Makis) MaropoulosGerasimos (Makis) Maropoulos

Iris version 11.2 released

It is my pleasure and honor to spread the news about the new Iris release. As open-source proje...

Creating an opinionated GraphQL server with Go - Part 1
go2019-07-16
Christian MelgarejoChristian Melgarejo

Creating an opinionated GraphQL server with Go - Part 1

Let's make an opinionated GraphQL server using: Gin-gonic web framework Goth for OAuth2 connectio...

A clean way to pass configs in a Go application
go2019-07-12
Ilya KaznacheevIlya Kaznacheev

A clean way to pass configs in a Go application

this is a repost from my blog at kaznacheev.me. I welcome new readers and will be happy to discuss w...