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

Robust media upload with Golang and Cloudinary - Fiber Version
go2022-02-08
Demola MalomoDemola Malomo

Robust media upload with Golang and Cloudinary - Fiber Version

This post discussed how to structure a Fiber application, integrate Cloudinary with Golang and upload media files to Cloudinary

Robust media upload with Golang and Cloudinary - Echo Version
go2022-02-08
Demola MalomoDemola Malomo

Robust media upload with Golang and Cloudinary - Echo Version

This post discussed how to structure an Echo application, integrate Cloudinary with Golang and upload media files to Cloudinary

MongoDB Change Streams Implementation in Golang
mongodb2022-02-19
karan singhkaran singh

MongoDB Change Streams Implementation in Golang

What are Change Streams? Change streams is a near real-time ordered flow of information...

🔐 Building a self signed server in golang
go2022-02-07
Luiz LelisLuiz Lelis

🔐 Building a self signed server in golang

This article will be useful to you if you want to create a self signed server in golang. There are...

Go and Rust error handling
rust2022-02-06
BuyMyMojoBuyMyMojo

Go and Rust error handling

In Go when you run a lot of things it returns an error variable for you to take care of or disregard...

Building my own Interpreter: Part 1
go2022-02-05
Aditya GiriAditya Giri

Building my own Interpreter: Part 1

Note: This is not supposed to be a tutorial on building the interpreter. This is just my anecdote...

Implementing a safe and sound API Key authorization middleware in Go
go2022-02-06
Caio FerreiraCaio Ferreira

Implementing a safe and sound API Key authorization middleware in Go

A common requirement that I face on multiple projects is to safeguard some API endpoints to...

Backend Master Class [Go + Postgres + Kubernetes + AWS]
go2022-01-30
TECH SCHOOLTECH SCHOOL

Backend Master Class [Go + Postgres + Kubernetes + AWS]

Finally, Tech School's Backend Master Class course is completed and published on Udemy. Here's a...

Golang Panic Handler Middleware
go2022-02-05
Clavin JuneClavin June

Golang Panic Handler Middleware

Handling panic elegantly: package main import ( "fmt" "log" "net/http" ) func...

Do you use GRPC?
discuss2022-01-31
Adam Gordon BellAdam Gordon Bell

Do you use GRPC?

I'm writing an article about GRPC and protobufs. Here is the thing I'd like to know: What tools to...

Everything you need to know about Go-Lang - #1
go2022-02-04
GeekTechGeekTech

Everything you need to know about Go-Lang - #1

You probably have heard about Google's cool language called Golang. Golang is a statically typed,...

RSS to HTML
go2022-02-04
manuelmanuel

RSS to HTML

Inspired by engineeringblogs.xyz (GitHub). Generate a HTML output from several rss feeds. go run...

We are more than 75,000 people (stars 🌟) — awesome-go
opensource2022-02-03
Thiago AvelinoThiago Avelino

We are more than 75,000 people (stars 🌟) — awesome-go

I've been meaning to write this blogpost since when we reached 10,000 stars 🌟 (I never imagined it...

Go language
go2022-02-03
Prince VermaPrince Verma

Go language

Basic syntax to declare a variable and assign value !!

A practical approach to structuring Golang applications
go2022-02-02
Morten VistisenMorten Vistisen

A practical approach to structuring Golang applications

A beginners guide to structuring Golang Apps

Golang Dependency Injection Using Wire
go2022-02-02
Clavin JuneClavin June

Golang Dependency Injection Using Wire

Introduction When it comes to maintaining a large application codebase, sometimes you...