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

Attempting to Learn Go - Sending Email Via API Again
go2018-12-22
Steve LaytonSteve Layton

Attempting to Learn Go - Sending Email Via API Again

Let's roll together our previous two posts and start sending some mail!

Last.fm to Twitter tool on Go
lastfm2018-12-19
Artem PiskunArtem Piskun

Last.fm to Twitter tool on Go

A simple cli tool to share last.fm charts to twitter on golang

Conditional compilation and runtime module names in Go
go2018-12-06
George CalianuGeorge Calianu

Conditional compilation and runtime module names in Go

Conditional compilation in Go language is a very nice feature but what if we want to know at runtime...

TIL: How to Resolve Go Import Paths in Go
go2018-12-01
Linda_ppLinda_pp

TIL: How to Resolve Go Import Paths in Go

Go import path is corresponding to one directory in filesystem. For example, import "fmt" is resolved...

Creating A Terraform Provider - Part 1
terraform2018-11-20
Nathan McleanNathan Mclean

Creating A Terraform Provider - Part 1

Cross posting from Medium, this is a post I wrote for my employers' blog - Space Ape Tech A fairly c...

TIL: Pitfall on getting all environment variables in Go
go2018-11-13
Linda_ppLinda_pp

TIL: Pitfall on getting all environment variables in Go

Hello, this is my first post at DEV.TO 🐶 To get the list of all environment variables in Go, I found...

Master the World of Go - Issue #27
go2018-11-05
JexiaJexia

Master the World of Go - Issue #27

Master the World of Go. Each week Maarten Bezemer serves the nicest Gophers’ content about the theories, trending topics and tools.

namecheck, a CLI to check your name idea availability
go2018-10-30
Harits FahrezaHarits Fahreza

namecheck, a CLI to check your name idea availability

a CLI to check your name idea availability

Release Delete-branch-bot as GithubApps
github2018-10-28
Tatsuya KamoharaTatsuya Kamohara

Release Delete-branch-bot as GithubApps

Delete-branch-bot deletes the branch when it is merged into master automatically.

Show comments in GoDoc
go2018-10-21
y-yagiy-yagi

Show comments in GoDoc

GoDoc show comments in code when runs godoc command with notes option. The notes option can specify...

Most Popular Development Posts Of The Week (10 October 2018)
go2018-10-10
Ido ShamunIdo Shamun

Most Popular Development Posts Of The Week (10 October 2018)

So often people are working hard at the wrong thing. Working on the right thing is probably more impo...

How a Go Program Compiles down to Machine Code
bestpractices2018-09-25
ThierryThierry

How a Go Program Compiles down to Machine Code

Here at Stream, we use Go extensively, and it has drastically improved our pr...

I have no idea where I’m going, but I know how I’ll get there
go2018-09-26
The Unstuck DeveloperThe Unstuck Developer

I have no idea where I’m going, but I know how I’ll get there

How I'm developing myself through code.

The database that can store the Internet
showdev2018-07-30
Ravern KohRavern Koh

The database that can store the Internet

Wouldn't it be awesome if you could save the entire Internet into a database? W...

Interfaces in Go
go2018-06-12
Chuck HaChuck Ha

Interfaces in Go

Beyond vehicles, animals and shapes. This post is a practical introduction to one use of Go's interfaces.

Building Gophercises
go2018-05-30
Jon CalhounJon Calhoun

Building Gophercises

We developers have a tendency to overcomplicate software to our dismay. In this post I discuss how I embraced simplicity while building the Gophercises website. (Gophercises is a free Go coding course I created)