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

Build a REST API with Golang and MongoDB - Fiber Version
go2022-01-03
Demola MalomoDemola Malomo

Build a REST API with Golang and MongoDB - Fiber Version

Representational state transfer (REST) is an architectural pattern that guides an Application...

Golang Echo
go2022-01-07
Moch. SudharmonoMoch. Sudharmono

Golang Echo

This is my self documentation from original docs here. Echo claims these points: High...

Introduction to HTTP & REST API
webdev2022-01-06
ValeriaValeria

Introduction to HTTP & REST API

In the previous article we've built a tiny HTTP server that was saying "I AM GROOT" in huge bold...

Go limit service time per user
go2022-01-07
Joash XuJoash Xu

Go limit service time per user

In this problem, you are given a video processing service with a freemium tier. Everyone will be...

Introduction to Go & WebDev
go2022-01-05
ValeriaValeria

Introduction to Go & WebDev

Update: Initially I started this series for strictly educational purposes, but in the process I...

Pizza Tribes - A Multiplayer Browser-based Real-Time Strategy game
redis2022-01-20
Ajeet Singh RainaAjeet Singh Raina

Pizza Tribes - A Multiplayer Browser-based Real-Time Strategy game

Multiplayer gaming remains colossal in the gaming industry. And why wouldn’t it be? To settle old...

Switchboard - Simplify file organisation on your machine/s.
programming2022-01-06
Cian GallagherCian Gallagher

Switchboard - Simplify file organisation on your machine/s.

Cian911 / switchboard ...

Build a REST API with Golang and MongoDB - Gin-gonic Version
go2022-01-03
Demola MalomoDemola Malomo

Build a REST API with Golang and MongoDB - Gin-gonic Version

Representational state transfer (REST) is an architectural pattern that guides an Application...

gosh - Run powershell and bash commands easly in go.
bash2022-01-05
abdfnabdfn

gosh - Run powershell and bash commands easly in go.

abdfnx / gosh Run powershell...

Go limit service time per request
go2022-01-05
Joash XuJoash Xu

Go limit service time per request

In this problem, you are given a video processing service with a freemium tier. Everyone will be...

Understanding and Crafting HTTP Middlewares in Go
webdev2022-01-05
MacBobby ChibuzorMacBobby Chibuzor

Understanding and Crafting HTTP Middlewares in Go

Introduction When communication is needed between a client and a server running on...

Build a REST API with Golang and MongoDB - Gorilla/Mux Version
go2022-01-03
Demola MalomoDemola Malomo

Build a REST API with Golang and MongoDB - Gorilla/Mux Version

Representational state transfer (REST) is an architectural pattern that guides an Application...

Build a REST API with Golang and MongoDB - Echo Version
go2022-01-03
Demola MalomoDemola Malomo

Build a REST API with Golang and MongoDB - Echo Version

Representational state transfer (REST) is an architectural pattern that guides an Application...

Up and Running with gRPC
grpc2022-01-04
Sadhan SarkerSadhan Sarker

Up and Running with gRPC

Hello, Today I am going to talk about gRPC. A high performance, open source universal RPC framework...

Snapshot testing in Go
go2022-01-03
Georgios KampitakisGeorgios Kampitakis

Snapshot testing in Go

On my journey into learning Go, after some time spent learning the basic concepts I came across the...

Writing Tests for MongoDB using Dockertest in Go
go2022-01-03
Maina WycliffeMaina Wycliffe

Writing Tests for MongoDB using Dockertest in Go

Dockertest enables us to use Docker to create containers to run our tests against. With dockertest,...