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

Go (golang) service options (dependencies)
go2020-02-15
Roman RomadinRoman Romadin

Go (golang) service options (dependencies)

How to add optional service property (option/dependency) into main service

Welcome to Fiber — an Express.js styled web framework written in Go with ️❤️
go2020-02-03
Vic ShóstakVic Shóstak

Welcome to Fiber — an Express.js styled web framework written in Go with ️❤️

Introduction Hello, World! 👋 Today we will deal with a young (but ambitious) Fiber web...

Criando um "Olá, mundo!" com Golang
go2020-02-14
Felipe Finhane de PaulaFelipe Finhane de Paula

Criando um "Olá, mundo!" com Golang

Como é o meu primeiro post por aqui, vamos começar do básico. Estou seguindo os passos do tutorial of...

Mocking Database in Go
go2020-02-10
Pan ChasingaPan Chasinga

Mocking Database in Go

We all know writing a unit test that actually hits any database is not writing a unit test, but many...

Testing Go CLI Tools
go2020-02-12
Pascal DennerlyPascal Dennerly

Testing Go CLI Tools

Testing Go CLI Tools (part 1) This has all started from a very simple tweet from Mat Ryer...

golang playground
go2020-02-12
tcs224tcs224

golang playground

Go is an open source programming language that makes it easy to build simple, reliable, and efficient...

Transforming from Developer to Founder
startup2020-02-11
Pan ChasingaPan Chasinga

Transforming from Developer to Founder

Me trying to navigate this leaky boat called startup Things I had not anticipated when...

Exported names in Go
go2020-02-11
bluepaperbirdsbluepaperbirds

Exported names in Go

Many packages have variables (constants). In the Go programming language, exported variable names are...

How I made a slick personal logo with Go's standard library
go2020-02-09
Andy HaskellAndy Haskell

How I made a slick personal logo with Go's standard library

Go has a big standard library, and one package in there I really like is the image package. It's fun...

if else golang
go2020-02-10
tcs224tcs224

if else golang

If-else lets you branch code. A branch is a block of code (1 or more lines) that is executed on certa...

Building a web server in Golang
go2020-02-10
Syed Faraaz AhmadSyed Faraaz Ahmad

Building a web server in Golang

This post is a solution to the "Adam doesn't know routing" problem on Debugg. Visit Debugg at https:/...

ใช้งาน Jaeger trace ร่วมกับ OpenTelemetry
opentelemetry2020-02-10
Thanabodee CharoenpiriyakijThanabodee Charoenpiriyakij

ใช้งาน Jaeger trace ร่วมกับ OpenTelemetry

จากบทความ ที่แล้วเราใช้ exporter เป็นแบบ stdout เพื่อส่ง traces ออกไปที่ stdout ของ os คราวนี้เราจะมา...

CI/CD in GoLang with Azure Dev Ops and AWS Elastic Beanstalk
go2020-02-09
James EasthamJames Eastham

CI/CD in GoLang with Azure Dev Ops and AWS Elastic Beanstalk

This post follows a series of articles I've been writing about designing a distributed system. I'd hi...

Create API with Gin in Golang Part 1
go2020-02-08
WachiraWachira

Create API with Gin in Golang Part 1

I just started learning to Golang recently, and I must say the Golang is not that difficult. To fully...

มาเริ่มต้นใช้งาน tracing กับ OpenTelemetry ด้วย Go
opentelemetry2020-02-09
Thanabodee CharoenpiriyakijThanabodee Charoenpiriyakij

มาเริ่มต้นใช้งาน tracing กับ OpenTelemetry ด้วย Go

OpenTelemetry เป็นโครงการเพื่อช่วยจัดการเรื่อง tracing กับ metrics และทำให้ application ไม่เกิด vendo...

Saving the Marshall in Go
go2020-02-08
chrischris

Saving the Marshall in Go

In a previous article, I was discussing appending JSON data in Go and playing a bit around. I would l...