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

Understanding the Builder Pattern in Go
webdev2023-08-02
Kittipat.poKittipat.po

Understanding the Builder Pattern in Go

Builder Pattern The Builder Pattern is a creational design pattern that provides an...

Bonzai and how to create a personal CLI to rule them all
go2023-07-31
Cherry RamatisCherry Ramatis

Bonzai and how to create a personal CLI to rule them all

How to human friendly CLIs with tab completion by default using bonzai and golang

Building a Deep Nested CLI Application with Cobra in Golang
go2023-08-02
Frastyawan NymFrastyawan Nym

Building a Deep Nested CLI Application with Cobra in Golang

Continuing my previous article about Cobra , the powerful Golang library for building command-line...

The Basics of Operational Transformation
webdev2023-08-01
Abhinav VermaAbhinav Verma

The Basics of Operational Transformation

Introduction Operational transformation (OT) is a technique for resolving a wide variety...

Monitoring Gin and GORM with OpenTelemetry
monitoring2023-08-01
Vladimir MihailencoVladimir Mihailenco

Monitoring Gin and GORM with OpenTelemetry

Still using Jaeger/Sentry? Uptrace is an OpenTelemetry tracing tool that stores data in extremely...

How to use Weaviate to store OpenAI embedding vectors in a Golang program
vectordatabase2023-08-01
New BingNew Bing

How to use Weaviate to store OpenAI embedding vectors in a Golang program

Recently, I wanted to use the Vector Database to store OpenAI embedding vectors. I've researched a...

How do I run my Go applications in a Serverless way - Part 2
go2023-08-01
Abhishek GuptaAbhishek Gupta

How do I run my Go applications in a Serverless way - Part 2

The first part of this series introduced you to the AWS Lambda Go API Proxy, and how it's...

Criando Testes Unitários em Golang usando a Poke API
go2023-08-01
Kaike CastroKaike Castro

Criando Testes Unitários em Golang usando a Poke API

Olá, pessoal! Hoje vamos aprender como criar testes unitários em Golang utilizando a Poke API como...

Getting Started with Cobra: Creating Multi-Level Command Line Interfaces in Golang
go2023-07-31
Frastyawan NymFrastyawan Nym

Getting Started with Cobra: Creating Multi-Level Command Line Interfaces in Golang

The article delves into the step-by-step process of building a CLI application using Cobra, demonstrating how to structure commands with different levels of hierarchy, and how to organize complex functionalities into nested commands. Readers will gain a comprehensive understanding of how to harness Cobra's capabilities to design robust, deeply nested CLIs, enabling them to create command-line tools that are both intuitive and efficient for end-users.

Golang: Go Routines and WaitGroups
go2023-07-31
Meet Rajesh GorMeet Rajesh Gor

Golang: Go Routines and WaitGroups

Introduction One of the key features that set Go apart from many other languages is its...

Golang Debugging in Visual Studio Code
go2023-07-30
Kittipat.poKittipat.po

Golang Debugging in Visual Studio Code

Introduction 💡 Debugging is an indispensable skill for every software engineer, regardless...

Harnessing the Power of Generics in Go: A Comprehensive Guide - Part I
go2023-07-30
Rahul sawraRahul sawra

Harnessing the Power of Generics in Go: A Comprehensive Guide - Part I

Introduction Go,has gained significant popularity for its simplicity, efficiency, and...

Base128 Algorithm: Tool for Encoding and Decoding text data
programming2023-07-28
Łukasz WójcikŁukasz Wójcik

Base128 Algorithm: Tool for Encoding and Decoding text data

__________ ____ ________ ______ \______ \_____ ______ ____ ...

Gopher Pythonista #1: Moving From Python To Go
go2023-07-27
Piotr TobiaszPiotr Tobiasz

Gopher Pythonista #1: Moving From Python To Go

Throughout my career, I have primarily focused on developing backend systems using Python. Despite...

The Golang Saga: A Coder’s Journey There and Back Again. Part 2: The Data Expedition
tutorial2023-07-27
Olga BraginskayaOlga Braginskaya

The Golang Saga: A Coder’s Journey There and Back Again. Part 2: The Data Expedition

Welcome back to the second part of “The Golang Saga: A Coder’s Journey There and Back Again.” In the...

AWS Lambda replicate RDS snapshot
aws2023-07-28
Watcharin(start)Watcharin(start)

AWS Lambda replicate RDS snapshot

A few days ago, I encountered an issue with AWS RDS services, specifically with SQL server databases...