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

Matheus MinagRPC: what is it? An introduction...
The first time I heard about RPC, I was in a distributed systems class while completing my bachelor's...

Matheus MinagRPC: onde vive? o que come?
A primeira vez que ouvi falar sobre RPC foi em uma aula de sistema distribuídos, ainda quando estava...

remvnWrite raw SQL easier with pgx and sqlc in Go
What is pgx and sqlc? pgx: a robust toolkit and PostgreSQL driver for Golang. This...

Christian MillerLog Streaming - what we got wrong and how we fixed it
Logs, often overlooked and disregarded until you need them! “Wait, what happened? Why did this fail?...

Rafael PaziniDocker BuildX: O Turbo das Builds de Imagens
Docker Buildx é como aquele mecânico especialista que você chama quando quer tunar seu carro para...

Abhishek GuptaUsing AI in your IDE to work with open-source code bases
Let's see how we can add enhancements to the langchaingo project with Amazon Q Developer support in...

Building a Password Manager in Go: Part 2
Welcome back to our journey of building a password manager in Go! In this second installment, we'll...

Tony PujalsCommand-Line Tools with Go: Piping Data
Unix is well-known for advocating the philosophy that commands should do one thing and do it...

Hamza Khan⚡ **Rust vs Node.js vs Go: Performance Comparison for Backend Development** 🏎️
When it comes to backend development, Rust, Node.js, and Go (Golang) are three popular options, each...

FredMy TDD Journey: How It Saved My Go Code (and My Sanity!)
What is it Really? Test Driven Development (TDD) is basically a safety net for your code....

Njokom Alain JuniorHow to start contributing to Utreexo
Have you ever come across an exciting open source project which you would love to make a contribution...

Shih-Chun HuangWin $50 Amazon Gift Card with Instill AI in Hacktoberfest, with the mission of Get Your Data AI-Ready, Flowing, Thinking!
Join us at Instill AI's Hacktoberfest 2024 this October as we build on the success of last year's...

John McBrideTechnical Deep Dive: How We Built the Pizza CLI Using Go and Cobra
Last week, the OpenSauced engineering team released the Pizza CLI, a powerful and composable...

MBVBuilding a Saas in five days
I love myself a good challenge once in a while. Not the cringy kind you find on MrBeast's channel...

J FowlerSending IoT Device Data via MQTT broker.
In a previous post, we showed how to send and receive messages from IoT devices using an MQTT broker....

Pradumna SarafHow to Publish a Golang Package
Publishing a package is a good way to share your tool with the world. Someone can import the package...