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

Kirk LewisGo Text Template Processing
Demonstration of processing Go text templates

Steve LaytonA Stab At Roguish Go Part 04
This week we actually add our basic 'creature' code.

Dmitry SalahutdinovDockerize the multi-services application for local development
The handy local development containerization guide, with examples of the Amplifr project dockerization. Getting the services written in Ruby, Node.js, and Golang work together locally with docker networks.

Tony MetzidisBenchmarking Pihole : Pi Zero vs Pi 3b+
From Pi Hole Discourse Here's a benchmark comparing pi-hole running on a Pi Zero (with USB ethernet)...

Francesco NapoletanoHow to write a microservice in Go with Go kit
How to write a microservice in Go with Go kit

George CalianuServer side application skeleton for Go language
Writing web application in Go can be pretty hard if you take care about login process wich include si...

xuriExcelize 2.0.0 Released
Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

Ball Weera KasetsinGo Package (Structure) Design
this post explains how to design the Go package

Antonio SánchezThe power of defer in Go: on entry
How to use the defer function in Golang to execute code at the beginning and the end of any function.

Arseny ZinchenkoGolang: pointers – detailed overview
What is the pointer? Shortly, the pointer is a variable which stores an address of another variable...

MartinStop panic-ing ! Start debugging 10x faster with static analysis
Golang hackable package that uses stack trace and static analysis to show you where your code fails

Girish KoundinyaIntroduction to Gomobile
This post was originally published in blog.koundinya.xyz When someone reads about the Go programming...

Charles OuelletBlazing Fast JAMstack E-Commerce w/ Hugo, Forestry & Netlify
Working in this field, I often have developer friends reach out to me with questions about e-commer...

Yuen Ying KitHandling HTTP request in Go Echo framework (2)
An example demonstrating HTTP POST request in Go Echo framework.

Krishna Tej ChalamalasettyGo Lang Installation
Prerequisutes go supports a wide range of operating systems. There are two ways go can...

Jay R. WrenGetting started on bigger projects with Go
intermediate go