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

How to Build API with Go and QuestDB
tutorial2022-09-09
Miftahul ArifinMiftahul Arifin

How to Build API with Go and QuestDB

QuestDB is a relational column-oriented database designed for time series and event data. It uses SQL...

Follow Up: Establishing A Better Pattern
go2022-09-09
Wesley PowellWesley Powell

Follow Up: Establishing A Better Pattern

Takeaways Errors as uint64 for better performance Use enums to define error cases By...

How to use Redis pub/sub to handle socket.io sessions across multiple instances ?
redis2022-09-09
sonu sharmasonu sharma

How to use Redis pub/sub to handle socket.io sessions across multiple instances ?

When we use socket.io we are generally trying to publish messages to all the collaborators of the...

Relational Based Access Control Models
opensource2022-09-08
Ege AytinEge Aytin

Relational Based Access Control Models

Relational based access control has gained its popularity over years among startups to large...

Building a full-stack app with Bud and Go
go2022-09-08
Matt AngelosantoMatt Angelosanto

Building a full-stack app with Bud and Go

Written by Alex Merced✏️ Full-stack frameworks come in many shapes and sizes, but they often come in...

LeetCode - Combination Sum IV
programming2022-08-18
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Combination Sum IV

LeetCode - return the number of possible combinations that add up to the target using C++, Golang, and Javascript.

Go - Maps and Structs
go2022-09-07
Chiranjeevi TirunagariChiranjeevi Tirunagari

Go - Maps and Structs

Introduction Welcome back to the Part - 6 of the Go series. In the last one, we saw two of...

How to create a copy of an array in Go or Golang?
go2022-09-07
MELVIN GEORGEMELVIN GEORGE

How to create a copy of an array in Go or Golang?

Originally posted here! To create a copy of an array in Go or golang, we can simply assign the array...

How to send json data from go to dart
go2022-08-08
Tanikonda RamakrishnaTanikonda Ramakrishna

How to send json data from go to dart

package main import "C" import "fmt" type userStruct struct { name string age ...

A portal between Ruby and Go (using FFI)
ruby2022-09-06
Dario CastañéDario Castañé

A portal between Ruby and Go (using FFI)

How to integrate Go code in Ruby

LinearSearch Golang
go2022-09-06
vinayvinay

LinearSearch Golang

package main import ( "fmt" "strconv" ) func LinearSearch(a []int, k int) string { i...

Strategy Pattern in Go
go2022-09-06
Shubham SethiShubham Sethi

Strategy Pattern in Go

Imagine you have to build a program that simulates birds. There can be different type of birds with...

Telegram bot with Golang and Mongodb
telegrambot2022-09-05
Mathias JiyaMathias Jiya

Telegram bot with Golang and Mongodb

So over the weekend I was working on a telegram bot whose task is to manage a particular telegram...

How to make a simple interactive shell in Go
go2022-09-06
Mohammad Reza KarimiMohammad Reza Karimi

How to make a simple interactive shell in Go

What is more exciting than making real-world applications? 🤔 for me, it's teaching people how to make...

Listening to Multiple Channels in Go
go2022-09-05
Jacob KimJacob Kim

Listening to Multiple Channels in Go

Welcome back to the series! Today we will look at ways to listen to multiple channels at once. The...

The case for `self` receivers in Go
go2022-09-04
Cody PotterCody Potter

The case for `self` receivers in Go

Ok ok, hear me out. I know you're already lighting torches and sharpening your pitchforks (Side note:...