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

AdTech using SingleStoreDB and Looker
singlestoredb2023-03-16
Akmal ChaudhriAkmal Chaudhri

AdTech using SingleStoreDB and Looker

Abstract In this article, we'll see how to run a SingleStore GitHub project for...

LeetCode - Count Good Nodes in Binary Tree
algorithms2023-03-05
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Count Good Nodes in Binary Tree

LeetCode - return the number of good nodes in the binary tree

Go Modules: A Beginner's Guide.
beginners2023-03-12
kingkunte_kingkunte_

Go Modules: A Beginner's Guide.

Go Modules is a new approach to managing and organizing dependencies in Go projects introduced in Go...

Building and Consuming Custom Packages in Go: A Complete Guide
go2023-03-15
Ansu JainAnsu Jain

Building and Consuming Custom Packages in Go: A Complete Guide

Go makes it easy to create and use packages. In this tutorial, we’ll create a simple package that...

SOLID Principles: Explained with Golang Examples
go2023-03-13
Ansu JainAnsu Jain

SOLID Principles: Explained with Golang Examples

As software systems become more complex, it’s important to write code that is modular, flexible, and...

Starting with Go
go2023-03-14
Nathan FerreiraNathan Ferreira

Starting with Go

Starting with Go This is a brief tutorial. Go is a statically typed, compiled...

Rotation keys in Golang
go2023-03-14
ElioenaiFerrariElioenaiFerrari

Rotation keys in Golang

The idea here is to rotate the ed25519 keys for the signatures of our tokens. In this way we achieve...

Use Golang for data processing with Amazon Kinesis and AWS Lambda
serverless2023-03-14
Abhishek GuptaAbhishek Gupta

Use Golang for data processing with Amazon Kinesis and AWS Lambda

This blog post is for folks interested in learning how to use Golang and AWS Lambda to build a...

Event Driven Architecture with AWS Healthlake
serverless2023-03-14
Benjamen PyleBenjamen Pyle

Event Driven Architecture with AWS Healthlake

One of the features that I am currently missing with AWS Healthlake is a proper “event-ing”...

Bucket Storage on Railway with Go
go2023-03-14
Ramzi A.Ramzi A.

Bucket Storage on Railway with Go

A little about Railway and what we are trying to solve Railway has changed how I will...

Mastering Middleware in Go: Tips, Tricks, and Real-World Use Cases
go2023-03-14
Ansu JainAnsu Jain

Mastering Middleware in Go: Tips, Tricks, and Real-World Use Cases

As a developer coming from a Java background, one of the first things I thought about when starting...

Server Sent Events in Go
go2023-03-14
Gurleen SethiGurleen Sethi

Server Sent Events in Go

👉 Read the complete article on TheDeveloperCafe Introduction In this article, I will...

Test Fixtures in Go
go2023-03-13
TobiasTobias

Test Fixtures in Go

When testing, we often need some kind of test data. In Go, test data can often come in the form of...

Spaceshooter in Go
go2023-03-13
David LiDavid Li

Spaceshooter in Go

This code initializes the audio context and players for the game. The audio context is created with a...

Understanding of context in Go
go2023-03-12
Joonhyeok Ahn (Joon)Joonhyeok Ahn (Joon)

Understanding of context in Go

Context is a standard interface allowing you to carry request-scoped values, cancelation signals, and...

LeetCode - Merge Nodes in Between Zeros
programming2023-02-11
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Merge Nodes in Between Zeros

LeetCode - merge all the nodes lying between them into a single node whose value is the sum of all the merged nodes using C++, Golang, and JavaScript.