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

newtonIntegrando um BFF Rest com um microsserviço via gRPC
Informações iniciais Neste texto, abordaremos o gRPC e como integrá-lo em uma arquitetura...

Go concurrency simplified. Part 1: Channels and goroutines
Christmas season is around the corner, that's why another evening I was standing in a long queue at...

MWat if... ?
Imagine if each 'package' in our code acted as an independent Microservice. Consider the classic...

Nandani SharmaGolang: 14 Shorthand Tricks You Might Not Know!
In the dynamic world of programming, Golang, or Go, has emerged as a versatile and efficient...

SnykSecSecure password hashing in Go
Secure password hashing in Go

Chinonso AmadiImproving Compiler Performance with Profile Guided Optimization
Since the rise of compilers, building software has been an ever evolving journey. Developers have to...

Chase FlemingBuilding a Go Static Site Generator Using elem-go and goldmark
In this tutorial, we'll build a static site generator using elem-go for HTML templating and goldmark...

Abhishek GuptaUsing IAM authentication for Redis on AWS
How to securely connect your Go applications to Amazon MemoryDB (or ElastiCache) for Redis using...

Steven SklarHow I Built a Terminal UI to Display K8s Operator Metrics
Examining the Prometheus metrics that are exported by your Kubernetes operator is a powerful debugging method. I've written a small application to ingest and display these metrics in the terminal. Here's a breakdown of how I did it!

JoanAnnouncing the release of the Xata Go SDK
Earlier this year we shared a community spotlight focused on a Go SDK developed by a dedicated...

Wiliam V. JoaquimAPI completa em Golang - Parte 2
O que vamos fazer? Na parte 2 do nosso crud, vamos configurar nosso banco de dados com...

Daniel G. TaylorAPIs in Go with Huma 2.0
A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Go backed...

Marcus KohlbergBuilding a web app backend in Go (with PostgreSQL database) in <100 lines
TL;DR 💡 In this guide we will create and deploy a Go backend in less than 100 lines of...

Gabriel LemireType-safe Data Access in Go using Prisma and sqlc
I recently started a new project in Go where I needed a database. It was an opportunity to select a...

Nik L.Using Golang + Gomobile To Build Android Application (with code)
Thought of delving more in Go, after these articles: Using Golang to Build a Real-Time...

Davide ImolaLevel UP your RDBMS Productivity in GO
IMPORTANT: All the things in this article are highly opinionated, and they are not a standard. I'm...