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

What are the Struct and Interface Types in Go?
go2020-06-29
Martin CartledgeMartin Cartledge

What are the Struct and Interface Types in Go?

Click to subscribe to my newsletter Click to follow me on twitter Click to view my Github This is th...

Make, New and Literals Cheat Sheet – Slice and Map Initialization in Go
cleancode2020-06-29
Lane WagnerLane Wagner

Make, New and Literals Cheat Sheet – Slice and Map Initialization in Go

The post Make, New and Literals Cheat Sheet – Slice and Map Initialization in Go appeared first on...

API versioning in golang ECHO
go2020-06-29
krishnakrishna

API versioning in golang ECHO

package main import ( "net/http" "github.com/labstack/echo" ) func main() { e := echo....

Creating a complete golang rest api from zero to Hero
go2020-06-28
Marcos FilhoMarcos Filho

Creating a complete golang rest api from zero to Hero

After a lot of time spent building golang API's in my job and getting a lot of experience in this won...

sending SQL results periodically to slack
sql2020-06-28
Mohammed Al AshaalMohammed Al Ashaal

sending SQL results periodically to slack

Sometimes we want to notify ourselves or our teammates about an important update based on our busines...

Golang Mongo driver and Openshift
go2020-06-28
Austin CunninghamAustin Cunningham

Golang Mongo driver and Openshift

Golang rest api using Mongo driver and deployed on Openshift

Concurrency in Go
go2020-06-28
Donald FeuryDonald Feury

Concurrency in Go

My second programming tutorial on go, this time on the basics of its concurrency primitives. I...

Go - Safe truncate string
go2020-06-27
Takahiro KudoTakahiro Kudo

Go - Safe truncate string

package main import ( "fmt" ) // Truncate string. func TruncateString(str string, length int)...

Your first Stripe Charge with Gin + Golang in 5 minutes
go2020-06-27
Dennis O'KeeffeDennis O'Keeffe

Your first Stripe Charge with Gin + Golang in 5 minutes

In this short series, we are going to look at how to create a charge to Stripe in a number of their o...

Transitioning from Python to Golang and why Python programmers should consider it.
go2020-06-26
ChandlerChandler

Transitioning from Python to Golang and why Python programmers should consider it.

Intro Ever since I started programming, high-level languages, like Python, Ruby, and Lua,...

Diving into Go by building a CLI application
go2020-06-26
erybzerybz

Diving into Go by building a CLI application

You have wrapped your head around the Go syntax and practised them one by one, however you won't feel...

How to choose a language on Google App Engine if performance matters
googlecloud2020-06-26
Thomas CrossThomas Cross

How to choose a language on Google App Engine if performance matters

So you may know one programming language really well, you are a polyglot, or you may be learning your...

Code O Game - algorithms, datastructures, etc..
java2020-06-26
MattMatt

Code O Game - algorithms, datastructures, etc..

Hi guys! I built a repository to have in a single place all possible algorithms and data structures...

Golang tutorial - 8 Error Handling
go2020-06-26
nadirbasalamahnadirbasalamah

Golang tutorial - 8 Error Handling

Error Handling in Go Error handling is a common thing when creating software. Error...

How to Deploy A Golang App to Heroku.
go2020-06-23
Kenny Olawuwo.Kenny Olawuwo.

How to Deploy A Golang App to Heroku.

This is a step by step tutorial on how to deploy a Golang app on Heroku. Requirements. H...

Java vs Go: Impressive solutions for invented problems
java2020-06-19
Jawher MoussaJawher Moussa

Java vs Go: Impressive solutions for invented problems

Originally published on my personal blog Let's start with the Shadoks Les Shadoks is a...