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

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)

🏎Create fake REST API in one sec (written in Go)
go2018-04-29
Alireza BashiriAlireza Bashiri

🏎Create fake REST API in one sec (written in Go)

Do you ever wanted to create a REST API with just a JSON file? I think so, and there are many tools t...

Go already has RSpec!
go2018-03-31
Alireza BashiriAlireza Bashiri

Go already has RSpec!

Writing BDD style tests using Go testing library

TOTPを実装する
go2018-03-30
nasa9084nasa9084

TOTPを実装する

ここ数年で多くのサービスで採用されてきている二要素認証ですが、皆さん使っているでしょうか。 私は実は最近までは面倒であまり使っていなかったのですが、ようや...

satori/go.uuid may cause build error for goa application
go2018-01-31
deadcheatdeadcheat

satori/go.uuid may cause build error for goa application

Today, I released application for my working project to the production. but I got build error like th...

Software Engineer
go2018-09-07
Christos PapidasChristos Papidas

Software Engineer

null

cool bits
go2018-08-19
PavelPavel

cool bits

what is up

How do you maintain entity state in Golang
go2017-09-14
BillieBillie

How do you maintain entity state in Golang

Is this the best way in Go to create an Entity that can't be set into an invalid state?

My use-case for Go
go2017-08-27
Mario SangiorgioMario Sangiorgio

My use-case for Go

After using a few very good applications written in Go (Syncthing, Docker and Hugo are some examples) I wanted to get to learn a bit more about the language.

Problems with the compiler to change the color to something in C, this is the solution
c2020-06-24
Joan Ariel Peralta Sosa Joan Ariel Peralta Sosa

Problems with the compiler to change the color to something in C, this is the solution

I always ran into the problem of my compiler I could not apply colors to something in C, after resear...

Distributed Workflow Runner
docker2020-06-30
Deepesh PathakDeepesh Pathak

Distributed Workflow Runner

Xene A distributed workflow runner with a focus on performance and simplicity. Xene Git...

Companies apply to you
javascript2020-06-05
noelsimpsonsnoelsimpsons

Companies apply to you

Have been working hard with my tech buddies to have start a platform called www.BriteHat.com Here yo...

The Go Devs Guide to AWS - Deploying a Go App to Elastic Beanstalk
aws2020-07-18
Elliot ForbesElliot Forbes

The Go Devs Guide to AWS - Deploying a Go App to Elastic Beanstalk

A post by Elliot Forbes

Another Golang Framework - Oscrud
go2020-06-08
NG SZE CHENNG SZE CHEN

Another Golang Framework - Oscrud

Disclaimer: I’m the author of the framework. Oscrud is a golang resftul api wrapper framework. The p...

Encrypted Stream for net.Conn or io.ReadWriter
go2020-06-03
Zheng "Bruce" LiZheng "Bruce" Li

Encrypted Stream for net.Conn or io.ReadWriter

It's surprising to find that no Golang library can easily transform a net.Conn to an encrypted and/or...

Big chunk vs smaller chunks on transferring data
go2020-05-29
JodhiJodhi

Big chunk vs smaller chunks on transferring data

While working on online blake3 hasher, we want to support subjectively quite large file. Since defaul...