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

A simple way to ensure interface won’t be implemented accidently
go2019-06-18
林子篆林子篆

A simple way to ensure interface won’t be implemented accidently

Sample code is quite easy: type Car interface { impl() Car Move() } type Animal interface...

Which is the Best Static Site Generator and Why?
go2019-05-30
Oyetoke TobyOyetoke Toby

Which is the Best Static Site Generator and Why?

Best static sites generator and reasons

Attempting to Learn Go - Issuer 02
go2019-06-15
Steve LaytonSteve Layton

Attempting to Learn Go - Issuer 02

GitHub Issuer Welcome back! Though if you haven’t read the first part, you may want to. We...

A very simple command line tool as a side-project to learn go.
go2019-06-13
Florian RandFlorian Rand

A very simple command line tool as a side-project to learn go.

The story I've been using Larder as my bookmark manager about a year and maybe and a half,...

Update - How do you refactor this piece of code?
help2019-06-12
Florian RandFlorian Rand

Update - How do you refactor this piece of code?

Hello fellow gophers, I need some insights. I'm writing a command line client for larder.io bookmark...

Go: Creating gRPC interceptors
go2019-06-14
David BondDavid Bond

Go: Creating gRPC interceptors

Introduction Just like when building HTTP APIs, sometimes you need middleware that applies...

Java VS Go
discuss2019-06-12
VicentVicent

Java VS Go

Java vs Go for big projects

Simple web server in Perl and Go, Finally
webdev2019-06-13
suntongsuntong

Simple web server in Perl and Go, Finally

website performance based on implementation of Perl or Go

Gophers, what parts of Go did you find/are you finding challenging to learn?
discuss2019-06-12
Andy HaskellAndy Haskell

Gophers, what parts of Go did you find/are you finding challenging to learn?

A post by &y H. Golang (he/him)

Golang Patterns - Part 3
go2019-06-10
Nicola ApicellaNicola Apicella

Golang Patterns - Part 3

In this post I m going to show a cool pattern using golang channels: channels of channels. Channels...

Contributing to Open Source Go projects on GitHub - A recipe to clone forked Go repos.
go2019-06-08
penthaapatelpenthaapatel

Contributing to Open Source Go projects on GitHub - A recipe to clone forked Go repos.

Phew! It took me a while to figure out the entire process so I decided to write this post and I hope...

Attempting to Learn Go - Issuer 01
go2019-06-08
Steve LaytonSteve Layton

Attempting to Learn Go - Issuer 01

GitHub Issuer If you didn’t happen to read the last post I’ll give you...

go.mod replace: fallthrough
go2019-06-08
William AntonelliWilliam Antonelli

go.mod replace: fallthrough

Using `replace` to replace a pkg that an imported pkg imports

Object Calisthenics in Golang
calisthenics2019-06-04
Elton MinettoElton Minetto

Object Calisthenics in Golang

Object Calisthenics in Golang

Resilient HTTP Client in Go
go2019-06-07
Rafael JesusRafael Jesus

Resilient HTTP Client in Go

Resilient HTTP Client in Go

Simple web server implemented in Perl and Go
webdev2019-06-07
suntongsuntong

Simple web server implemented in Perl and Go

website performance based on implementation of Perl or Go