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

Contribute to Encore with Hacktoberfest
hacktoberfest2022-10-06
Marcus KohlbergMarcus Kohlberg

Contribute to Encore with Hacktoberfest

Hacktoberfest is here, contribute to Encore and get rewards! For those of you who don't know,...

sqltrace: A low-code intrusion library that provides SQL tracing capabilities
go2022-09-15
chenquanchenquan

sqltrace: A low-code intrusion library that provides SQL tracing capabilities

sqltrace A low-code intrusion library that provides SQL tracing capabilities, suitable for...

[Side Project] Post automated Youtube videos from Reddit
go2022-10-05
Omar AhmedOmar Ahmed

[Side Project] Post automated Youtube videos from Reddit

Long introduction I've always been curious about some videos that I come across on...

Alternative Sorting in Golang
sort2022-10-05
Kuldeep SinghKuldeep Singh

Alternative Sorting in Golang

In this article we are going to solve a problem using go programming language, and the supporting...

Adding middleware to Go HTTP client requests
go2022-10-05
Jon FriesenJon Friesen

Adding middleware to Go HTTP client requests

The Go standard library has fantastic support for making HTTP requests. However, sometimes, a request...

A simple Payments Engine that just adds/subtracts balances! — Part 2
design2022-10-04
Akarsh AgarwalAkarsh Agarwal

A simple Payments Engine that just adds/subtracts balances! — Part 2

What if I told you that writing your First Payments Engine was as simple as doing that math problem...

A practical approach to structuring Golang applications
go2022-10-03
Firdavs KasymovFirdavs Kasymov

A practical approach to structuring Golang applications

This article will describe the common approaches which are used for structuring Golang applications....

How to add or push new elements to a slice or an array in Go or Golang?
go2022-10-03
MELVIN GEORGEMELVIN GEORGE

How to add or push new elements to a slice or an array in Go or Golang?

Originally posted here! To add or push new elements to an array or slice, you can use the append()...

Golang in Action: How to quickly implement a minimal task scheduling system
go2022-10-03
Marvin ZhangMarvin Zhang

Golang in Action: How to quickly implement a minimal task scheduling system

Introduction Task Scheduling is one of the most important features in software systems,...

Learning Go! (Dev Diary #1)
beginners2022-10-03
Austin HigginsAustin Higgins

Learning Go! (Dev Diary #1)

This article is the start of a series where I track my progress with go and share my code with...

Golang: Paths
go2022-10-02
Meet Rajesh GorMeet Rajesh Gor

Golang: Paths

Introduction In the 21st post of the series, we will be exploring the file paths in...

Golang: Desmistificando channels - Conceito e sintaxe
braziliandevs2022-10-01
Igor MeloIgor Melo

Golang: Desmistificando channels - Conceito e sintaxe

Introdução Resolvi fazer esse texto porque no meu primeiro contato com channels eu não...

Golang: Desmistificando channels - Exemplo concreto
programming2022-10-01
Igor MeloIgor Melo

Golang: Desmistificando channels - Exemplo concreto

Exemplo concreto de uso de channels Vamos supor que você tenha um slice de URLs de...

Golang: Desmistificando channels - Range e close
go2022-10-01
Igor MeloIgor Melo

Golang: Desmistificando channels - Range e close

Usando range e close Se você tiver um canal, você pode receber mensagens usando um for...

JWT y Golang
go2022-10-01
Tomas Francisco LingottiTomas Francisco Lingotti

JWT y Golang

Bien sabemos lo complicado que es cubrir el 100% de los casos de uso cuando hablamos de registro de...

LeetCode - Evaluate Reverse Polish Notation
programming2022-10-01
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Evaluate Reverse Polish Notation

LeetCode - evaluate the value of an arithmetic expression in Reverse Polish Notation in C++, Golang, and Javascript.