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

The most widely used database in the world
sqlite2023-02-11
Tom Deneire ⚡Tom Deneire ⚡

The most widely used database in the world

SQLite, the most widely used database in the world

Catching Go errors with errors.Is()
go2023-02-11
Tom Deneire ⚡Tom Deneire ⚡

Catching Go errors with errors.Is()

Catching Go errors with errors.Is()

TIL: Go typecasting with empty interfaces
go2023-02-11
Tom Deneire ⚡Tom Deneire ⚡

TIL: Go typecasting with empty interfaces

Go typecasting with empty interfaces

TIL: wrapping my head around Go’s “iota”
go2023-02-11
Tom Deneire ⚡Tom Deneire ⚡

TIL: wrapping my head around Go’s “iota”

Go’s “iota”

Handling Common Data Formats in Go (TXT)
go2023-02-11
Tom Deneire ⚡Tom Deneire ⚡

Handling Common Data Formats in Go (TXT)

Handling Common Data Formats in Go (TXT)

Use cases of log.Fatal in Golang
go2023-02-10
Kuldeep SinghKuldeep Singh

Use cases of log.Fatal in Golang

The log.Fatal() function is used when something really bad has happened and you just want to exit...

Microservices: GoLang in a Spring Cloud architecture
microservices2023-02-09
Ronilson AlvesRonilson Alves

Microservices: GoLang in a Spring Cloud architecture

When we talk about microservices we think about various little services working together, each one...

LeetCode - Excel Sheet Column Title
programming2023-02-09
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Excel Sheet Column Title

LeetCode - return the corresponding column title as it appears in an Excel sheet using C++, Golang, and JavaScript.

Fagan Reviews Are Scalable
django2023-02-11
Eric MeadowsEric Meadows

Fagan Reviews Are Scalable

Fagan code reviews are one of the best, scalable ways to do code reviews...if done right....

LeetCode - Lowest Common Ancestor of a Binary Search Tree
programming2023-02-05
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Lowest Common Ancestor of a Binary Search Tree

LeetCode - return the lowest common ancestor (LCA) node of two given nodes in the BST using C++, Golang, and JavaScript.

Changie - Auto mode and GitHub action
showdev2023-02-05
miniscruffminiscruff

Changie - Auto mode and GitHub action

A look at using auto mode and the changie GitHub action

LeetCode - Sum Root to Leaf Numbers
programming2023-02-04
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Sum Root to Leaf Numbers

LeetCode - return the total sum of all root-to-leaf numbers using C++, Golang, and JavaScript.

Why you should use Go for the Back End
go2023-02-05
OpenReplay Tech BlogOpenReplay Tech Blog

Why you should use Go for the Back End

by Ukeje Chukwuemeriwo Goodness Front-end developers are constantly searching for tools and ways to...

My Node.js Toolkit for DevOps Scripting
go2023-02-03
Ben ForceBen Force

My Node.js Toolkit for DevOps Scripting

Whether you need to build lambda code or hydrate a test database, most projects that you work on will...

3 issues LiveView development in Go resolve efficiently for small teams
go2023-02-02
David MarkoDavid Marko

3 issues LiveView development in Go resolve efficiently for small teams

LiveView like programming in Go language. Effective coding for a small teams.

Quick way to combine io.Reader and io.Closer
go2023-01-22
Bartłomiej ŚwięckiBartłomiej Święcki

Quick way to combine io.Reader and io.Closer

There are many interesting tools in Golang's standard library to wrap io.Reader instance such as...