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

Rule the JSON operations in Go 🧑‍⚖️
go2022-03-19
Yusuf Turhan PapurcuYusuf Turhan Papurcu

Rule the JSON operations in Go 🧑‍⚖️

Have you ever wondered how much golang allows you to customize Json operations? I searched about it...

How to save cookies as a file in Golang
cookie2022-03-19
Takumi AkimotoTakumi Akimoto

How to save cookies as a file in Golang

Go’s cookiejar doesn’t have any function to persistence cookies, so you need to do something to save...

Go from the beginning - using maps
go2022-03-18
Chris NoringChris Noring

Go from the beginning - using maps

In this part, we explore the map type and how we can use it to store data in a key and value format.

Watch and react to Kubernetes objects changes
go2022-03-18
Luca SepeLuca Sepe

Watch and react to Kubernetes objects changes

Writing Kubernetes Client applications using Go

Building a Book Store API in Golang With Gin
go2022-03-18
Santosh KumarSantosh Kumar

Building a Book Store API in Golang With Gin

Introduction Go community believes that we need no framework to develop web services. And...

Go from the beginning - Structs
go2022-03-17
Chris NoringChris Noring

Go from the beginning - Structs

In this article, we'll work with structs.

Implementing Conway's Game of Life in Go⚡
go2022-03-17
Shoubhit DashShoubhit Dash

Implementing Conway's Game of Life in Go⚡

I recently started learning Go and I absolutely love it. I think implementing Conway's Game of Life...

A pattern to solve Binary Tree problems with Golang
go2022-03-17
Gustavo LopesGustavo Lopes

A pattern to solve Binary Tree problems with Golang

I was reviewing some binary tree concepts when YouTube recommended this amazing video from the Inside...

Go the way to Go
go2022-03-16
Tumusiime Ezra JnrTumusiime Ezra Jnr

Go the way to Go

Well, well well, today we need to take a small teleportation to the future of software development....

What are Go Generics & When Should I use Them?
go2022-03-16
Matt BoyleMatt Boyle

What are Go Generics & When Should I use Them?

Yesterday Go 1.18 was released! 1.18 has been eagerly awaited by the Go Community as it contained...

Implementing service discovery for microservices
go2022-03-16
Kevin WanKevin Wan

Implementing service discovery for microservices

What is service registration discovery? For developers who work with microservices, the...

My open source contributions to Supabase
opensource2022-03-16
Kiran KrishnanKiran Krishnan

My open source contributions to Supabase

I'm sharing my experience with contributing to Supabase. Supabase is an open-source Firebase...

Variables, Constants and Built-in Data Types in Go
go2022-03-16
ZammaCodeZammaCode

Variables, Constants and Built-in Data Types in Go

Variables in GO Variable is the name given to a memory location to store a value of a...

Easy Google Cloud Logging from your Golang project in Google Cloud Run
learning2022-03-16
Rogier van den BergRogier van den Berg

Easy Google Cloud Logging from your Golang project in Google Cloud Run

In my journey of learning Go, for almost a day I have been searching and thinking in the wrong...

Go 1.18 is released today 🎉 Let's try some yammy Generics
go2022-03-16
BCBC

Go 1.18 is released today 🎉 Let's try some yammy Generics

Go 1.18 is released today! Download the latest version here Let's try a library called "lo" for...

An all-in-one guide to gRPC-Gateway
go2022-03-15
Matt AngelosantoMatt Angelosanto

An all-in-one guide to gRPC-Gateway

Written by Anshul Goyal✏️ gRPC-Gateway is a plugin that generates a reverse proxy server for gRPC...