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

How I Built a Resume API w/ Go, Terraform, and AWS
resume2020-06-27
Matt JarrettMatt Jarrett

How I Built a Resume API w/ Go, Terraform, and AWS

Background I've been inspired by Sara Vieira to build more dumb stuff on the Internet to...

What the heck is a rune in Golang
go2020-07-08
LuisPaLuisPa

What the heck is a rune in Golang

Photo by Gerson Repreza on Unsplash The banner is a Cancún beach because I miss it some much. Well,...

Interfaces in Go
go2020-07-07
Donald FeuryDonald Feury

Interfaces in Go

Despite not having Object Oriented Programming (OOP) language features, Go does have...

Learning Golang (some rough notes) - S02E00 - Kafka and Go
go2020-07-08
Robin MoffattRobin Moffatt

Learning Golang (some rough notes) - S02E00 - Kafka and Go

With the first leg of my journey with Go done (starting from a very rudimentary base), the next step...

Let's Go: Learn Go in 30 days
beginners2020-07-06
Cesar AguirreCesar Aguirre

Let's Go: Learn Go in 30 days

You want to learn a new programming language? You aren't sure about what language to choose? Have you...

Generate GraphQL Client Code With Go
go2020-07-07
YamashouYamashou

Generate GraphQL Client Code With Go

Created a command line tool to generate a client for GraphQL using based on gqlgen.

Odin Development Server!
go2020-07-07
James McDermottJames McDermott

Odin Development Server!

About a month ago I wrote this article about the Odin Job Scheduler - a programmable, observable and...

☄️ How to update version's cache of your package in pkg.go.dev?
go2020-07-06
Vic ShóstakVic Shóstak

☄️ How to update version's cache of your package in pkg.go.dev?

Introduction Hi, DEV people! 😉 Sometimes, when you publish a new version of your Go...

How to install Go and write a HelloWorld program in 4 steps
go2020-07-06
Lukas LukacLukas Lukac

How to install Go and write a HelloWorld program in 4 steps

Quick tutorial on installing GoLang and setting up the recommended environment on fresh Ubuntu 20 installation.

Making concurrent API requests in Go
go2020-07-05
SriramSriram

Making concurrent API requests in Go

Making API calls from the backend is a pretty common scenario we all come across, especially when wor...

Automating interactive shell input in Go
programming2020-07-06
Akhyar AmarullahAkhyar Amarullah

Automating interactive shell input in Go

Once every several weeks, I take a moment to review and optimize my daily workflow, identifying...

REST API Using Only Standard Go Packages
go2020-07-06
Donald FeuryDonald Feury

REST API Using Only Standard Go Packages

Code available here For my next go tutorial, I decided to actually demonstrate how to create a...

Deploying Serverless Golang APIs With The AWS CDK
lambda2020-07-06
Dennis O'KeeffeDennis O'Keeffe

Deploying Serverless Golang APIs With The AWS CDK

After our last piece looking into Go Servers with Fiber, we are going to continue and take this to th...

Is Golang duck typed?
go2020-07-06
Alex RiosAlex Rios

Is Golang duck typed?

Hum... Not really! It's a common misunderstanding because in fact it can relate to the duck type man...

Day 8 of #30DaysOfCode | Building Restful APIs
codenewbie2020-07-04
Shubham SauravShubham Saurav

Day 8 of #30DaysOfCode | Building Restful APIs

Hey everybody! Firstly, I would like to thank you for reading this post. I am thankful to all of you...

Init project
go2020-07-06
Marcos FilhoMarcos Filho

Init project

To start our project we will use this github to save our steps during the project. In this first ste...