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

Kshitij (kd)Abstract to Go: Quad Trees
While going through important concepts for system design interviews, I came across quad trees, a data...

Georgios KampitakisHTTP Connection churn in GO
In this post, we are going to have a look at What is connection churn Common causes for connection...

Mateus ViníciusNão use funções puras com Go
Um mantra muito comum no mundo do desenvolvimento é que funções puras são sempre melhores, mas isso...

nchikasimple markdown builder in golang
Do you like text/template? When you need to dynamically generate Markdown, which method do...

New in Go 1.21: Toolchains
The version 1.21 of the language implemented an essential new feature. According to the...

Marcus KohlbergBuild an Event-Driven Uptime Monitor in Go 🚀
TL;DR This guide shows you how to build an uptime monitoring tool using Go and Encore. Get...

NaveenKumar Namachivayam ⚡Browser Performance Testing using k6
In this blog post you will learn how to get started with browser performance testing using k6....

aaronkaoInfrastructure as Code best practices
We frequently get questions from our users on what are some of the best practices for infrastructure...

motemenLocating failing test cases in table-driven tests in Go
In Go, table-driven testing is widely known as a good practice to follow. Dividing behaviors and...

Abhishek GuptaServerless Image Generation Application Using Generative AI on AWS
Use Amazon Bedrock to build an image generation solution in Go and deploy it using AWS CDK. Whether...

Marcus Kohlberg🤔What to expect from a Backend Development Platform
Encore simplifies your backend development workflow to make development easier and faster. ...

MarcellohSolve code complexity (in Go) Part 1
Looking for maintainable software?

Kshitij (kd)Resilient Systems using Go: Semaphores
Previously, we talked about retry mechanism and circuit-breaker, two resiliency techniques, and what...

Vic Shóstak💡 An important addition on deploying a Go application in Docker, if net/http is used
Hey, everybody! 🙌 This is a short note article that I can't help but share with the community, as I...

Ege AytinWebAssembly with Go: Taking Web Apps to the Next Level
Author: Tolga Ozen Introduction You might've noticed the increasing chatter around...

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...