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

Reverse a Generic List in golang
go2023-08-21
Dsysd DevDsysd Dev

Reverse a Generic List in golang

In this post we create a simple program to reverse a list, not a specific type of list but a generic...

Introdução ao Step Functions e Exemplo em Golang: Processando Pagamentos de Compras
aws2023-08-21
Kaike CastroKaike Castro

Introdução ao Step Functions e Exemplo em Golang: Processando Pagamentos de Compras

Se você está buscando uma maneira eficiente e escalável de coordenar fluxos de trabalho em suas...

Creating custom directories and files for your Flutter project with Go
go2023-08-20
Adetoba ✨Adetoba ✨

Creating custom directories and files for your Flutter project with Go

As a flutter developer, it can be really cumbersome having to create directories and files for your...

Use of Golang
go2023-08-19
Riley SageRiley Sage

Use of Golang

today i start learning Golang so everyday i will write a blog Go, often referred to as Golang...

Getting Started with Go: A Quick Guide.
programming2023-08-19
Hazar nenniHazar nenni

Getting Started with Go: A Quick Guide.

Go, also known as Golang, is a statically typed, compiled programming language designed for...

My Grades Depend on 2 Weeks of Golang.
go2023-08-20
Chig BeefChig Beef

My Grades Depend on 2 Weeks of Golang.

Introduction I used Golang for my big school project after mere weeks of use and this is...

Implementing Enums in Golang
go2023-08-19
Ankit malikAnkit malik

Implementing Enums in Golang

Introduction Enums, short for enumerations, are a powerful concept in programming that...

When (and more importantly why) are merge commits created?
go2023-08-19
Ayush PoddarAyush Poddar

When (and more importantly why) are merge commits created?

This post is part of my "Shorts" series, where each post is concise and hyper-focused on a single...

Building a Robust Webhook Service with Golang: A Comprehensive Guide
go2023-08-13
Mangabo KolawoleMangabo Kolawole

Building a Robust Webhook Service with Golang: A Comprehensive Guide

Introduction In software engineering, certain concepts like webhooks require careful...

New Golang Error: Final Update
go2023-07-21
Wesley PowellWesley Powell

New Golang Error: Final Update

It has been a while since I last posted about better golang error handling and I thought I would...

Appwrite + Go: Build APIs without technical overhead
go2023-08-18
Demola MalomoDemola Malomo

Appwrite + Go: Build APIs without technical overhead

In every stage of the Sofware Development Lifecycle (SDLC), developers must make strategic decisions...

Build a Credit Card validator using Go
go2023-08-18
ClaudClaud

Build a Credit Card validator using Go

Introduction 🪩 In this tutorial, we will build a credit card validator using Go and the...

Protoc Plugins with Go
go2023-08-18
Homayoon AlimohammadiHomayoon Alimohammadi

Protoc Plugins with Go

In this article we take a look at Protocol Buffers (protobufs) and explore the intricate workings of...

12.Data Transmission Protocol: Protocol Buffers
zinx2023-08-18
AceldAceld

12.Data Transmission Protocol: Protocol Buffers

[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Enhancing gRPC Error Handling in a Microservice Architecture
go2023-08-14
Homayoon AlimohammadiHomayoon Alimohammadi

Enhancing gRPC Error Handling in a Microservice Architecture

Error handling and the way it is done is a crucial part of software engineering. Poorly returned...

Proper HTTP shutdown in Go
go2023-08-15
Momchil AtanasovMomchil Atanasov

Proper HTTP shutdown in Go

Up to this day, I continue to come across code that has problems with shutting down an HTTP server...