DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Martin CartledgeWhat 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...

Lane WagnerMake, 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...

krishnaAPI versioning in golang ECHO
package main import ( "net/http" "github.com/labstack/echo" ) func main() { e := echo....

Marcos FilhoCreating 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...

Mohammed Al Ashaalsending SQL results periodically to slack
Sometimes we want to notify ourselves or our teammates about an important update based on our busines...

Austin CunninghamGolang Mongo driver and Openshift
Golang rest api using Mongo driver and deployed on Openshift

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

Takahiro KudoGo - Safe truncate string
package main import ( "fmt" ) // Truncate string. func TruncateString(str string, length int)...

Dennis O'KeeffeYour 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...

ChandlerTransitioning 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,...

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

Thomas CrossHow 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...

MattCode O Game - algorithms, datastructures, etc..
Hi guys! I built a repository to have in a single place all possible algorithms and data structures...

nadirbasalamahGolang tutorial - 8 Error Handling
Error Handling in Go Error handling is a common thing when creating software. Error...

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

Jawher MoussaJava vs Go: Impressive solutions for invented problems
Originally published on my personal blog Let's start with the Shadoks Les Shadoks is a...