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

xuriExcelize 2.8.0 Released - Powerful open-source library for spreadsheet (Excel) document
Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

Kaike CastroComo criar um Filtro no Amazon SNS para enviar um evento específico para o Amazon SQS
Olá, pessoal! Hoje vamos explorar uma solução interessante utilizando os serviços da AWS. Vamos...

Riley SageComplex Data Types in Golang (go)
let's delve into the world of complex data types in Go: 1. Arrays: An array is a...

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

Dsysd DevA great use case of golang channels
In this post we will explore how we can use golang channels for doing a graceful shutdown. In the...

Georgios KampitakisAdvent of Code: Investigating performance improvements in Go
I often enjoy trying to solve previous years' Advent of Code puzzles. If you don't know what Advent...

Saunak SuraniPart 4: Continuous Integration for Confidence: Running Tests in CI with GoLang RestAPI and MariaDB
Continuous Integration (CI) is a development practice that involves automating the testing and...

Riley SagePackages and Import in Go (Golang)
Packages and Import in Go: Imagine you're cooking, and you have different boxes of...

Pedro BertaoGolang 1.21 is here (Part 1)
Golang 1.21 arrived on August 8th with some performance improvements, the addition of native...

Introducing Sailhouse, the easiest way to send events ⛵️
Yes it's out, yes people are using it, but now it's time for it to say hello! 👋 Introducing,...

Riley SageFunctions in Go (Golang)
Let's delve into functions. For simplicity, I will use Go (Golang) as the programming language for...

Hazar nenniMastering Concurrency: Unveiling the Power of Goroutines in Go.
In the realm of programming languages, Go shines as a standout contender when it comes to handling...

Rustem KamalovBest regexp alternative for Go. Benchmarks. Plots.
Introduction "Don't use regular expressions, otherwise you'll have 2 problems instead of...

Augusto SilvaGo! - Dando os primeiros passos com a linguagem Go.
Nesse primeiro artigo, vamos falar sobre a linguagem Go e como dar os primeiros passos. Bom o motivo...

Augusto Silva¡Go! - Tomando los primeros pasos con el lenguaje Go.
En este primer artículo, hablaremos sobre el lenguaje Go y cómo dar los primeros pasos. El motivo de...

Saunak SuraniPart 3: Ensuring Data Integrity: Unit and Integration Testing in GoLang RestAPI with MariaDB
Testing is a critical aspect of software development, ensuring that your application functions as...