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

Awesome top 5 Posts from last week tagged(#go)
go2023-12-13
Srinivas KandukuriSrinivas Kandukuri

Awesome top 5 Posts from last week tagged(#go)

Building a Microservices Cloud Backend using Go and PostgreSQL 😬 Building microservices...

actions-hottest🚀: GitHub Actions for Commenting on Golang Unit Test Results in Pull Requests
go2023-12-02
nchikanchika

actions-hottest🚀: GitHub Actions for Commenting on Golang Unit Test Results in Pull Requests

Make the test results more user-friendly I previously introduced a feature in the...

Building a Type-Safe Go Backend for a React Web App
go2023-12-10
Marcus KohlbergMarcus Kohlberg

Building a Type-Safe Go Backend for a React Web App

In this short guide we'll create and deploy a Go backend for a web app with a React frontend. We'll...

Using Golang and Gin Framework to Build RESTful API - 7 Steps
go2023-12-12
Nik L.Nik L.

Using Golang and Gin Framework to Build RESTful API - 7 Steps

More articles you can read: Using Golang to Build a Real-Time Notification System - A Step-by-Step...

Running WebAssembly code in Go
go2023-12-12
Elton MinettoElton Minetto

Running WebAssembly code in Go

This post is the second part of a series about WebAssembly and Go. In the first post, we saw how to...

Python é fácil. Go é simples. Simples é diferente de fácil
python2023-12-12
Leonardo GregianinLeonardo Gregianin

Python é fácil. Go é simples. Simples é diferente de fácil

Python e Go possuem qualidades distintas que podem se complementar.

How To Create Docker Image For Golang Application
go2023-12-12
luthfisauqi17luthfisauqi17

How To Create Docker Image For Golang Application

Hi all, in this blog I will show you how to build a docker image for your golang application. There...

Go concurrency simplified. Part 2: Syncing goroutines with `sync.WaitGroup`
go2023-12-11
MykolaMykola

Go concurrency simplified. Part 2: Syncing goroutines with `sync.WaitGroup`

Hello there! Despite the beautiful snowy weather outside, I'm at home these days with covid, so I can...

Effective Unit Testing in Golang and Gin based projects
go2023-12-11
Nilesh PrasadNilesh Prasad

Effective Unit Testing in Golang and Gin based projects

Unit testing is a critical part of building robust applications in the world of software development....

Why Go?
go2023-12-06
charly3pinscharly3pins

Why Go?

First contact It's been about 8 years since I started playing with Go. At that moment I...

Go is awesome!
go2023-12-06
KaamkiyaKaamkiya

Go is awesome!

My favorite coding language is Go. Here's why! Statically typed Go is a statically typed...

GO-ing to production with Amazon (AWS) Bedrock RAG Part 1
go2023-12-10
Gernot GlaweGernot Glawe

GO-ing to production with Amazon (AWS) Bedrock RAG Part 1

The way from a cool POC (proof of concept), like a walk in monets garden, to a production-ready...

Read .CSV to get value
go2023-12-10
made suandemade suande

Read .CSV to get value

Read .CSV file by golang. package main import ( "bufio" "fmt" "log" "os" ...

Offline eventually consistent synchronization using CRDTS
webdev2023-12-10
Ersin BuckleyErsin Buckley

Offline eventually consistent synchronization using CRDTS

The 2023 way is to lock your data in a walled garden, keeping it safe and secure in someone else's...

Integrando um BFF Rest com um microsserviço via gRPC
go2023-12-09
newtonnewton

Integrando um BFF Rest com um microsserviço via gRPC

Informações iniciais Neste texto, abordaremos o gRPC e como integrá-lo em uma arquitetura...

Go concurrency simplified. Part 1: Channels and goroutines
go2023-12-08
MykolaMykola

Go concurrency simplified. Part 1: Channels and goroutines

Christmas season is around the corner, that's why another evening I was standing in a long queue at...