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

Vignesh MuthukumaranGo Basics
As I continue to explore Go for some side projects, I am familiarizing myself with some of the basic...

Gustavo NicolauIntrodução ao gRPC - Golang
Há algum tempo a arquitetura de API's REST vem dominando o mercado, seja em aplicativos web ou...

Dev NikleshCRUD api with Go Gin framework (production ready)
This is my second post on GO lang with Gin framework and PostgreSQL. Read my first post which takes...

Jaydeep DaveGolang Html tokenizer
Looking for parsing & extracting HTML content in golang as we can simply do in PHP or Js by...

BrianGenerics function as an argument of another function
type genericType Interface{ type1 | type2 | type3 } type genericFn[T genericType](req, resp T)...

Mrityunjaya PrajapatiHow to Install Golang on WSL/WSL2
One of the best feature that Windows 10 or 11 Pro support is WSL or WSL2, using this you can run any...

mstmdevgofs-A cross-platform file synchronization tool out of the box based on golang
Github Repo https://github.com/no-src/gofs Installation The first need Go...
![[Go] Try HMAC-SHA512 implementation](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
Masui Masanori[Go] Try HMAC-SHA512 implementation
Intro This time, I will try implementing HMAC-SHA512. I will use the SHA-512 function what...

SanyuktaAgrawalGotcha while appending to slices in Golang
When you pass a slice to a function and try to change the element of slice, it works. But when you...

Hernan ReyesHow the N+1 query problem can burn your database
Overview Have you ever watched a movie/series or experience your self going to a hotel...

Volker SchukaiHow to increase the version number?
small go program to change versions in a file.

EMQ TechnologiesHow to use MQTT in Golang
Golang is a statically strongly typed, compiled, concurrent, and garbage-collecting programming...

GabeGolang Fasthttp Middleware
I am using FastHttp to implemente Http in go. Most people are using Gorilla Mux, but I decided to try...

Prashant Ghildiyal7 Tools To Make Kubernetes Management Easy
In the emerging Cloud-Native environment, Kubernetes is everywhere without any question. It has...

Maciej BudzyńskiWhich programming language to choose at the beginning, i.e. multi-Hello World
Are you thinking about choosing a programming language? You have no idea which one to choose? Then...

Jacob KimWriting Tests in Go
In today's post, we will be looking into how to write tests in Go. Test-driven development, also...