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

A load shedding protector against bursting requests
go2022-05-03
Kevin WanKevin Wan

A load shedding protector against bursting requests

Why do we need load shedding? In a microservice cluster, the invocation chain is complex,...

mani, a CLI Tool to Manage Multiple Repositories
cli2022-05-02
Samir AlajmovicSamir Alajmovic

mani, a CLI Tool to Manage Multiple Repositories

mani, a CLI Tool to Manage Multiple Repositories

golang multithreading
go2022-05-02
Lakshan DissanayakeLakshan Dissanayake

golang multithreading

In my workplace, client had reported a performance bottle-neck and as a resolution, I was assigned to...

[Golang] Try WebSocket
go2022-05-02
Masui MasanoriMasui Masanori

[Golang] Try WebSocket

Intro For understanding Pion examples, I try WebSocket in Golang first. This time, I will...

Consuming REST API in GO
go2022-05-02
Prashant KumarPrashant Kumar

Consuming REST API in GO

Consuming REST API is really simple in GO. The net/http comes with GO standard modules, which we...

Connecting to Database in Go
go2022-05-02
Jacob KimJacob Kim

Connecting to Database in Go

Welcome back to A Gentle Intro to Golang Web Development. Last time, we learned how to use...

What are pointers in golang
go2022-05-01
Abdulrahman MasoudAbdulrahman Masoud

What are pointers in golang

Hi, I'm Abdulrahman, and I'm glad to share this blog, in this blog we will talk about Pointers in...

LeetCode - Combinations
programming2022-05-01
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Combinations

LeetCode - return all possible combinations of k numbers out of the range [1, n] using C++, Golang, and Javascript.

Generic integer functions in Go and Rust
go2022-05-01
Mark SawardMark Saward

Generic integer functions in Go and Rust

Suppose we want to create a validation function for a struct, to ensure that a number is between two...

Golang Inject Build Time Variable
beginners2022-04-30
Clavin JuneClavin June

Golang Inject Build Time Variable

package main import . "fmt" var foo = "not injected" func main() { Println(foo) } ...

How to remove golang-go from Debian/Ubuntu/Pop OS using terminal
go2022-04-27
Bibek GuptaBibek Gupta

How to remove golang-go from Debian/Ubuntu/Pop OS using terminal

# Uninstall previous golang-go in ubuntu Enter fullscreen mode Exit fullscreen...

How to create a react app with Go support using WebAssembly in under 60 seconds
go2022-04-27
Roy HadadRoy Hadad

How to create a react app with Go support using WebAssembly in under 60 seconds

Run Go in the browser with react and Typescript using WebAssembly TL;DR $ npx create-react-app...

[Part 1] NextJS + Golang Service in Kubernetes - Setup
kubernetes2022-04-27
Thiago MelloThiago Mello

[Part 1] NextJS + Golang Service in Kubernetes - Setup

In this series of posts I am going to cover from the setup to a deployment into production of a Golang + Next.js Vinyl catalogs application running within a Kubernetes Cluster interacting in a Multi-cloud environment

Best practices on developing monolithic services in Go
go2022-04-25
Kevin WanKevin Wan

Best practices on developing monolithic services in Go

Why to write this best practices For many startups, we should focus more on delivering...

Golang Job Queue Implementation
go2022-04-26
Lakshan DissanayakeLakshan Dissanayake

Golang Job Queue Implementation

Introduction A friend of mine asked me to implement a job-queue. As I was new to Golang at...

Golang: Math Package
go2022-04-25
Meet Rajesh GorMeet Rajesh Gor

Golang: Math Package

Introduction Moving on in the 100 days of golang series, we can take a look into the math...