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

Luis Gustavo MacedoA Golang bot to count down the best day of your life - the holidays
Returning with my desire to share knowledge and experience, today i will show a very cool project...

Ajeet Singh RainaIs it a good practice to include go.mod file in your Go application?
Including a go.mod file in your Go application is generally considered a good practice. The go mod...

Wang ZuoQueryx: An Open-Source Golang ORM with Automatic Schema Management
Github link: https://github.com/swiftcarrot/queryx Installation: curl -sf...

Inheregookit/goutil - released v0.6.10, an extension library of common Go features
gookit/goutil An extended library of Go's common functionality. Contains: number, string,...

Divyanshu ShekharHow to Sort in Go?
Sorting is a concept that you encounter wherever you go, especially in the world of computer science....

Marlo HenriqueUtilizando módulos do xk6 com k6
O K6 é uma ferramenta que oferece uma série de módulos oficiais de alto desempenho. Esses módulos...

Philip John BasileHarmonizing Go and Rust in a Single Application: A Weird Symbiotic Dance
It's no secret that the world of software development is both vast and diverse, brimming with a...

Michael LevanGetting Started With Go (golang)
As with all programming languages, there’s a plethora of options available to write the software or...

Julien LEICHERContainerizing and deploying a Go application with seelf
Going from a locally running project to a remote deployment available to users can sometimes feel...

Gerasimos (Makis) MaropoulosHow to Use Iris and PostgreSQL for Web Development
Iris is a fast and lightweight web framework for Go that offers a rich set of features and a...
![[Go] How to work with dates in tests](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftwfzrqh35tgk1jyhqi1x.png)
[Go] How to work with dates in tests
Working with dates in any programming language presents some challenges. In this post, I will show...

Avinash ChodavarapuOrganizing Code into Packages and Importing in Go: A Beginner's Guide
In Go, organizing code into packages and importing them is a fundamental concept for writing modular...

Kaike CastroCriando um cluster do Kafka com Docker Compose e desenvolvendo um Consumer e Producer em Golang
Introdução: O Apache Kafka é uma plataforma de streaming distribuída que permite o envio e...

Damian CzajaTransactional outbox pattern example in Golang and MongoDB
For a personal project, I was experimenting with DDD. I was sending domain events through RabbitMQ to...

Ronilson AlvesBuilding a Ethereum wallet watcher using concurrent programming in GoLang
Cover photo by Mika Baumeister / Unsplash In my last article I talked about how simple it is to...

Aceld7. Building Zinx's Read-Write Separation Model
[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...