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

Aceld(Part 3)Golang Framework Hands-on - KisFlow Stream Computing Framework- Data Stream
Github: https://github.com/aceld/kis-flow Document:...

Santosh AnandImplementing the repository pattern in Go with both in-memory and MySQL repositories
- We define the User struct representing a user entity. - We define the UserRepository interface...

Doug BridgensCreate GPS Test Data In Go
Many of the functions I'm working on consume arrays of points (GPS tracks) []float64{lng,lat} on...

gvisonGin + Gorm Practical Guide, Implementing a Simple Q&A Community Backend Service in One Hour
Q&A communities are a common type of social application that allows users to post questions,...

Santosh AnandWrite a Simple blockchain in Golang
Creating a full blockchain implementation in Golang can be quite complex, but here are some basic...

Sergio MatoneBuilt-in min() and max() methods in Go 1.21
I recently realized that in Go 1.21 the built-in methods min() and max() where introduced, which...

huizhou92Go program pattern 02: Implementing Class Inheritance and Method Overriding through Composition
In the previous tutorial, I have already introduced that Go language, unlike object-oriented...

Santosh AnandRead csv file using Golang
To read a CSV file in Go, you can use the encoding/csv package, which provides functionalities to...

huizhou92Go program pattern 01: Functional Options Pattern
Go is not a fully object-oriented language, and some object-oriented patterns are not well-suited for...

Baalateja KataruExploring Numeric Data Types in Rust and Go
Introduction The comprehensive yet strict static type systems provided by Rust and Go,...

OrololuwaSetting up a Database Driver, Repository and Implementation of a transaction function for your Go App
Overview Databases are the foundation for building any app as it stores the data for...

Santosh AnandMastering Concurrency in Go: A Comprehensive Guide
Introduction: Concurrency lies at the heart of Go programming, empowering developers to...

Aceld(Part 2.2)Golang Framework Hands-on - KisFlow Stream Computing Framework - Project Construction / Basic Modules
Github: https://github.com/aceld/kis-flow Document:...

Edson CostaDesenvolvendo um Bot do Telegram em Golang para Buscar Eventos da Comunidade Devs Norte no Sympla
Este é um guia de como cria um bot para Telegram capaz de buscar e exibir eventos da Comunidade Devs...

tosynthegeekExploring ZKSync: A Journey through ZKSync with the Golang SDK
Introduction: Zero Knowledge Rollups & zkSync Zero Knowledge Rolups: A Quick Overview zkSync:...

seanUpload and Delete file from Amazon S3 Bucket in Go using Presigned URLs
Introduction This article will demonstrate how to securely upload and delete files from...