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

How To Import Local Files In Golang In 4 Easy Steps
go2023-04-05
CoderCoder

How To Import Local Files In Golang In 4 Easy Steps

If you're a Golang developer, you may have found yourself in need of importing local files into your...

Top 10 Udemy Courses for Developers to Learn in 2025
python2023-04-02
javinpauljavinpaul

Top 10 Udemy Courses for Developers to Learn in 2025

Collection of best udemy courses to learn and build your tech skills in 2025. Enroll in these courses and take the first step towards building a successful career in the tech industry.

gRPC GUI client
github2023-02-26
ForestForest

gRPC GUI client

I made my own GUI client Warthog, what can it do: Input generation for all types Input generation...

O que é gRPC?
braziliandevs2023-03-31
Cristian MagalhãesCristian Magalhães

O que é gRPC?

Eae gente bonita, beleza? Dessa vez eu resolvi trazer um pouco sobre gRPC, ou melhor dizendo Google...

Making a basic HTTP server with Golang
go2023-03-30
stungnetstungnet

Making a basic HTTP server with Golang

Golang is widely used for building web applications. The ease of spinning up a HTTP server is one...

Go adds structured logging to its standard library…but should it?
go2023-03-31
Márk Sági-KazárMárk Sági-Kazár

Go adds structured logging to its standard library…but should it?

Originally published at https://sagikazarmark.hu. The Go programming language has recently...

Defer Unmarshalling in Go
programming2023-03-30
Pankhudi BhonslePankhudi Bhonsle

Defer Unmarshalling in Go

In this blog, let us understand a unique problem of dynamic unmarshalling of JSON in golang. We will...

Creating a Simple Go Application for CRUD Operations with Neo4j and Docker
go2023-03-30
Idil SaglamIdil Saglam

Creating a Simple Go Application for CRUD Operations with Neo4j and Docker

Hi everyone 👋, today we'll create a simple Go application that demonstrates basic CRUD operations...

PHOS: A Go channel extension with internal handlers
programming2023-03-30
LorainLorain

PHOS: A Go channel extension with internal handlers

Introduction Channels are an essential feature of Golang. Skilled use of channels can make...

Use new heap memory percentage strategy to control automatic GC frequency
go2023-03-30
Javad RajabzadehJavad Rajabzadeh

Use new heap memory percentage strategy to control automatic GC frequency

The value parts which contain pointers and are known clearly alive by Go runtime are called...

Go Beginners Series: Control Flow Statements: If-else, Switch, and Loops
go2023-03-29
Adams Adebayo Adams Adebayo

Go Beginners Series: Control Flow Statements: If-else, Switch, and Loops

Control flow statements are one of the major concepts in programming because they allow you to build...

Search in Rotated Sorted Array LeetCode
go2023-03-30
digitebsdigitebs

Search in Rotated Sorted Array LeetCode

A post by digitebs

Handle json from multiple sources using JsonHandlers
opensource2023-03-09
Abhishek SomaniAbhishek Somani

Handle json from multiple sources using JsonHandlers

Bored of handling json from multiple different sources like Files, Http requests or responses? You...

Concurrency in Go
go2023-03-29
Isaac KiptooIsaac Kiptoo

Concurrency in Go

Concurrency has become a critical feature in modern software development, allowing programs to handle...

How to call a function from within a Go html template
go2023-03-29
Go4WebDevGo4WebDev

How to call a function from within a Go html template

Using Go for web development is not that common, but I find it rather simple to create static web...

Example: API Metrics with Prometheus and Grafana
metrics2023-03-29
Robert NemetRobert Nemet

Example: API Metrics with Prometheus and Grafana

This post is a follow-up to the previous posts on designing metrics for event-driven systems. This...