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

Add monitoring with Prometheus/Grafana in Kubernetes
go2019-12-31
EliiseEliise

Add monitoring with Prometheus/Grafana in Kubernetes

In this post I'd like to give a short overview on the parts needed to add monitoring for a GO API wit...

Building a simple CI/CD pipeline for local testing using Go, Docker, Minikube and a Bash script
go2019-12-24
Shivan MoodleyShivan Moodley

Building a simple CI/CD pipeline for local testing using Go, Docker, Minikube and a Bash script

Wat In this article I will detail the thought process and implementation of an automated b...

Deploying to Heroku: Docker, Go and React
go2019-12-29
Shivan MoodleyShivan Moodley

Deploying to Heroku: Docker, Go and React

We're going to deploy a React Application to Heroku that will be served from a Go backend which is th...

Algorithms in Go: Merge Sort
go2019-12-30
DorinDorin

Algorithms in Go: Merge Sort

An implementations of the Merge Sort algorithm

Know Your Redis Server Information/Status Simply via HTTP API
redis2019-12-30
XD-DENGXD-DENG

Know Your Redis Server Information/Status Simply via HTTP API

Redis CLI provides a nice command "INFO" to allow users to understand the information and statistics...

Algorithms in Go: Insertion Sort
go2019-12-29
DorinDorin

Algorithms in Go: Insertion Sort

An implementations of the Insertion Sort algorithm

Data Structures in Go: Hash Table
go2019-12-28
DorinDorin

Data Structures in Go: Hash Table

A simple implementation of a Hash Table

Go: Composição vs Herança
go2019-12-29
Vinicius Feitosa PachecoVinicius Feitosa Pacheco

Go: Composição vs Herança

Primeiramente uma coisa muito importante para dizer é que Go não tem herança. Num primeiro momento pa...

2019 in Tech
react2019-12-29
AndriAndri

2019 in Tech

Every year, or that was my plan back in 2013; I do a review of what technology I've been using during...

Data Structures in Go: Graph
go2019-12-26
DorinDorin

Data Structures in Go: Graph

A simple implementation of a Graph

Data Structures in Go: Tree (BST)
go2019-12-25
DorinDorin

Data Structures in Go: Tree (BST)

A simple implementation of a Binary Search Tree

Which scheduler scheduled the scheduler in minikube ?
kubernetes2019-12-25
Dinesh BDinesh B

Which scheduler scheduled the scheduler in minikube ?

In oneliner, minikube is a tool that makes it easy to run Kubernetes locally. In kube-system namespa...

Adding Contexts via Go AST (Code Instrumentation)
go2019-12-25
Arash OutadiArash Outadi

Adding Contexts via Go AST (Code Instrumentation)

Problem You changed one function to require a ctx context.Context and now you have to chan...

Data Structures in Go: Queue and Stack
go2019-12-24
DorinDorin

Data Structures in Go: Queue and Stack

A simple implementation of queues and stacks

Compile Go to WebAssembly (the browser version)
go2019-12-23
DorinDorin

Compile Go to WebAssembly (the browser version)

Easily compile and run your Go code in the browser

Go channels in JS (4/5): Ranging
javascript2019-12-23
Nicolas LepageNicolas Lepage

Go channels in JS (4/5): Ranging

This post is the fourth of a series about how I wrote in JavaScript the equivalent of Go(lang) channe...