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

Ujjawal SrivastavaUnderstanding Interfaces in Go
Let's just get right into it. Understanding Interfaces Think of interfaces as a set of...

Avinash ChodavarapuVariables and Constants: Declaration and Usage
Explanation of how to declare and use variables and constants in Go. Go is a statically...

Chavez HarrisHow to conduct an A/B test experiment in Go using feature flags
When it comes to releasing new features, it is often difficult to anticipate how users will react and...

Meet Rajesh GorGolang: Regex
Introduction In this 26th part of the series, we will be covering the basics of using...

Adams Adebayo Go Beginners Series: Variables, Data Types, and Operators
Variables are one of the most important concepts in programming. There is so little you can do in...

Alex AwesomeRun a Golang, Nginx, and React App in Docker
Did you try to run your Golang, Nginx, and React apps locally and fight compatibility issues? You...

Haile LagiIt's legos all the way down
Introduction Often as folks who create useful software things we tend to think of...

Constantin ClauzelNoUSB.co - yet another file transfer tool, but better... or is it?
credits: https://xkcd.com/ Yes, another one 🤣 So here we are, there's like 50 different...

Jeffrey BoisvertLet's Build a Go CLI Business Card
Seems every developer is trying to find a clever way to get noticed. And in doing so you may stumble...

Andrés Barón Sandoval.Finding strongly connected components (SCC) in directed graphs: Kosaraju-Sharir vs Tarjan’s algorithm in Go
Graphs are non-linear data structures in which a problem is represented as a network by connecting...

João ReisBinance Server Location Test
Was doing some tests with Binance API and since the server location it's not public, I tried to rent...

Javad Rajabzadeh🚀 Package Zapper (write logs but easier)
Wrapping the zap log uber in the zapper package makes it easy to use zap to write logs to varianty...

Darpan VithaniWhat is Concurrency in Golang — Key Terms and Examples
When we search term concurrency in Golang, we come around mainly to the goroutines and channels....

Adams Adebayo Go Beginners Series: Introduction, Installation, and Setting Up Go Environment
Golang, commonly known as Go, is an open-source, high-level, compiled, and statically typed language...

digitebsValid Anagram LeetCode 242
A post by digitebs

Chavez HarrisHow to use feature flags in Go
Before feature flags, releasing a new feature would require taking your application offline to make...