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

Miftahul ArifinHow to Build API with Go and QuestDB
QuestDB is a relational column-oriented database designed for time series and event data. It uses SQL...

Wesley PowellFollow Up: Establishing A Better Pattern
Takeaways Errors as uint64 for better performance Use enums to define error cases By...

sonu sharmaHow to use Redis pub/sub to handle socket.io sessions across multiple instances ?
When we use socket.io we are generally trying to publish messages to all the collaborators of the...

Ege AytinRelational Based Access Control Models
Relational based access control has gained its popularity over years among startups to large...

Matt AngelosantoBuilding a full-stack app with Bud and Go
Written by Alex Merced✏️ Full-stack frameworks come in many shapes and sizes, but they often come in...

Alkesh GhorpadeLeetCode - Combination Sum IV
LeetCode - return the number of possible combinations that add up to the target using C++, Golang, and Javascript.

Chiranjeevi TirunagariGo - Maps and Structs
Introduction Welcome back to the Part - 6 of the Go series. In the last one, we saw two of...

MELVIN GEORGEHow to create a copy of an array in Go or Golang?
Originally posted here! To create a copy of an array in Go or golang, we can simply assign the array...

Tanikonda RamakrishnaHow to send json data from go to dart
package main import "C" import "fmt" type userStruct struct { name string age ...

Dario CastañéA portal between Ruby and Go (using FFI)
How to integrate Go code in Ruby

vinayLinearSearch Golang
package main import ( "fmt" "strconv" ) func LinearSearch(a []int, k int) string { i...

Shubham SethiStrategy Pattern in Go
Imagine you have to build a program that simulates birds. There can be different type of birds with...

Mathias JiyaTelegram bot with Golang and Mongodb
So over the weekend I was working on a telegram bot whose task is to manage a particular telegram...

Mohammad Reza KarimiHow to make a simple interactive shell in Go
What is more exciting than making real-world applications? 🤔 for me, it's teaching people how to make...

Jacob KimListening to Multiple Channels in Go
Welcome back to the series! Today we will look at ways to listen to multiple channels at once. The...

Cody PotterThe case for `self` receivers in Go
Ok ok, hear me out. I know you're already lighting torches and sharpening your pitchforks (Side note:...