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

Vic Shóstak📖 Go Fiber by Examples: Testing the application
Introduction Hey, DEV friends! 👋 Today I'm going to share with you another chapter from...

Karan Kumar RPC Implementation in Go
What is RPC? RPC (Remote Procedure Call) is an inter-process communication that exchanges...

Faruq AbdulsalamBuild a simple guessing game in Golang.
A complete beginner’s guide Concept The player will guess a number between 0...

kennethnnahPointers in Golang
The concept of pointers in golang is one fundamental topic that should be taken very seriously hence...

Vic Shóstak📖 Go Fiber by Examples: Delving into built-in functions
Introduction Hey, DEV friends! 👋 As promised in last week's post, today I've posted the...

Umesh ChaudharyBlog Project with Go, Gin, MySQL and Docker - Part 3
We have left off part 2 by creating the blog apis. In this article we will design the User struct and...

Meat BoyState of Go / Golang in 2021
What is the state of Go in 2021 in your opinion? Is it worth learning or write applications? The...

RajkumarPractical guide to parsing your Date and Time in Go
Often we find ourselves with a Date Time that is not in some standard format. This is where we...

Mario CarrionLearning Go: Context package
Back in August 2016 Go 1.7 was released, it included among other things a new package called context....

Petr RazumovInteractive CLI prompts in Go
Tidal Migrations 💓 CLI applications Do you like CLI applications? We love them! At Tidal...

Aurélie VacheLearning Go by examples: part 6 - Create a gRPC app in Go
Serie of article in order to learn Golang language by concrete applications as example

SagarTrimukheGenerate YAML files in Golang.
This is post is about converting go struct/map into a yaml using this amazing go package go-yaml We...

Jeff LindsayMaking programs interact using qtalk
qtalk-go is a versatile IPC/RPC library for Go

TigorGo: Creating Custom Error Wrapper and Do Proper Error Equality Check
Preface Custom error wrapping is a way to bring information or context to top level...

ShannonTesting Vault in Go
Recently, I wrote some code for a CLI that reads all the secrets in a Vault path, and I went down the...

Azeez LukmanExploring the Go fmt package
fmt is pronounced “fumpt” is one of Go’s core packages. It's mainly used for printing information to...