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

Process events once, (pub/sub) using Nitric in GO
go2023-10-11
Rak Rak

Process events once, (pub/sub) using Nitric in GO

The Idempotent Consumer pattern is essential for handling duplicate messages in microservices,...

Entendendo as métricas do K6 - Parte 1
k62023-10-12
Marlo HenriqueMarlo Henrique

Entendendo as métricas do K6 - Parte 1

Um dos principais objetivos quando realizamos um teste de performance é obter indicadores e métricas...

Secure Upload URLs Buckets with Nitric in Go
go2023-10-11
Rak Rak

Secure Upload URLs Buckets with Nitric in Go

Creating a secure method for users to upload files directly to an S3 bucket is a common requirement...

Grogue: A Roguelike Tutorial in Go (Part 1)
go2023-10-10
Sean CallawaySean Callaway

Grogue: A Roguelike Tutorial in Go (Part 1)

Drawing on the Screen

Dockerizing Golang CLI Tool - A Step-by-Step Guide
go2023-10-11
Siddhesh KhandagaleSiddhesh Khandagale

Dockerizing Golang CLI Tool - A Step-by-Step Guide

Introduction In the ever-evolving landscape of software development, where rapid...

Building a Golang Project from Scratch — Zero to Hero — Part 2
go2023-10-10
Dsysd DevDsysd Dev

Building a Golang Project from Scratch — Zero to Hero — Part 2

In this part of the series, we will be designing the whole system which we will be coding in go in...

Understand how to use C libraries in Go, with CGO
go2023-10-09
Patrice FerletPatrice Ferlet

Understand how to use C libraries in Go, with CGO

You probably ever heard about CGO, and that Go can use shared libraries from your system to use the...

Type Safety in Software Development
typescript2023-10-10
Marcus KohlbergMarcus Kohlberg

Type Safety in Software Development

The big idea Type Safety helps ensure the correctness of a codebase by catching type...

GitHub Trending Insight
github2023-10-10
Julian LiJulian Li

GitHub Trending Insight

GitHub Trending is a great place to explore popular repositories. However, I sometimes feel...

What to choose Golang or Rust?
discuss2023-10-06
Noishorgo BrotoNoishorgo Broto

What to choose Golang or Rust?

Hello Everyone, I want to learn a new programming language for upskilling. So, what language should I...

Grogue: A Roguelike Tutorial in Go (Part 0)
roguelike2023-10-09
Sean CallawaySean Callaway

Grogue: A Roguelike Tutorial in Go (Part 0)

A Roguelike Tutorial Using Go

Quando menos é mais - Escalando uma API em Golang
webdev2023-10-09
Mateus ViníciusMateus Vinícius

Quando menos é mais - Escalando uma API em Golang

Resolvi fazer a minha implementação da rinha de backend essa semana, e a experiência que tive foi...

Go is bigger than crab!
ai2023-10-08
rsteubersteube

Go is bigger than crab!

Ever wanted your custom Gopher but didn't have the drawing skills? Well seems now you can generate...

WebSocket with AWS API Gateway
serverless2023-10-08
Benjamen PyleBenjamen Pyle

WebSocket with AWS API Gateway

I was working recently with some backend code and I needed to communicate the success or failure of...

Retrieve the CDN link of a file sent to S3 by the Lambda function on AWS
go2023-10-08
Rodrigo VictorRodrigo Victor

Retrieve the CDN link of a file sent to S3 by the Lambda function on AWS

TL;DR Here we'll retrieve a link from the AWS CloudFront, after sending a file to an AWS API Gateway...

Getting your basics ready | Data types, Control flow, and Functions in GOLANG
go2023-10-08
Amal SatheesanAmal Satheesan

Getting your basics ready | Data types, Control flow, and Functions in GOLANG

Data Types in Go: A Fun-filled Adventure Ahoy there, fellow code wranglers! Today, we're...