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

The Easiest Way to Create a REST API With Go
go2023-12-03
Calvin McLeanCalvin McLean

The Easiest Way to Create a REST API With Go

Use babyapi for the fastest path to a REST API with storage and CLI

Using Go to check for proxy and VPN with IP2Location.io geolocation API
go2023-12-06
IP2LocationIP2Location

Using Go to check for proxy and VPN with IP2Location.io geolocation API

Intro Go or Golang, is an open-source programming language created by Google. If you are...

Go deadlock detection: delock library
go2023-12-05
Iñigo EtxanizIñigo Etxaniz

Go deadlock detection: delock library

Introduction In the Go programming world, managing concurrency is a part of everyday life....

Building an event-driven system in Go using Pub/Sub
go2023-11-30
Marcus KohlbergMarcus Kohlberg

Building an event-driven system in Go using Pub/Sub

Using Publishers & Subscribers (Pub/Sub) is a powerful building block in a backend application....

Easily build a simple and reliable ordering system in an hour using go efficiency tools
go2023-12-05
gvisongvison

Easily build a simple and reliable ordering system in an hour using go efficiency tools

Order System Introduction The order system is the core system of a trading platform,...

How to reverse proxy the WebSocket protocol
webdev2023-12-04
LorainLorain

How to reverse proxy the WebSocket protocol

Introduction The article will introduce how to reverse proxy the WebSocket...

Como fazer Deploy de uma Aplicação Golang no Windows Server?
go2023-12-04
Ortiz de Arcanjo António DavidOrtiz de Arcanjo António David

Como fazer Deploy de uma Aplicação Golang no Windows Server?

1. Preparar o Ambiente (Cliente e Servidor) Servidor Endereço IP do Servidor:...

Go: Criando um cache em memória com map, mutex e generics
go2023-12-03
Igor MeloIgor Melo

Go: Criando um cache em memória com map, mutex e generics

1. Introdução Nesse artigo vamos desenvolver um cache chave-valor na memória do processo...

Go value/reference types
go2023-12-03
art3xias23art3xias23

Go value/reference types

In go we have several types, most common are: Numeric Types: int (platform-dependent signed...

Best handy and powerful go-libs
programming2023-12-03
MahesMahes

Best handy and powerful go-libs

Hi everyone, my name is Mahes. I've been working on a Golang library repository that compiles a...

API completa em Golang - Parte 1
go2023-12-01
Wiliam V. JoaquimWiliam V. Joaquim

API completa em Golang - Parte 1

Apresentação Estou iniciando uma série de posts onde vamos criar uma API em Go de forma...

Recover in Go. Panic and Recover in Golang
go2023-12-02
Vasyl PominchukVasyl Pominchuk

Recover in Go. Panic and Recover in Golang

Table of contents Difference Between throw/catch in Other Languages Understanding defer()...

Building a Simple TCP Port Scanner in Go
go2023-12-01
Huynh Thanh PhucHuynh Thanh Phuc

Building a Simple TCP Port Scanner in Go

Hey! 🚀 I'm excited to share a simple yet powerful tool I've built using Go - a TCP port scanner....

Building a cloud backend in Go using REST and PostgreSQL
go2023-11-27
Marcus KohlbergMarcus Kohlberg

Building a cloud backend in Go using REST and PostgreSQL

TL;DR 💡This guide shows you how to build and deploy and Go backend for a URL Shortener. It...

Kubernetes(K8s) Autoscaler — a detailed look at the design and implementation of VPA
kubernetes2023-11-30
GreptimeGreptime

Kubernetes(K8s) Autoscaler — a detailed look at the design and implementation of VPA

The Vertical Pod Autoscaler (VPA) is an important part of cluster resource control in Kubernetes...

⚡️Speeding up debugging with local tracing
go2023-11-28
Marcus KohlbergMarcus Kohlberg

⚡️Speeding up debugging with local tracing

🎥 In this video we'll discover the productivity unlocked by having access to distributed tracing when...