• 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 Course: Maps
go2022-07-22
Karan Pratap SinghKaran Pratap Singh

Go Course: Maps

So, Go provides a built-in map type, and we'll learn how to use it. But, the question is what are...

Go Course: Arrays and Slices
go2022-07-21
Karan Pratap SinghKaran Pratap Singh

Go Course: Arrays and Slices

In this tutorial, we will learn about arrays and slices in Go. Arrays So what's...

NATS WITH GOLANG USING DOCKER
nats2022-07-21
muruganmurugan

NATS WITH GOLANG USING DOCKER

NATS NATs is an open source, lightweight and high performance native message system...

3 examples of sleeping in Go
go2022-07-21
OnelinerhubOnelinerhub

3 examples of sleeping in Go

In order to sleep, we need time lib. Simplest case, when we want to sleep for a single second, we do...

Learn how to use DynamoDB Streams with AWS Lambda and Go
go2022-07-21
Abhishek GuptaAbhishek Gupta

Learn how to use DynamoDB Streams with AWS Lambda and Go

Replicate DynamoDB data from one table to another This blog post will help you get quickly started...

Monnify payment gateway with Golang
monnify2022-07-21
Mathias JiyaMathias Jiya

Monnify payment gateway with Golang

Note: This article was written based on the v1.0.0 of the monnify-go library and the library is now...

Writing server with http package. Understanding Mux and Handler concept by writing own RESTful Mux.
go2022-07-19
Georgii KliukovkinGeorgii Kliukovkin

Writing server with http package. Understanding Mux and Handler concept by writing own RESTful Mux.

All examples of code can be found here. In this article, we will try to understand two crucial Go...

Sine wave generator using Golang
go2022-07-20
ThilankaThilanka

Sine wave generator using Golang

Let's build a continuous sine wave generator with Go. This could be the first step into creating your...

Go Course: Methods
go2022-07-20
Karan Pratap SinghKaran Pratap Singh

Go Course: Methods

Let's talk about methods, or sometimes also known as function receivers. Technically, Go is not an...

Build a Chat service using GoLang and WebAssembly (part 3)
webassembly2022-07-20
Taher Fattahi TabalvandanTaher Fattahi Tabalvandan

Build a Chat service using GoLang and WebAssembly (part 3)

Gooood :)))) now we are in part 3 - we wanna talk about Chat Service Architecture A chat service...

Golang Concurrency Jump Start
go2022-07-20
Wesley PowellWesley Powell

Golang Concurrency Jump Start

Takeaways In This Post Only store primitives and immutable or read only values in...

Golang - Trabalhando com Canais, um passo além do básico.
go2022-07-19
Luiz Filipe S MarizLuiz Filipe S Mariz

Golang - Trabalhando com Canais, um passo além do básico.

Uma breve história... Estava eu ajudando um colega com uma tarefa envolvendo tarefas...

Improve your Golang skill by rewriting popular software
go2022-07-19
DevOps VNDevOps VN

Improve your Golang skill by rewriting popular software

The fastest way to learn is to learn by doing. If you are unsure what to do to improve your skills...

Go Course: Structs
go2022-07-19
Karan Pratap SinghKaran Pratap Singh

Go Course: Structs

In this tutorial, we will learn about structs. So, a struct is a user-defined type that contains a...

Go EventSourcing and CQRS with PostgreSQL, Kafka, MongoDB and ElasticSearch 👋✨💫
go2022-07-18
AlexanderAlexander

Go EventSourcing and CQRS with PostgreSQL, Kafka, MongoDB and ElasticSearch 👋✨💫

👨‍💻 Full list what has been used: PostgeSQL as event store database Kafka as messages...

Interfaces in Go
go2022-07-18
Jacob KimJacob Kim

Interfaces in Go

If you are going to use Go extensively, you need to understand how to use interfaces. Interfaces...