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

Go migrate from-express
go2022-10-30
Shabd SaranShabd Saran

Go migrate from-express

Background: why the switch? NodeJS made backend programming simpler for programmers as it...

How to build a One-Time-Password(OTP) Verification API with Go and Twilio
go2022-10-29
Demola MalomoDemola Malomo

How to build a One-Time-Password(OTP) Verification API with Go and Twilio

Learn how to build APIs that authenticate users with their phone numbers using Go and Twilio’s Verification Service

Source Code Analysis for Go HTTP Framework Hertz
go2022-10-30
baizebaize

Source Code Analysis for Go HTTP Framework Hertz

CloudWeGo-Hertz Hertz [həːts] is a high-performance, high-usability, extensible HTTP...

CRUD API with Go and PostgreSQL
go2022-10-29
ChetanChetan

CRUD API with Go and PostgreSQL

In this tutorial, we're gonna build a CRUD API using GO and PostgreSQL database. We will use GORM to...

Kubernetes Controllers
devops2022-10-29
Pratik SinghPratik Singh

Kubernetes Controllers

This article will cover the introduction, basics, and usage of Kubernetes Cluster. ...

5 ways to concatenate string in Golang with reasons
go2022-10-29
Eternal DevEternal Dev

5 ways to concatenate string in Golang with reasons

String manipulation has always been a common task when you write code. You will understand the simple...

Ultimate GoLang Beginner's Cheat Sheet
go2022-10-28
ToulToul

Ultimate GoLang Beginner's Cheat Sheet

When I first learned GoLang 5 years ago, I remember constantly looking up its syntax and things like...

Golang Developer
beginners2022-10-28
Kuldeep SinghKuldeep Singh

Golang Developer

Golang (also called Go) is a statically typed, compiled programming language build for industry...

Auth0 with Go - Gin backend with JWT middleware
auth02022-10-28
eliphosifeliphosif

Auth0 with Go - Gin backend with JWT middleware

Hi all, hope you are having a good day! we will see how to validate the JWTs using Auth0 Golang JWT...

Handling Account Balances in Financial Applications
go2022-10-27
DanielDaniel

Handling Account Balances in Financial Applications

In software engineering, correctness is defined as an application behaving as intended for its...

Golang Tutorial: Upload Bulk Files to aws S3 Using Golang
tutorial2022-10-27
Kuldeep SinghKuldeep Singh

Golang Tutorial: Upload Bulk Files to aws S3 Using Golang

AWS S3 or Amazon S3 is a storage system from Amazon to store and retrieve files from anywhere on the...

Golang in Action: How to implement a simple distributed system
go2022-10-26
Marvin ZhangMarvin Zhang

Golang in Action: How to implement a simple distributed system

Introduction Nowadays, many cloud-native and distributed systems such as Kubernetes are...

Trabalhando com interfaces em Go
go2022-10-06
Breno AlmeidaBreno Almeida

Trabalhando com interfaces em Go

Interface é um tipo de dado que define um conjunto de métodos. Por exemplo, podemos criar uma...

Running an HTTP Server with AWS Nitro Enclaves
enclave2022-10-26
Benjamin DeCosteBenjamin DeCoste

Running an HTTP Server with AWS Nitro Enclaves

AWS Nitro enclaves are isolated execution environments. They allow us to compute on sensitive and/or...

A spinner (aka loading animation) for terminal in Go
go2022-10-26
JitendraJitendra

A spinner (aka loading animation) for terminal in Go

adhocore / chin A GO lang...

True love is not hard to find with RedisJSON
database2022-10-25
femolacasterfemolacaster

True love is not hard to find with RedisJSON

In the first episode of this series, we looked at the importance of JSON, JSON databases, and...