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

Douglas Makey Mendez MoleroGolang: capturing logs and send an email
Capturing logs and send an email by go.

Peter JausovecWhat are sticky sessions and how to configure them with Istio?
The idea behind sticky sessions is to route the requests for a particular session to the same endpoint that served the first request. That way to can associate a service instance with the caller, based on HTTP headers or cookies. You might want to use sticky sessions if your service is doing an expensive operation on the first request, but later caching the value. That way, if the same user makes the request, the expensive operation will not be performed and value from the cache will be used.

Ilya KaznacheevSetup, build, automate: deploy a dockerized app to Heroku fast!
Heroku is a beautiful service. Although it doesn’t support Kubernetes or give a so bright range of cl...

Denys NahurnyiSync package explained
Sync package primitives explained. Recently I have visited GopherConEU 2019 that took pla...

Kevin BurnsFive Card Draw for Gophers
Lets make a stupid poker game

prasseeIntro to Modules on Go - Part 2
Intro to Modules on Go - Part 2

Steve LaytonAttempting to Learn Go - Issuer 03 - Cloud Function Go!
Functioning In The Cloud Welcome back! We are just done with our GitHub TODO issue creator...

prasseeIntro to Modules on Go - Part 1
Go Modules - Part 1

Atthaphon UrairatGo สำหรับสร้าง Mobile Apps
Go mobile เป็น repository ย่อย ของ Go project ที่รองรับระบบการทำงานของ Smart phone ทั้ง Android และ iOS และมีเครื่องมือช่วยสำหรับการ build โปรแกรมของเรา

Nedim ŠabićeBPF and XDP for Processing Packets at Bare-metal Speed
eBPF and XDP for Processing Packets at Bare-metal Speed

Sebastien ArmandgRPC Advanced Error Handling From Go to PHP
The GO community has standardized on using the status package for sending rich errors in gRPC service...

Algorithms and Challenge QuestionsALGORITHM CHALLENGE: 1
Challenge This time no story, no theory. The examples below show you how to write functi...

Eduardo HitekMongoDB Golang Driver Tutorial
A introduction the Official Golang Driver from MongoDB and how to perform the CRUD operations

林子篆A simple way to ensure interface won’t be implemented accidently
Sample code is quite easy: type Car interface { impl() Car Move() } type Animal interface...

Oyetoke TobyWhich is the Best Static Site Generator and Why?
Best static sites generator and reasons

Steve LaytonAttempting to Learn Go - Issuer 02
GitHub Issuer Welcome back! Though if you haven’t read the first part, you may want to. We...