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

I created a Physics Engine in GoLang💥
gamedev2024-03-15
Rudransh BhardwajRudransh Bhardwaj

I created a Physics Engine in GoLang💥

Github : https://github.com/rudransh61/Physix.go So ye I again created something bUT Its...

Understanding Go: part 7 – Array
go2024-03-25
Aurélie VacheAurélie Vache

Understanding Go: part 7 – Array

Serie of sketchnotes about Go. Explaining in a visual way Go/Golang concepts.

Open Telemetry Sampling Techniques in Python/Java/Go: Optimizing Observability with Selective Data Collection
python2024-03-25
Jeremiah AdepojuJeremiah Adepoju

Open Telemetry Sampling Techniques in Python/Java/Go: Optimizing Observability with Selective Data Collection

Open Telemetry is a vendor-agnostic, open-source observability framework that provides a standard way...

Creating a Log Based Metric Exporter
kubernetes2024-03-25
MatMat

Creating a Log Based Metric Exporter

This blog post will show how I created a simple log-based-exporter that measures the occurance of...

Map Reduce - Practical Approach
go2024-03-24
 Caleb Adewole Erioluwa Caleb Adewole Erioluwa

Map Reduce - Practical Approach

Prerequisite - A little knowledge about message passing, Golang (maybe but not important ) Mic...

How to add auto-reloading in Golang projects with Nodemon: A Developer's Guide
livereload2024-03-24
Akrem ChabchoubAkrem Chabchoub

How to add auto-reloading in Golang projects with Nodemon: A Developer's Guide

Are you a Go developer transitioning from the Node.js ecosystem? If so, you're probably familiar with...

I Built My First Go Application and Deployed it to Heroku
go2024-03-24
Alvin LeeAlvin Lee

I Built My First Go Application and Deployed it to Heroku

Go (aka Golang) came to life at Google in 2009. It was designed by a few big names: Robert...

Hexagonal Architecture/Ports And Adapters: Clarifying Key Concepts Using Go
cleancode2024-03-21
Aurelio BuarqueAurelio Buarque

Hexagonal Architecture/Ports And Adapters: Clarifying Key Concepts Using Go

Disclaimer Before saying any words on such topic I must highlight some points: (1) The...

Building a REST API in Go
go2024-03-24
Kartik MehtaKartik Mehta

Building a REST API in Go

Introduction Building a REST API (Representational State Transfer Application Programming...

Operadores de adição e subtração
compiler2024-03-23
Alex Sandro GarzãoAlex Sandro Garzão

Operadores de adição e subtração

Faz mais de um mês desde a última publicação sobre o projeto. Culpa da correria do dia-a-dia...

Mesmerizing Matrix-Style Simulation: Bringing the Iconic Falling Letters to Life with Go
animation2024-03-03
LousyCakeLousyCake

Mesmerizing Matrix-Style Simulation: Bringing the Iconic Falling Letters to Life with Go

Introduction: Greetings, fellow developers! Today, I'm thrilled to unveil a project close to my...

Golang: out-of-box backpressure handling with gRPC, proven by a Grafana dashboard
go2024-04-03
Tiago MeloTiago Melo

Golang: out-of-box backpressure handling with gRPC, proven by a Grafana dashboard

Golang: out-of-box backpressure handling with gRPC, proven by a Grafana...

Hash SHA1 at go
go2024-03-26
Sukma RizkiSukma Rizki

Hash SHA1 at go

Hash is an encryption algorithm to convert text into a string of characters random. The number of...

[Go, Book Review] Learn Go with Tests by Chris James
go2024-03-23
UponTheSkyUponTheSky

[Go, Book Review] Learn Go with Tests by Chris James

*image credit to Renee French, the source is the one of the official Go blog posts TL;...

Creating a Chess Engine from Scratch
deeplearning2024-03-23
Ashutosh SahuAshutosh Sahu

Creating a Chess Engine from Scratch

I am writing this article as a Journal to keep a record of my progress so far in this experimental...

How to use Enums in Golang
webdev2024-03-22
Nandani SharmaNandani Sharma

How to use Enums in Golang

Background Imagine you’re building a Todo application using Go. Each task in your...