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

DeeshathREST API using GO(gin) & Mongo
In this blog, we will be building a RESTful API server with two endpoints. The example project will...

JackTTKafka dump: backup, restore, stream,...
Source code Kafka dump Kafka data backup Kafka dump is a tool to back up and...

atanda nafiuBeginner's Guide to RPC in Golang: Understanding the Basics
In the Information Exchange Model, the client sends a request, and the server responds to the client....

Dsysd DevExploring Generics in Go: A Basic Guide
Go is a statically typed language known for its simplicity and efficiency. However, one feature that...

Alkesh GhorpadeMaximum Gap
Given an integer array nums return the maximum difference between two successive elements in its sorted form

Tomer GreenwaldWho moved my error codes? Adding error types to your GoLang GraphQL Server
A few months ago, we at Otterize went on a journey to migrate many of our APIs, including the ones...

Divyanshu ShekharGolang Generics
The wait is finally over as Go has introduced its much-anticipated feature, Golang Generics, with the...

Gustavo CastilloServer-Sent Events in Go: An efficient real-time communication alternative
In today's software engineering landscape, real-time communication plays a crucial role in many modern applications.

Kashif SoofiREST API with Go, Chi, MySQL and sqlx
This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial...

Jonathan HallGo Constants can't overflow
Did you know that constants in Go can't overflow? Quoting the Go spec: Numeric constants represent...

kingkunte_GO Modules: A Beginner’s Guide to Migrating to Go Modules
You may have heard of Go modules if you're a Go developer. They are a way of managing external...

JackTTPlugin in Golang
Golang plugin implementation This repository explores the plugin feature introduced in Go...

JackTTExploring some Powerful Features of Golang
Table of content Goroutines Channel Buffered Channel Defer Select Plugin Binary...

Benson MachariaRole-based Access Control in Golang with jwt-go
As a security engineer, what's the first thing you check when testing a web or mobile application?...

Meet Rajesh GorGolang: Date and Time
Introduction In the 28th post of the series, I will be exploring date and time handling in...

prakash chokalingamEnvoy External Authorization with Golang GRPC service
A guide to connect a GRPC-based Golang service using the Envoy external auth filter