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

Go Basics: Flow control
go2021-12-09
Abhinav PandeyAbhinav Pandey

Go Basics: Flow control

Flow Control In the last article, we saw how to use functions. We also saw a preview of...

Estructura de proyecto para Go con Arquitecturas Limpias y DDD
go2021-12-09
charly3pinscharly3pins

Estructura de proyecto para Go con Arquitecturas Limpias y DDD

Introducción Durante los últimos 5 años he trabajado a tiempo completo con Go. Algunos de...

Learn WebSocket handshake protocol with gorilla/websocket server
go2021-12-09
Kazuki HigashiguchiKazuki Higashiguchi

Learn WebSocket handshake protocol with gorilla/websocket server

Let's learn the WebSocket protocol with a simple implementation of echo WebSocket server and client...

😌 Peace of mind with GitHub Actions for a project in Go
actionshackathon212021-12-09
Viacheslav PoturaevViacheslav Poturaev

😌 Peace of mind with GitHub Actions for a project in Go

My Workflow Automating simple checks and providing helpful information can make a...

Build Load Balancer in Go
go2021-12-08
b0rb0r

Build Load Balancer in Go

Learn how to build a simple load balancer server in Go. Table of Contents: What is a Load...

Mocking the AWS SDK With Go
mock2021-12-08
Daniel QuackenbushDaniel Quackenbush

Mocking the AWS SDK With Go

Mocking a client library is a common technique when building test-driven development. In golang, this...

Build reverse proxy server in Go
go2021-12-07
b0rb0r

Build reverse proxy server in Go

Learn how to build a simple reverse proxy server in Go. Table of Contents: What is a Proxy...

How decided a value set in Sec-WebSocket-Key/Accept header
webdev2021-12-08
Kazuki HigashiguchiKazuki Higashiguchi

How decided a value set in Sec-WebSocket-Key/Accept header

Key takeaways When WebSocket handshaking, client uses Sec-WebSocket-Key header and server...

🚀 Save Tweets to Notion (w/ context)
go2021-12-08
TnvMadhav⚡TnvMadhav⚡

🚀 Save Tweets to Notion (w/ context)

TLDR; casually surfs twitter... finds a 🔥 thread... it's too long to be read...

Create a Restful API with Golang from scratch
go2021-11-21
Thiago PachecoThiago Pacheco

Create a Restful API with Golang from scratch

Learn how to structure an API with Golang, dockerize it, setup VSCode debugger and improve your knowledge of the language

How to Use Golang’s Generics
go2021-12-06
Lane WagnerLane Wagner

How to Use Golang’s Generics

The post How to Use Golang’s Generics first appeared on Qvault. Generics in Go are just around the...

Go producer-consumer problem
go2021-12-06
Joash XuJoash Xu

Go producer-consumer problem

In the producer-consumer problem, a producer repeatedly generates data and writes it into a buffer....

Learning Go #1
go2021-12-05
MustafaMustafa

Learning Go #1

I am a database engineer for a while. One time I decided to learn Go programming because many of the...

Go: Netflix Conductor Worker
microservices2021-12-05
orkesorkes

Go: Netflix Conductor Worker

What is Conductor Conductor is a Microservices orchestration platform from Netflix,...

Golang: Create Authentication JWT #2
go2021-12-05
ShellReanShellRean

Golang: Create Authentication JWT #2

Write DTO token Create dto to transfer our token, create file token.go save it in...

Building A TCP Bridger Server in Go - Part 1
go2021-12-05
MJ PooladkhayMJ Pooladkhay

Building A TCP Bridger Server in Go - Part 1

What is going on?! I was experimenting on how to transfer data between two clients using a...