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

REST API using GO(gin) & Mongo
go2023-06-27
DeeshathDeeshath

REST API using GO(gin) & Mongo

In this blog, we will be building a RESTful API server with two endpoints. The example project will...

Kafka dump: backup, restore, stream,...
go2023-06-28
JackTTJackTT

Kafka dump: backup, restore, stream,...

Source code Kafka dump Kafka data backup Kafka dump is a tool to back up and...

Beginner's Guide to RPC in Golang: Understanding the Basics
go2023-06-26
atanda nafiuatanda nafiu

Beginner's Guide to RPC in Golang: Understanding the Basics

In the Information Exchange Model, the client sends a request, and the server responds to the client....

Exploring Generics in Go: A Basic Guide
go2023-06-25
Dsysd DevDsysd Dev

Exploring Generics in Go: A Basic Guide

Go is a statically typed language known for its simplicity and efficiency. However, one feature that...

Maximum Gap
go2023-06-25
Alkesh GhorpadeAlkesh Ghorpade

Maximum Gap

Given an integer array nums return the maximum difference between two successive elements in its sorted form

Who moved my error codes? Adding error types to your GoLang GraphQL Server
graphql2023-06-25
Tomer GreenwaldTomer Greenwald

Who moved my error codes? Adding error types to your GoLang GraphQL Server

A few months ago, we at Otterize went on a journey to migrate many of our APIs, including the ones...

Golang Generics
go2023-06-25
Divyanshu ShekharDivyanshu Shekhar

Golang Generics

The wait is finally over as Go has introduced its much-anticipated feature, Golang Generics, with the...

Server-Sent Events in Go: An efficient real-time communication alternative
go2023-06-24
Gustavo CastilloGustavo Castillo

Server-Sent Events in Go: An efficient real-time communication alternative

In today's software engineering landscape, real-time communication plays a crucial role in many modern applications.

REST API with Go, Chi, MySQL and sqlx
rest2023-06-23
Kashif SoofiKashif Soofi

REST API with Go, Chi, MySQL and sqlx

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial...

Go Constants can't overflow
go2023-06-23
Jonathan HallJonathan Hall

Go Constants can't overflow

Did you know that constants in Go can't overflow? Quoting the Go spec: Numeric constants represent...

GO Modules: A Beginner’s Guide to Migrating to Go Modules
beginners2023-06-23
kingkunte_kingkunte_

GO Modules: A Beginner’s Guide to Migrating to Go Modules

You may have heard of Go modules if you're a Go developer. They are a way of managing external...

Plugin in Golang
go2023-06-21
JackTTJackTT

Plugin in Golang

Golang plugin implementation This repository explores the plugin feature introduced in Go...

Exploring some Powerful Features of Golang
go2023-06-22
JackTTJackTT

Exploring some Powerful Features of Golang

Table of content Goroutines Channel Buffered Channel Defer Select Plugin Binary...

Role-based Access Control in Golang with jwt-go
devsecops2023-06-20
Benson MachariaBenson Macharia

Role-based Access Control in Golang with jwt-go

As a security engineer, what's the first thing you check when testing a web or mobile application?...

Golang: Date and Time
go2023-06-21
Meet Rajesh GorMeet Rajesh Gor

Golang: Date and Time

Introduction In the 28th post of the series, I will be exploring date and time handling in...

Envoy External Authorization with Golang GRPC service
envoy2023-06-21
prakash chokalingamprakash chokalingam

Envoy External Authorization with Golang GRPC service

A guide to connect a GRPC-based Golang service using the Envoy external auth filter