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

Marcus KohlbergCreate an AI Voice Generator App in 5 minutes with Encore 🧠✨
TL;DR This guide shows you how to build a web app in Go that uses ElevenLabs generative...

Marlo HenriqueEntendendo as métricas do K6 - Parte 2
Na primeira parte desta serie de publicações, exploramos as métricas default geradas pelo K6. Nesse...

Rak Diving into CORS with Nitric in GO
Understanding CORS Middleware in Web Applications CORS, or Cross-Origin Resource Sharing, is a...

Sean CallawayGrogue: A Roguelike Tutorial in Go (Part 2)
Adding entities and the map

Jonathan HallI'm going back to school, Live
I’m going back to school. And you’re invited along. Specifically, I’m preparing to go through...

Marcus KohlbergBuild a GraphQL API and deploy it in minutes with Encore 🚀
TL;DR This guide shows how to build a GraphQL API with Encore. It implements a backend for...

Hamed NaeemaeiGolang Web API: Project configuration management using Viper
In this section, I create separate config files (yaml) for the development environment and docker...

TedHow to read a function's Stdout logs in Go tests
Being able to read the output of a function can be useful to read some good your tests are failing....

St. BIterium - Generic Channel-based Iterators for Golang
The Iterium package is a powerful toolkit for creating and manipulating generic iterators in Golang....

Marcus KohlbergBuild a Type-Safe Web App with Encore + Next.js
This is a quick guide to creating and deploying an Encore + Next.js web app. 🌟 It's a great way to...

rsteubePuking Rainbows
Shells support colored output. Some do so also during tab completion. It can provide extra context...

Simon MartyrToo Good To Go Go
In my previous article I created a command line version of one of my favourite mobile application,...

luxionA login authentication Golang library
Token-Go https://github.com/weloe/token-go This library focuses on solving login...

Alexey ShevelyovAchieving High-Level Atomic Operations in Go
Achieving High-Level Atomic Operations in Go Go offers first-class support for...

Kashif SoofiIntegration Test SQL Server Store with testcontainers-go
This is a continuation of an earlier post Integration Test SQL Server Store (go). In this tutorial I...

Rak Process events once, (pub/sub) using Nitric in GO
The Idempotent Consumer pattern is essential for handling duplicate messages in microservices,...