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

Things I like about Go
webdev2024-02-10
Aarav SibbalAarav Sibbal

Things I like about Go

Intro I recently learned Go with the help of a book called "Let's Go" by Alex Edward. The...

Dive into Web RTC or write SFU on your own
go2024-02-09
the_Aristothe_Aristo

Dive into Web RTC or write SFU on your own

WebRTC is a browser technology designed to transfer streaming data between browsers or applications...

Golang's Attack On Memory (Go1.22 Update Issue)
go2024-02-10
Chig BeefChig Beef

Golang's Attack On Memory (Go1.22 Update Issue)

Preface A new version of Go was recently released, Go 1.22. In this update, an...

Terraform drift detection and remediation - a primer
opensource2024-02-08
Utpal NadigerUtpal Nadiger

Terraform drift detection and remediation - a primer

We know Terraform/OpenTofu is the most widely used IaC tool for automating and managing cloud...

The developer's guide to Kubernetes Operators
kubernetes2024-02-08
Tomer FigenblatTomer Figenblat

The developer's guide to Kubernetes Operators

Kubernetes Operators are constructed from different parts and components. This cross-referenced guide...

I have optimized my work with text-to-SQL translator improved with vector search
ai2024-02-05
Zakhar SmirnoffZakhar Smirnoff

I have optimized my work with text-to-SQL translator improved with vector search

Intro I have always struggled with SQL syntax. Well, not exactly struggled, it's pretty...

Run and test DynamoDB applications locally using Docker and Testcontainers
docker2024-02-07
Abhishek GuptaAbhishek Gupta

Run and test DynamoDB applications locally using Docker and Testcontainers

Use the DynamoDB Local Testcontainers module for your Go applications! DynamoDB Local is a version...

How to write integration tests in Go apps
go2024-02-07
MBVMBV

How to write integration tests in Go apps

Picture this: you've just left Node for the promised land of Go. You've learned about composition,...

Ankaran, Level 1 (Cosplore3D Pt:7)
go2024-02-08
Chig BeefChig Beef

Ankaran, Level 1 (Cosplore3D Pt:7)

Intro This is a new series following Cosplore3D, a raycaster game to learn 3D graphics....

A practical approach to structuring Golang apps
go2024-02-07
MBVMBV

A practical approach to structuring Golang apps

2022 update. At the time of writing this update, it's been over a year since I published this...

Reducing Go Dependencies
go2024-02-07
Daniel G. TaylorDaniel G. Taylor

Reducing Go Dependencies

A case study of dependency reduction in Huma. Intro This article is a practical look at...

Using Pub/Sub for event-driven Go backends
go2024-02-16
Marcus KohlbergMarcus Kohlberg

Using Pub/Sub for event-driven Go backends

Pub/Sub is a powerful building block in a backend application. It's often used for building...

Autenticação com Golang e AWS Cognito
go2024-02-05
Wiliam V. JoaquimWiliam V. Joaquim

Autenticação com Golang e AWS Cognito

O que é o cognito? A parte de autenticação de uma aplicação é algo muito importante do...

Go 1.22 e o novo router HTTP
go2024-02-07
Igor MeloIgor Melo

Go 1.22 e o novo router HTTP

Introdução O http.ServeMux do Go ganhou novas features muito aguardadas pelos...

Colors, Images, Graphics (Cosplore3D Pt:6)
go2024-02-07
Chig BeefChig Beef

Colors, Images, Graphics (Cosplore3D Pt:6)

Intro This is a new series following Cosplore3D, a raycaster game to learn 3D graphics....

Building Web Apps with React, WebAssembly, and Go
react2024-02-06
Akshay SAkshay S

Building Web Apps with React, WebAssembly, and Go

Introduction Hey folks! Welcome to this blog where we'll delve into the fascinating world...