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

Strategy Design Pattern in Go
go2022-02-16
Rahul sawraRahul sawra

Strategy Design Pattern in Go

According to Wikipedia, The strategy pattern (also known as the policy pattern) is a behavioral...

Package Management in Go
go2022-02-16
Colin DugganColin Duggan

Package Management in Go

Go Package Management Go takes a semi-decentralized approach to package management,...

Middleware in Go
go2022-02-16
Colin DugganColin Duggan

Middleware in Go

Middleware is a powerful idea that allows us to decompose complex systems into layers of...

Go 1.18: Cut added to strings/bytes
go2022-02-16
Kazuki HigashiguchiKazuki Higashiguchi

Go 1.18: Cut added to strings/bytes

Key takeaways Go 1.18 is expected to be released in February 2022. New function Cut...

Golang Pointers
go2022-02-16
AI_DosageAI_Dosage

Golang Pointers

We know every variable has a location in memory. In Go, a pointer is a special variable used to store...

Retrieve the current price for an crypto currency
go2022-02-16
manuelmanuel

Retrieve the current price for an crypto currency

You can use this to retrieve the current price for an crypto currency. I used this in another project...

Handling Incoming HTTP Requests In GO
go2022-02-14
AI_DosageAI_Dosage

Handling Incoming HTTP Requests In GO

Go is a very powerful tool in the development of web services. In this article i will be covering how...

A Simple PAYONE Integration in Golang
go2022-02-14
manuelmanuel

A Simple PAYONE Integration in Golang

If you want to process payments with Payone, here is a simple package. How to use it...

Everything you need to know about Go-Lang - #2
go2022-02-13
GeekTechGeekTech

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

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

Using Redis 7's New Sharded Pub/Sub in Go
go2022-02-13
RueianRueian

Using Redis 7's New Sharded Pub/Sub in Go

Redis 7.0 RC1 is released in 2022/1/31. And it comes with a new Sharded Pub/Sub feature: Sharded...

GoF Design patterns that still make sense in Go
architecture2022-02-07
Maurício LinharesMaurício Linhares

GoF Design patterns that still make sense in Go

Since its release in 1994, the Design Patterns book continues to be a seminal work in building...

Programmatic inspection of databases in Go using Atlas
go2022-02-11
Rotem TamirRotem Tamir

Programmatic inspection of databases in Go using Atlas

Database inspection is the process of connecting to a database to extract metadata about the way data...

How we built a student project platform using Graphql, React, Golang, Ory Kratos and Kubernetes, part 1
graphql2022-02-10
Ole PetersenOle Petersen

How we built a student project platform using Graphql, React, Golang, Ory Kratos and Kubernetes, part 1

The idea I started my studies at university in times of Covid. With limited contact to...

Tutorial: Developing a RESTful API with Go, JSON Schema validation and OpenAPI docs
go2022-02-08
Viacheslav PoturaevViacheslav Poturaev

Tutorial: Developing a RESTful API with Go, JSON Schema validation and OpenAPI docs

This tutorial continues Developing a RESTful API with Go and Gin featured in Go documentation. Please...

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

Robust media upload with Golang and Cloudinary - Gin-gonic Version

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

Update any application binary with this launcher!
updates2022-02-08
Toby ChuiToby Chui

Update any application binary with this launcher!

Recently, I was working on a software updater for my project and I found that there is no easy way...