• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Increase Your Productivity With Dummy Data Generator in Golang
go2023-12-17
luthfisauqi17luthfisauqi17

Increase Your Productivity With Dummy Data Generator in Golang

Lately, I have been building a few “fun” projects using Go programming language. A productivity...

How to host your own CDN for free in less than 10 minutes
cdn2023-12-16
Kevin NielsenKevin Nielsen

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

API completa em Golang - Parte 3
go2023-12-16
Wiliam V. JoaquimWiliam V. Joaquim

API completa em Golang - Parte 3

O que vamos fazer? Na parte 3 do nosso crud, vamos configurar nosso dto para realizar as...

Deploying a Go backend to Kubernetes with Automatic Cluster Provisioning
go2023-12-14
Marcus KohlbergMarcus Kohlberg

Deploying 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
go2023-12-16
Thao NguyenThao Nguyen

[Go Tour ] 2. Optimize Dockerfile

Simple Dockerfile FROM golang:1.21.3-alpine WORKDIR /app COPY . . RUN go build -v...

Introdução a templating em Go
go2023-12-15
Matheus MinaMatheus Mina

Introdução a templating em Go

Você também pode ler esse post no meu blog Computadores e linguagens de programação surgiram para...

Unit of Work pattern in Go
go2023-12-14
Gabriel LemireGabriel Lemire

Unit 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
go2023-12-14
MykolaMykola

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

Golang's Unique Way to Parse String to Time
go2023-12-14
luthfisauqi17luthfisauqi17

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

Build tiny docker container for go app using multi-stage Dockerfile
docker2023-12-14
MM

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

The Trade-Offs of Optimizing and Compressing Go Binaries
go2023-12-14
Arya PrakasaArya Prakasa

The Trade-Offs of Optimizing and Compressing Go Binaries

Binary optimization is an art that strikes a balance between performance gains and potential...

Harnessing the Power of Testcontainers for Robust Testing in Go
go2023-12-13
Mark PhelpsMark Phelps

Harnessing 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
tracing2023-12-13
Mohammad Reza KarimiMohammad 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...

Real-Time Trading App: Golang, Kafka, Websockets — Intro & Setup (PART-1)
go2023-12-13
Kamalesh-SeerviKamalesh-Seervi

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

Real-Time Trading App: Golang, Kafka, Websockets — Intro & Setup...

Introduce a simple reminder bot
go2023-12-13
LucianLucian

Introduce a simple reminder bot

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

A Tutorial for building an admin tool using Golang and React Admin?
tutorial2023-12-13
LucianLucian

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