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

Understanding XA Transactions With Practical Examples in Go
go2022-05-17
yedf2yedf2

Understanding XA Transactions With Practical Examples in Go

What is XA XA is a specification for distributed transactions proposed by the X/Open...

Linked Lists in Go
go2022-05-16
Jacob KimJacob Kim

Linked Lists in Go

Welcome to my new series: Introduction to Data Structures in Go! We will start this series with a...

Developing a RESTful API with Go
go2022-05-15
Kevin WanKevin Wan

Developing a RESTful API with Go

When to use RESTful API For most startups, we should focus more on delivering the products...

SDB :Pure golang development, distributed, rich data structure, persistent, easy-to-use NoSQL database
go2022-05-16
yemingfengyemingfeng

SDB :Pure golang development, distributed, rich data structure, persistent, easy-to-use NoSQL database

SDB :Pure golang development, distributed, rich data structure, persistent, easy-to-use...

Accessing external Secrets in Gitlab CI
go2022-05-15
Patrick DomnickPatrick Domnick

Accessing external Secrets in Gitlab CI

There are times when you want to access your existing credentials from a secure location, like Vault...

Learning Golang • #Issue2
learning2022-05-15
Ekemini SamuelEkemini Samuel

Learning Golang • #Issue2

This is a documentation of the concepts I learnt from the Golang course on Sololearn. Go is an open...

Go Echo API Server Development
go2022-05-15
nrikijinrikiji

Go Echo API Server Development

Create a simple api server based on a minimum configuration start project with the following...

Creating simple self documenting types in Go
go2022-05-14
Mohamed EdrahMohamed Edrah

Creating simple self documenting types in Go

Go has a rich type system, we can leverage it to better express ourselves in code and not resort to...

Go Gin&Gorm: Route Model Binding
go2022-05-14
Seth PhatSeth Phat

Go Gin&Gorm: Route Model Binding

Howdy guys, From my daily work, I'm using PHP & Laravel. One of the feature that I really like...

Developing Send-To-Kindle Telegram Bot
go2022-05-14
Michael FomenkoMichael Fomenko

Developing Send-To-Kindle Telegram Bot

Lately, I've been using the Kindle app on my tablet a lot and it was always a hustle to send my...

Implementing robust in-memory cache with Go
go2022-05-12
Viacheslav PoturaevViacheslav Poturaev

Implementing robust in-memory cache with Go

TL;DR In-memory caching is a great way to improve performance and resiliency of an application at...

Putting the database to sleep using Lambda - a Python developer's first contact with Golang
aws2022-05-11
Maurice BorgmeierMaurice Borgmeier

Putting the database to sleep using Lambda - a Python developer's first contact with Golang

Today's blog is inspired by my AWS bill, my research list, one of Corey Quinns' recent blog posts,...

CSP vs Actor model for concurrency
distributedsystems2022-05-10
Karan Pratap SinghKaran Pratap Singh

CSP vs Actor model for concurrency

In this article, we will discuss how CSP and actor concurrency models work. Communicating...

Learn Go: The complete course
go2022-05-04
Karan Pratap SinghKaran Pratap Singh

Learn Go: The complete course

Hey, welcome to the course, and thanks for learning Go. I hope this course provides a great learning...

The Guide to Build and Dockerize a Go App
docker2022-05-10
Winner Musole MasuWinner Musole Masu

The Guide to Build and Dockerize a Go App

Hey guys, welcome to our tutorial. The verb Dockerize might sound unfamiliar for some, just to be in...

[Go] Try Server-Sent Events
go2022-05-09
Masui MasanoriMasui Masanori

[Go] Try Server-Sent Events

Intro I've tried WebSockets before, but some networks are blocking the WebSocket protocol,...