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

Tomas Francisco LingottiJWT y Golang
Bien sabemos lo complicado que es cubrir el 100% de los casos de uso cuando hablamos de registro de...

Alkesh GhorpadeLeetCode - Evaluate Reverse Polish Notation
LeetCode - evaluate the value of an arithmetic expression in Reverse Polish Notation in C++, Golang, and Javascript.

Ezeana MichealListing techproclub to hacktoberfest
Introduction. It's that season again when open source projects and communities are at their peak....
![[Go] Try PBKDF2 implementation](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
Masui Masanori[Go] Try PBKDF2 implementation
Intro This time, I will try implementing a function for PBKDF2. Last time when I tried...

David GeeAWS Lambda in Go, running locally with SAM and Docker
Serverless is game changing. Nuff said. For the sake of argument, serverless is everything I don’t...

Juan VegaA golang library to retry operations with exponential backoff
I have created go-again, a small library to retry operations using different timing algorithms. By...

Sofia TarhonskaSend Emails with Gmail API
Gmail is one of the most popular email services so far, and you will very probably want to use it as...

Xiao LingHow to Build Golang Barcode QR Code Reader with Dynamsoft C++ Barcode SDK
In the world of software development, integrating powerful third-party libraries into new or existing...

Ushakov MichaelFerrum is a NextGen Auth Server (almost)
Authorization and Why we created Ferrum project Nowadays, almost all distributed, web or...

Chiranjeevi TirunagariGo - Defer, Panic and Recover
Introduction With the previous part (6), we finished basics in Go. Most of the topics...

Steve LaytonAttempting to Learn Go - Ghost to Hugo 3
Intro We’re back once again to continue our work on the ghost2hugo prototype. So far we...

Chris NoringGo from the beginning - arrays and slices
In this article, we'll look at arrays and slices.

Ryo YamaokaMultiple error handling in Go
Introducing Go's error handling techniques.

ToulGoLang, Svelte, and Wails 2.0: Cross Platform Desktops just got even easier
Intro In the past building, a desktop app required you to learn a completely different...

Ulrich WakeBe careful when working with Slice in Go
Go has array and slice data structure. Both of them are used to store sequence element with the same...

Arthur ChristophGo Series: Variable Declaration Best Practices & Gotchas
Declaring variables To declare a variable in go, you can either: Declare...