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

Compiling a Go program into a native binary for Nintendo Switch™
go2022-01-03
Hajime HoshiHajime Hoshi

Compiling a Go program into a native binary for Nintendo Switch™

Hajime has succeeded in compiling a Go program into a native binary for Nintendo Switch, and also running a game there.

My first contribution to prometheus
go2021-12-22
Matthew FoleyMatthew Foley

My first contribution to prometheus

Several weeks ago I joined Virtual Coffee, and I really love that community. I shared during one of...

Go Template Playground
go2021-12-22
Eray AtesEray Ates

Go Template Playground

If you need to test go template with sprig functionality and HTML, Text template switch settings....

Gosearch - A Package Searching and Installation tool for Go Projects
go2021-12-22
kinensakekinensake

Gosearch - A Package Searching and Installation tool for Go Projects

Introduction When starting a new Go project, you often "go get" some package likes mux,...

Consuming 3rd Party REST APIs Golang {GET method}
beginners2021-12-21
Ramu MangalarapuRamu Mangalarapu

Consuming 3rd Party REST APIs Golang {GET method}

Hello World!, This is my first internet post. So there may be mistakes, please ignore it, thank...

Go Programming - Unit Test
go2021-12-20
codebangkokcodebangkok

Go Programming - Unit Test

Go Programming - Unit Test Unit Testing is a software testing method by which individual...

Build a simple API with Golang echo framework
go2021-12-19
yanoandriyanoandri

Build a simple API with Golang echo framework

Hi everyone, in this article i'm going to show tutorial on how to create simple API with Echo Golang...

Using NEW, instead of MAKE, to create slice
go2021-11-28
Nitin BansalNitin Bansal

Using NEW, instead of MAKE, to create slice

As we know, slices in golang are reference types, and hence, need make to initialize them. func...

LeetCode - Trapping rain water
leetcode2021-12-19
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Trapping rain water

LeetCode - compute units of water trapped in an elevation map.

Nmap Go implementation - TCP port scan
go2021-12-17
b0rb0r

Nmap Go implementation - TCP port scan

I remember when I first started learning about computer networks. It was from the excellent Computer...

Mocking HTTP Call in Golang a Better Way
go2021-12-17
Clavin JuneClavin June

Mocking HTTP Call in Golang a Better Way

Introduction As a software engineer, you need to learn every day to keep your knowledge...

go.reflect for a custom Print function
go2021-12-17
HMHM

go.reflect for a custom Print function

Below, we create a function called Display that works like Println but even better: it shows the path...

Reverse HTTP proxy over WebSocket in Go (Part 3)
go2021-12-16
Kazuki HigashiguchiKazuki Higashiguchi

Reverse HTTP proxy over WebSocket in Go (Part 3)

Series introduction In my previous post I talked about how to establish a WebSocket...

Using redirect middleware with GoFiber
go2021-12-16
renanbastos93renanbastos93

Using redirect middleware with GoFiber

We go to see how to implement a simple API using Fiber with Redirect in Golang

Reverse HTTP proxy over WebSocket in Go (Part 1)
go2021-12-14
Kazuki HigashiguchiKazuki Higashiguchi

Reverse HTTP proxy over WebSocket in Go (Part 1)

Key takeaways A reverse HTTP proxy over WebSocket is a type of proxy server which uses...

Go Channel Patterns - Cancellation
go2021-12-15
b0rb0r

Go Channel Patterns - Cancellation

To improve my Go Programming skills and become a better Go engineer, I have recently purchased an...