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

charly3pinsI generated my CV using Go templates
Introduction If you need to present any kind of data in a structured and formatted way you...

Robby AuziqniLeetcode - Palindrome Number (Go)
This post is the first in a series of Golang-based answers to some code challenges on Leetcode....

Nenba JonathanWhat is ULID and why should you start using it?
A brief overview of ULID and how to use it.

1amkaiz3nCreating a Calculator with Golang
Creating a Calculator with Golang In this tutorial, we'll guide you through creating a simple...

1amkaiz3nHow to Hosting a Golang Project on Railway
Hosting a Golang Project on Railway Railway is a powerful platform for hosting and...

Marcus KohlbergHow to build a Slack Bot in Go
🚀 Need a Slack bot but don't want to waste time? You've come to the right place! In this tutorial...

SenseiMastering Golang Statements: Unknown to Expert
Introduction In Go programming, The statements are the voice of your code. They serve as...

Aceld16. Online Location Information Synchronization
[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Kashif SoofiIntegration Test MySQL Store (Go)
This is a continuation of an earlier post REST API with Go, Chi, MySQL and sqlx. In this tutorial I...

JackTTMaking Dynamic Website Thumbnail
Look at this article's thumbnail; it's generated dynamically when this post receives new reactions or...

Gernot GlaweStop LLM/GenAI hallucination fast: Serverless Kendra RAG with GO
RAG is a way to approach the "hallucination" problem with LLM: A contextual reference increases the...

vasanthkumarVariables, types and Keywords in go
In the blog, I want to look into variables, basic types, keywords and control structures of our go...

Honeybadger StaffError handling in Go: defer, panic, and recover
This article was originally written by Salem Olorundare on the Honeybadger Developer Blog. In this...

1amkaiz3nBuilding telegoGPT: A Telegram Bot powered by ChatGPT API using Golang
Hello, Dev Community! 👋 In this article, I'd like to introduce you to telegoGPT, a Telegram bot I...

John McBrideHow we made our Go microservice 24x faster
Using Postgres batching strategies for extreme optimization in Go services

Amal ShajiGenerating migrations for gorm with Atlas
For those unfamiliar with gorm, it is the most popular orm for Go, which lets you define Go structs...