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

Douglas Makey Mendez MoleroTracking Service with Go and Redis
Tracking Service

Hậu XeGolang: HTTP Serve static files correctly
The EasyWay Handle static files in Golang is very straightforward just one l...
FrisHow to compile non-go file into your binary
I'm going to show you how to compile other files than go into the binary.

Chase AdamsMost Common Programming Case Types
When working with computers—specifically while programming—you'll inevitably find yourself naming...

samsha1Walk Through Docker
simple steps to run your project inside docker container

Nathan McleanTesting with Dynamo Local and Go
I’ve recently done some work with Go and DynamoDB and needed to test my work. Luckily Amazon provides...

Rémi LavedrineSet up your Android app for Offensive Security
How to setup an Android app for assessing its security and start to perform some security testing on it.

David BondGo: Debugging memory leaks using pprof
Introduction I work as a software engineer at OVO Energy where my team are implementing...

CIARANAQuick Tutorial: Write Go, Run WASM!
Demonstrate how to compile Go source code into WASM and execute in the browser.

Alex PliutauTable driven tests in Go
Table driven tests in Go

Siraj AbbasTelegram community for golang developers(Gophers)
https://t.me/golangdevelopers

Rémi LavedrineOffensive security on an Android app
7 steps to perform an attack on a system or application and how you can use these techniques to assess the security of your android application

Alex PliutauMicroservices with go-kit. Part 1
Microservices with go-kit

Paul J. LucasGo-tcha: When assigning via pointer changes your type
When assigning via pointer changes your type in Go.

林子篆Practical issue about DNS – EDNS0
I have to create a checker for our DNS server. Our DNS server will return its config via TXT. Code...

David Satime WallinGo -mess with flatpak+vscode
Trying to get Go working with vscode installed from flatpak under fedora28