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

luthfisauqi17Increase Your Productivity With Dummy Data Generator in Golang
Lately, I have been building a few “fun” projects using Go programming language. A productivity...

Kevin NielsenHow to host your own CDN for free in less than 10 minutes
github.com/kevinanielsen/go-fast-cdn recently reached version 0.1.0 and I thought a great way to...

Wiliam V. JoaquimAPI completa em Golang - Parte 3
O que vamos fazer? Na parte 3 do nosso crud, vamos configurar nosso dto para realizar as...

Marcus KohlbergDeploying a Go backend to Kubernetes with Automatic Cluster Provisioning
✨ Today we'll walk through how to automatically provision a Kubernetes cluster and deploy a Go...
![[Go Tour ] 2. Optimize Dockerfile](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpr3p8h2fytidejmcmkuq.png)
Thao Nguyen[Go Tour ] 2. Optimize Dockerfile
Simple Dockerfile FROM golang:1.21.3-alpine WORKDIR /app COPY . . RUN go build -v...

Matheus MinaIntrodução a templating em Go
Você também pode ler esse post no meu blog Computadores e linguagens de programação surgiram para...

Gabriel LemireUnit of Work pattern in Go
I recently started a new Web project in Go. I'm pretty new to the Go ecosystem, so I'm still...

Go concurrency simplified. Part 3: Managing channels with `for` loops and `select` statements
Hello there! I feel like I got my covid under control and will be back to daily life soon. In the...

luthfisauqi17Golang's Unique Way to Parse String to Time
Before I jump into explanation on how to parse string to time in Golang, let me show you a snippet...

MBuild tiny docker container for go app using multi-stage Dockerfile
Use latest version of golang as builder container FROM golang:1.21-alpine as builder Enter...

Arya PrakasaThe Trade-Offs of Optimizing and Compressing Go Binaries
Binary optimization is an art that strikes a balance between performance gains and potential...

Mark PhelpsHarnessing the Power of Testcontainers for Robust Testing in Go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based...
![[TechStory]: How to add distributed tracing using Jaeger and OpenTelemetry into a Golang application](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl1f92y5bcblxsia4mg9l.png)
Mohammad Reza Karimi[TechStory]: How to add distributed tracing using Jaeger and OpenTelemetry into a Golang application
I recently had a tough time adding distributed tracing to our services using OpenTelemetry, Although...

Kamalesh-SeerviReal-Time Trading App: Golang, Kafka, Websockets — Intro & Setup (PART-1)
Real-Time Trading App: Golang, Kafka, Websockets — Intro & Setup...

LucianIntroduce a simple reminder bot
👋 Hi guys, Comes from the need for a bot to remind the team of some tasks. I have developed a...

LucianA Tutorial for building an admin tool using Golang and React Admin?
Hi everyone, In this tutorial, we will explore the process of building an admin tool using Golang as...