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

Developing a Web App with Gin framework, integrating it with psql DB and my GO HACK Hackathon Experience
webapp2022-05-26
Afzal AnsariAfzal Ansari

Developing a Web App with Gin framework, integrating it with psql DB and my GO HACK Hackathon Experience

Introduction Before I deep dive into the architecture of what I rebuilt an app during the...

Understand Context in Go
go2022-05-25
Karan Pratap SinghKaran Pratap Singh

Understand Context in Go

In concurrent programs, it's often necessary to preempt operations because of timeouts, cancellation,...

Zero: One API Key to Rule Them All
api2022-05-25
Sam MaguraSam Magura

Zero: One API Key to Rule Them All

This post is sponsored by Zero. Zero is an upcoming service that gives you a single API key that...

Using a neural network in Go
go2022-05-25
Kirill ScherbaKirill Scherba

Using a neural network in Go

NNHelper is a Go package for creating and using a neural network Summary This...

A Command-line tool to statistics the GitHub repositories
go2022-05-25
Keson.AnKeson.An

A Command-line tool to statistics the GitHub repositories

When we do research on frameworks, you'll probably start by Google the relevant keywords to get some...

E-Commerce Microservices with Golang
go2022-05-24
Itachi UchihaItachi Uchiha

E-Commerce Microservices with Golang

Hi everyone. I want to show my GitHub project. It's a basic microservices project. I'm using Go to...

Pitch me on Go
go2022-05-17
Ben HalpernBen Halpern

Pitch me on Go

Part of a new series! Feel welcome to dip in and weigh in on a past question. Let's say I've never...

Intro to Concurrency in Golang
go2022-05-25
Viet LeViet Le

Intro to Concurrency in Golang

When dealing with conccurency problem, it is harder to reason about when moving down the stack of...

Criando um servidor REST com GO
braziliandevs2022-05-25
Yan.tsYan.ts

Criando um servidor REST com GO

Introdução Hoje aprendi a criar servidores REST com o GO, e logo de cara fiquei...

Cobra CLI no GO
go2022-05-24
Yan.tsYan.ts

Cobra CLI no GO

Introdução Diferente do node onde o projeto já inicia com a CLI do npm e já tem a parte de...

Showcasing higher order functions with HTTP router
go2022-05-23
Aljosha PapschAljosha Papsch

Showcasing higher order functions with HTTP router

The other day I was talking to a friend who was deep in the woods reworking a piece of software....

Stacks in Go
go2022-05-23
Jacob KimJacob Kim

Stacks in Go

Welcome back to Introduction to Data Structures in Go! Today, we will look at stacks. Stacks are...

Sending type-safe HTTP requests with Go
go2022-05-23
Kevin WanKevin Wan

Sending type-safe HTTP requests with Go

Scenarios For Gophers, we basically write code for clients to request. Sometimes we need...

Build Cloud-Native apps with AWS App Runner, Redis and AWS CDK
tutorial2022-05-23
Abhishek GuptaAbhishek Gupta

Build Cloud-Native apps with AWS App Runner, Redis and AWS CDK

Run your Go app on AWS App Runner service, integrate it with MemoryDB for Redis and use AWS CDK to...

The Most Difficult Syntax in Go for a Programming Newbie
go2022-05-23
YulinYulin

The Most Difficult Syntax in Go for a Programming Newbie

This is a soft introduction to Go for those who have never coded in a typed language before. Go is a...

[ID] Otentikasi Skema Hybrid: JWT + userinfo
go2022-05-23
Muhammad Yahya MuhaiminMuhammad Yahya Muhaimin

[ID] Otentikasi Skema Hybrid: JWT + userinfo

Sebagai pengembang backend, barangkali Anda pernah membangun sendiri sistem otentikasi untuk aplikasi...