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

The Learning Test
go2019-03-03
Taylor SilvaTaylor Silva

The Learning Test

I'm reading TDD By Example by Kent Beck right now and one of the Red Bar Patterns really resonated wi...

Go's method receiver: Pointer vs Value
go2019-03-02
ChenChen

Go's method receiver: Pointer vs Value

Go pointer vs value receiver

From PHP to Go: Arrays
php2019-03-02
Antonio SánchezAntonio Sánchez

From PHP to Go: Arrays

Quick and dirty article about arrays, slices and maps in Go for all those who come from PHP

OMG, I love to develop software (how I built fullstackjob.com with Go, Vue…)
showdev2019-03-01
Stefan WuthrichStefan Wuthrich

OMG, I love to develop software (how I built fullstackjob.com with Go, Vue…)

Maker Story from a guy, wanna go back to programming

GoLang without a PATH (Intro to Go Modules)
go2019-02-27
EdvinEdvin

GoLang without a PATH (Intro to Go Modules)

Unshackle thyself from thy GO_PATH, with go modules

Using Sqlite in Go Programming.
go2019-02-25
Fevzi Ömür TekinFevzi Ömür Tekin

Using Sqlite in Go Programming.

SQLite is an open source code that is a relational sql search engine. The most important advantage...

CSV to JSON Converter with Go
go2019-02-25
Fevzi Ömür TekinFevzi Ömür Tekin

CSV to JSON Converter with Go

Files with a CSV extension are files that are written and saved in a specific order by separating the...

Golang open source for beginners
go2019-02-20
Rapulu Rapulu

Golang open source for beginners

In my spare time I have been reading about Go, and going through video and blog tutorials to try to g...

What I did last year - OR - How to avoid imposter syndrome
productivity2019-02-22
vorsprungvorsprung

What I did last year - OR - How to avoid imposter syndrome

How to use a simple list to record your achievements

Basic Understanding of Golang Interface
go2019-02-21
Rapulu Rapulu

Basic Understanding of Golang Interface

This article is a beginner's guide to understanding interface in Golang, and its implicit implementation.

.Net to Go
dotnet2019-02-20
ElangovanElangovan

.Net to Go

Learning Go is good for .Net developer

Database Migrations with Go and Kubernetes
go2019-02-18
Alex PliutauAlex Pliutau

Database Migrations with Go and Kubernetes

Database Migrations with Go and Kubernetes

Fathom: An Open Source Google Analytics Alternative
githunt2019-02-12
Jacob Herrington (he/him)Jacob Herrington (he/him)

Fathom: An Open Source Google Analytics Alternative

Hey everyone! I star all kinds of crazy GitHub repos and last week I stumbled on an awesome project...

Learn Go with tests - Context
go2019-02-14
Chris JamesChris James

Learn Go with tests - Context

Learn how to cancel long running processes to help you manage resources

Golang Datastructures: Trees
go2019-02-13
Ilija EftimovIlija Eftimov

Golang Datastructures: Trees

You can spend quite a bit of your programming career without working with trees, or just by simply...

Go zero values finally hit me
go2019-02-12
MN MarkMN Mark

Go zero values finally hit me

Go zero values finally hit me and I continue to learn how to learn.