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

Writing Tests in Go
go2022-06-13
Jacob KimJacob Kim

Writing Tests in Go

In today's post, we will be looking into how to write tests in Go. Test-driven development, also...

testscript, a hidden gem the Go team kept locked away
go2022-06-13
Marcus KohlbergMarcus Kohlberg

testscript, a hidden gem the Go team kept locked away

An internal package sees the light of day Welcome back to the second episode of go get it, our...

gookit/goutil - Useful utils package for the Go
programming2022-06-13
InhereInhere

gookit/goutil - Useful utils package for the Go

gookit/goutil 💪 Useful utils package for the Go: int, string, array/slice, map, error, time, format,...

TIL: Running Specific Tests in Go
go2022-06-12
Jonas BrømsøJonas Brømsø

TIL: Running Specific Tests in Go

Yet another way to process your Go tests

How to deploy any backend to Heroku (easily🔥) ?
go2022-06-12
Rahul YarragodulaRahul Yarragodula

How to deploy any backend to Heroku (easily🔥) ?

Introduction For the purpose of demonstration and to keep things simple we will use this...

Go Version manager | GVM
go2022-06-23
Ankit KumarAnkit Kumar

Go Version manager | GVM

There are several go version manager available out of which i found out GVM to be more reliable. ...

How to implement Singleton design pattern in Go ? 🔥
go2022-06-11
Rahul YarragodulaRahul Yarragodula

How to implement Singleton design pattern in Go ? 🔥

Introduction Before diving deep into the actual topic, it’s really important to make...

Golang básico - Controle de Fluxo - Complemento
go2022-05-31
Bruno GomesBruno Gomes

Golang básico - Controle de Fluxo - Complemento

Esse post faz parte de uma série onde pretendo compartilhar o básico essencial para desenvolver com...

Build a Kubernetes Operator
kubernetes2022-06-10
Austin CunninghamAustin Cunningham

Build a Kubernetes Operator

Build a Kubernetes operator

Go from the beginning - working with loops
go2022-06-09
Chris NoringChris Noring

Go from the beginning - working with loops

In this fifth part, we are looking at learning how to use for-loops and how they can be used to repeat a set of statements.

Ship software, not code
shipping2022-06-10
Gabe KangasGabe Kangas

Ship software, not code

Software and code Same thing, right? Well, no. You write code, and then you turn it into a...

Writing a Go CLI to complete the DigitalOcean Functions Challenge
go2022-06-09
Jordan GregoryJordan Gregory

Writing a Go CLI to complete the DigitalOcean Functions Challenge

A quick write-up on writing a CLI to complete the DigitalOcean Functions Challenge

Trying to learn Golang, any tips ?
go2022-06-04
Fadhil ⚡Fadhil ⚡

Trying to learn Golang, any tips ?

Hello world 👋, So lately I decided to try Golang, As a lazy developer & using...

How the Strategy Pattern works?
designpatterns2022-06-09
Hernan ReyesHernan Reyes

How the Strategy Pattern works?

Overview Have you ever entered to an e-commerce and buy a product?, If you have, then you...

Go from the beginning - converting between types
go2022-06-08
Chris NoringChris Noring

Go from the beginning - converting between types

In this fourth part, we are looking at converting between different data types

My Simple Github Actions CI/CD Pipeline:
kubernetes2022-06-08
Alugbin Abiodun OlutolaAlugbin Abiodun Olutola

My Simple Github Actions CI/CD Pipeline:

Simple CICD pipeline using github actions and deploying to kubernetes cluster.