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

Monitoring a Golang application with Supervisor
Dear reader… If you are reading this post a few years after his publication date you must understand...

Continuous integration in projects using monorepo
At the beginning of every project, we have to commit to some important decisions. Among the correct...

Golang: using build tags to store configurations
One of the 12 factor, a methodology for building software-as-a-service apps, is: Store config in...

zabio3Dockerfile lint tool using moby buildkit parser
Dockerfile linter, written in Golang

Steve LaytonInteracting with the Dev.to Article API - Again Sort Of
A couple of small tweaks on our previous Dev.to API code.

Jon CalhounTesting is Not for Beginners
Everyone keeps saying you should be testing, but are they right? In this article we discuss the downsides to trying to learn testing too early and how it can negatively affect your ability to learn to code.

Aaron SchlesingerFunctional Programming in Go With dcode
Back in 2017, I gave a talk at GopherCon about doing functional programming with Go. I went up on sta...

Steve LaytonInteracting with the Dev.to Article API
Let's take a journey into pulling articles from the Dev.to article API.

Santhosh KumarGolang server load
I want to calculate number of requests per second (server load) of my application in golang can you...

Waldemar QuevedoGo’s map iteration order is not that random?
About the randomness of Go's map iteration

Ishan KhareLet's implement a hashtable
How hashmaps are implemented?

EndaA no-nonsense guide to environment variables in Go
A no-nonsense guide configuring your Go application using environment variables

Antonio SánchezFrom PHP to Go: the isset function
The alternative to isset PHP function in Go: how to check if a variable exists and it is not null

Ian KnightonDeploying a Microservice on Azure Kubernetes (with Let's Encrypt)
I recently had to struggle through this at work and I wanted to share my documentation in case it can help someone in the future.

Taylor SilvaThe Learning Test
I'm reading TDD By Example by Kent Beck right now and one of the Red Bar Patterns really resonated wi...

ChenGo's method receiver: Pointer vs Value
Go pointer vs value receiver