• 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 Serverless Application for Image Label Detection
serverless2023-06-17
Abhishek GuptaAbhishek Gupta

Build a Serverless Application for Image Label Detection

In this blog post, you will learn how to build a Serverless solution to process images using Amazon...

Modeling Facebook Groups Access Management
go2023-06-17
Ege AytinEge Aytin

Modeling Facebook Groups Access Management

Introduction We frequently receive inquiries about how to model different types of...

Download torrent files using Golang
go2023-06-17
Ali TorabiAli Torabi

Download torrent files using Golang

Hey everyone, Today, I want to show you how to download torrent files easily using Golang. So stay...

Go database/sql driver for AWS DynamoDB
go2023-05-27
Thanh Ba NguyenThanh Ba Nguyen

Go database/sql driver for AWS DynamoDB

This article was originally posted on my personal notes. Amazon DynamoDB is a fully managed NoSQL...

REST API with Go, Chi, Postgres and sqlx
rest2023-06-16
Kashif SoofiKashif Soofi

REST API with Go, Chi, Postgres and sqlx

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial...

Getting started with Kvrocks and go-redis
programming2023-06-16
Vladimir MihailencoVladimir Mihailenco

Getting started with Kvrocks and go-redis

Learn how to use go-redis client to get started with Apache Kvrocks, a distributed key-value NoSQL...

Sudoku Solver
javascript2023-06-15
Alkesh GhorpadeAlkesh Ghorpade

Sudoku Solver

Write a program to solve a Sudoku puzzle by filling in the empty cells.

Exploring Go's Unique Approach to Object-Oriented Programming
go2023-06-15
Chinonso AmadiChinonso Amadi

Exploring Go's Unique Approach to Object-Oriented Programming

Unlike other languages, when it comes to the concept of object oriented programming(OOP), Golang...

Tuning Temporal Server request latency on Kubernetes
temporal2023-06-15
Rob HollandRob Holland

Tuning Temporal Server request latency on Kubernetes

Request latency is an important indicator for the performance of Temporal Server. Temporal Cloud can...

Handling request methods: Golang http library
go2023-06-15
Chigozie OduahChigozie Oduah

Handling request methods: Golang http library

Handling request methods in Golang's net/http library isn't as intuitive as you'd expect. In the...

GO: How to Write a Worker Pool
go2023-06-15
LorainLorain

GO: How to Write a Worker Pool

Introduction Pooling is a resource management technique that involves creating and...

Features of AWS CDK for Go (differences from TypeScript)
aws2023-06-15
Kenta GotoKenta Goto

Features of AWS CDK for Go (differences from TypeScript)

AWS CDK is often written in TypeScript, but can be written in a variety of programming languages. In...

"Create" dan "Upload" di Golang Postgres: Front-end
go2023-06-15
JaisySymuriJaisySymuri

"Create" dan "Upload" di Golang Postgres: Front-end

Cek file-file v2 Repository/source code: https://github.com/JaisySymuri/postgre Buat mana dulu,...

"Create" dan "Upload" di Golang Postgres: Back-end
go2023-06-15
JaisySymuriJaisySymuri

"Create" dan "Upload" di Golang Postgres: Back-end

Cek file-file v2 Repository/source code: https://github.com/JaisySymuri/postgre Buat...

Membuka Koneksi ke Postgres Database dengan Golang
go2023-06-15
JaisySymuriJaisySymuri

Membuka Koneksi ke Postgres Database dengan Golang

Cek file-file v1 Repository/source code: https://github.com/JaisySymuri/postgre Buat...

Send email with GO + AWS SES for multiple recipents and many attached files
go2023-06-15
Rafael FirminoRafael Firmino

Send email with GO + AWS SES for multiple recipents and many attached files

This is a simple example how send email for many recipients and add many attachments using...