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

Liz Fong-JonesYear of ARM64 on the desktop
After getting my first exposure to aarch64/ARMv8/ARM64 at work the past few weeks, I'm curious to not...

BenGo Big O
An introduction into the topic of time and space complexity analysis with Big O based on the Go programming language

Lane WagnerWrapping Errors in Go – How to Handle Nested Errors
"Wrapping Errors in Go – How to Handle Nested Errors" was first published on Boot.dev Errors in Go...

Lei HuangAlgorithms in Go: Length of the Longest Substring
In this post I'll walk through the solution to an algorithms problem. This problem tests on a technique called sliding window.

Jonas BrømsøTIL: Reading benchmark results from Go
wrap your head around Go benchmark results

Jaga santagostinoHow I Start New Go Projects in Seconds
For the past years, I’ve started using more and more golang as a scripting language, and since in t...

Nicola ApicellaInteresting bits - 1
news, tips, articles and papers worth reading

Preslav MihaylovMy Experience with Learning Golang
An overview of my experience using the resources out there for learning Go

RobinMaking Simple Scheduler using Go Routine & Channel
Learn how to schedule an event to be running at specific time Recently Product team in my job requ...

Fabien Herfray🌴🍹 Chill networking for ranting hackers
...Because they say that complaining about the same things connects people. Hi everyone! TLDR: Woul...

Brian Neville-O'NeillFunctional programming in Go
Written by Michiel Mulders✏️ Why would you practice functional programming with Go? To put it...

Python64Go functions
A function is a basic code block that is used to perform a task. The Go language has at least one ma...

Enes ÇakırUse Emojis in Go
emoji is a minimalistic emoji package for Go. It makes emoji usage easier. You don't have to remember...

Ruben SanchezDo you love web scraping with Scrapy? Then check Colly for Go
Scrapy is the star of the web scraping world in Python. There are indeed other beautiful libraries ou...

Steven VictorUsing Domain-Driven Design(DDD)in Golang
This is a DDD sample code

Nicola ApicellaLinux terminals, tty, pty and shell - part 2
Demystifying Linux terminals