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

Telegram bot: Super Thinking
go2019-11-07
daolenodaoleno

Telegram bot: Super Thinking

A telegram bot send you mental model every day

What is golang good for?
go2019-11-06
briansolebriansole

What is golang good for?

Go is a general purpose programming language. This means, you can use it for whatever you want (Why L...

Audio Processing Services
audio2019-11-06
Juan Pablo RamirezJuan Pablo Ramirez

Audio Processing Services

Small Microservice written in GO and Python 3

Create a command line tool with go and cobra
go2019-11-05
kgoedertkgoedert

Create a command line tool with go and cobra

Every now and then, I like to start playing with a new programming language. The one I picked this wa...

How to get started with Golang and Visual Studio Online
go2019-11-05
Ian FabsIan Fabs

How to get started with Golang and Visual Studio Online

Today I decided I wanted to write something in go using Microsoft's new Visual Studio Online. I won't...

Efficiently concatenating strings in go
go2019-11-05
Shiraaz MoollatjieShiraaz Moollatjie

Efficiently concatenating strings in go

In this article, we will look at different ways to concatenate strings in Go. What happens...

How To Create a Linked List Using Golang
go2019-11-04
J. R. SwabJ. R. Swab

How To Create a Linked List Using Golang

Lately I started to practice my data structures to get a better grasp of programming. Today I chose t...

How to POST multipart/form-data in GO using Mux
go2019-11-04
vasubabuvasubabu

How to POST multipart/form-data in GO using Mux

Mux is a powerful HTTP router that matches incoming requests against a list of registered routes and...

Feelings about GopherCon VietNam 2019
go2019-11-04
Murahashi [Matt] KenichiMurahashi [Matt] Kenichi

Feelings about GopherCon VietNam 2019

Feelings about GopherCon VietNam 2019

Go for SonarCloud with Github Actions
go2019-11-03
Jan StamerJan Stamer

Go for SonarCloud with Github Actions

Go for SonarCloud with Github Actions Learn the basics of analyzing a Go project with...

[Go] new feature for wrapped errors in 1.13
go2019-11-03
Julian-ChuJulian-Chu

[Go] new feature for wrapped errors in 1.13

Go 1.13 introduced new feature for wrapped errors. If you didn't heard about it, I strongly recommend...

Forum App with Golang/Gin and React/Hooks
go2019-11-01
Steven VictorSteven Victor

Forum App with Golang/Gin and React/Hooks

This article explains how I built a Forum application from scratch using Golang and React.

Setting Up Swagger Docs for Golang API
go2019-11-01
Martin HeinzMartin Heinz

Setting Up Swagger Docs for Golang API

Note: This was originally posted at martinheinz.dev In the previous post - Building RESTful APIs in...

Purity in my Programming Please
go2019-10-30
Lane WagnerLane Wagner

Purity in my Programming Please

JK – There’s Nothing Pure About Religious Fundamentalism Pure functions are often hyped up in the...

How BigCache avoids expensive GC cycles and speeds up concurrent access in Go
go2019-10-29
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

How BigCache avoids expensive GC cycles and speeds up concurrent access in Go

A simple example of cache in Golang without expensive GC cycles.

How to make a logo watermark tool in Golang on any Unix Distribution
go2019-10-29
Onikute.Onikute.

How to make a logo watermark tool in Golang on any Unix Distribution

A common need for creatives is to place our logo on pictures we produce. e.g. A photographer with 100s of dope pictures about to post them on social media.