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

What Exactly Concurrency in Go?: Running Tasks in Parallel
go2024-08-03
Vaibhav ThukralVaibhav Thukral

What Exactly Concurrency in Go?: Running Tasks in Parallel

In this post we will explore about concurrency in Go: Understanding Goroutines Sending data to...

Similar Event De-duplication per Period
go2024-09-06
Steve CoffmanSteve Coffman

Similar Event De-duplication per Period

Event orientation is great! Whether you are using GCP Pub/Sub, Kafka, Kinesis, RabbitMQ, NATS...

Como abstrair a conexão com base de dados em Golang?
go2024-09-06
Ortiz de Arcanjo António DavidOrtiz de Arcanjo António David

Como abstrair a conexão com base de dados em Golang?

A abstracção da conexão com a base de dados e a injecção de dependências organizam o código e trazem...

Part I: Implement an expression interpreter for building DSL - Introduce the PEG parser
programming2024-08-03
bingjiabingjia

Part I: Implement an expression interpreter for building DSL - Introduce the PEG parser

In the last post I have introduced you the WHY and HOW I start the this project and WHAT the DSL...

RPC Action EP1: Implement a simple RPC interface in Go
go2024-09-09
huizhou92huizhou92

RPC Action EP1: Implement a simple RPC interface in Go

RPC(Remote Procedure Call)is a widely used communication method between different nodes in...

DevOpsifying a Go Web Application: An End-to-End Guide
go2024-09-05
Amash AnsariAmash Ansari

DevOpsifying a Go Web Application: An End-to-End Guide

Introduction In this post, I will guide you through the process of DevOpsifying a Go-based...

Improving MongoDB Operations in a Go Microservice: Best Practices for Optimal Performance
mongodb2024-09-05
Alex KhouryAlex Khoury

Improving MongoDB Operations in a Go Microservice: Best Practices for Optimal Performance

Introduction In any Go microservice utilizing MongoDB, optimizing database operations is...

Calculating Ogg Audio Duration in Go: A Step-by-Step Guide
go2024-09-05
mmvergarammvergara

Calculating Ogg Audio Duration in Go: A Step-by-Step Guide

I was trying to clone discord and i found out they use ogg formats for audio (i think), im trying to...

Spring cleanup: Outdated Git tags
githubactions2024-07-31
Nils DiekmannNils Diekmann

Spring cleanup: Outdated Git tags

Imagine your repository is flooded with auto-generated Git tags. Most of them are from feature...

WatchYourLAN 2.0 - lightweight network IP scanner
showdev2024-09-03
Andrew ErlikhAndrew Erlikh

WatchYourLAN 2.0 - lightweight network IP scanner

Main features of WatchYourLAN Send notification when new host is found Monitor hosts...

Build generative AI applications in Go using Amazon Titan Text Premier model
go2024-09-03
Abhishek GuptaAbhishek Gupta

Build generative AI applications in Go using Amazon Titan Text Premier model

Use Amazon Titan Text Premier model with the langchaingo package In this blog I will walk you...

Introducing Duwa a Chichewa Programming Language
go2024-09-03
Christopher Seven PhiriChristopher Seven Phiri

Introducing Duwa a Chichewa Programming Language

What is Duwa? Duwa 🌺 is my labor of love—a simple esoteric language (esolang) that...

Reference Counting vs Tracing Garbage Collection
go2024-09-02
Bruno SouzaBruno Souza

Reference Counting vs Tracing Garbage Collection

Olá, Mentes Tech! Você sabe o que é contagem de referência e rastreamento de referências no contexto...

FileBrowser is an excellent Web-Based File Manager
filebrowser2024-09-02
Rajib AhmedRajib Ahmed

FileBrowser is an excellent Web-Based File Manager

FileBrowser is a web-based file manager that allows users to manage files and directories on a server...

Cloud Native gaming with kruiseGame
kubernetes2024-09-02
Ashish KumarAshish Kumar

Cloud Native gaming with kruiseGame

What is kruise-game ? kruise-game is an opensource project under openkruise that aims to...

Go Sync Mutex: Normal and Starvation Mode
go2024-09-02
Phuong LePhuong Le

Go Sync Mutex: Normal and Starvation Mode

This is an excerpt of the post; the full post is available here: Golang Sync Mutex: Normal and...