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

Understanding Interfaces in Go
go2023-03-25
Ujjawal SrivastavaUjjawal Srivastava

Understanding Interfaces in Go

Let's just get right into it. Understanding Interfaces Think of interfaces as a set of...

Variables and Constants: Declaration and Usage
beginners2023-03-25
Avinash ChodavarapuAvinash Chodavarapu

Variables and Constants: Declaration and Usage

Explanation of how to declare and use variables and constants in Go. Go is a statically...

How to conduct an A/B test experiment in Go using feature flags
featuremanagement2023-03-24
Chavez HarrisChavez Harris

How to conduct an A/B test experiment in Go using feature flags

When it comes to releasing new features, it is often difficult to anticipate how users will react and...

Golang: Regex
go2023-03-24
Meet Rajesh GorMeet Rajesh Gor

Golang: Regex

Introduction In this 26th part of the series, we will be covering the basics of using...

Go Beginners Series: Variables, Data Types, and Operators
go2023-03-24
Adams Adebayo Adams Adebayo

Go Beginners Series: Variables, Data Types, and Operators

Variables are one of the most important concepts in programming. There is so little you can do in...

Run a Golang, Nginx, and React App in Docker
tutorial2023-03-22
Alex AwesomeAlex Awesome

Run a Golang, Nginx, and React App in Docker

Did you try to run your Golang, Nginx, and React apps locally and fight compatibility issues? You...

It's legos all the way down
elixir2023-02-17
Haile LagiHaile Lagi

It's legos all the way down

Introduction Often as folks who create useful software things we tend to think of...

NoUSB.co - yet another file transfer tool, but better... or is it?
webdev2023-03-23
Constantin ClauzelConstantin Clauzel

NoUSB.co - yet another file transfer tool, but better... or is it?

credits: https://xkcd.com/ Yes, another one 🤣 So here we are, there's like 50 different...

Let's Build a Go CLI Business Card
go2023-03-23
Jeffrey BoisvertJeffrey Boisvert

Let's Build a Go CLI Business Card

Seems every developer is trying to find a clever way to get noticed. And in doing so you may stumble...

Finding strongly connected components (SCC) in directed graphs: Kosaraju-Sharir vs Tarjan’s algorithm in Go
algorithms2023-03-22
Andrés Barón Sandoval.Andrés Barón Sandoval.

Finding strongly connected components (SCC) in directed graphs: Kosaraju-Sharir vs Tarjan’s algorithm in Go

Graphs are non-linear data structures in which a problem is represented as a network by connecting...

Binance Server Location Test
binance2023-03-22
João ReisJoão Reis

Binance Server Location Test

Was doing some tests with Binance API and since the server location it's not public, I tried to rent...

🚀 Package Zapper (write logs but easier)
go2023-03-22
Javad RajabzadehJavad Rajabzadeh

🚀 Package Zapper (write logs but easier)

Wrapping the zap log uber in the zapper package makes it easy to use zap to write logs to varianty...

What is Concurrency in Golang — Key Terms and Examples
webdev2023-02-16
Darpan VithaniDarpan Vithani

What is Concurrency in Golang — Key Terms and Examples

When we search term concurrency in Golang, we come around mainly to the goroutines and channels....

Go Beginners Series: Introduction, Installation, and Setting Up Go Environment
go2023-03-21
Adams Adebayo Adams Adebayo

Go Beginners Series: Introduction, Installation, and Setting Up Go Environment

Golang, commonly known as Go, is an open-source, high-level, compiled, and statically typed language...

Valid Anagram LeetCode 242
go2023-03-22
digitebsdigitebs

Valid Anagram LeetCode 242

A post by digitebs

How to use feature flags in Go
featuremanagement2023-03-21
Chavez HarrisChavez Harris

How to use feature flags in Go

Before feature flags, releasing a new feature would require taking your application offline to make...