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

A Golang bot to count down the best day of your life - the holidays
go2023-07-06
Luis Gustavo MacedoLuis Gustavo Macedo

A Golang bot to count down the best day of your life - the holidays

Returning with my desire to share knowledge and experience, today i will show a very cool project...

Is it a good practice to include go.mod file in your Go application?
go2023-07-06
Ajeet Singh RainaAjeet Singh Raina

Is it a good practice to include go.mod file in your Go application?

Including a go.mod file in your Go application is generally considered a good practice. The go mod...

Queryx: An Open-Source Golang ORM with Automatic Schema Management
go2023-07-06
Wang ZuoWang Zuo

Queryx: An Open-Source Golang ORM with Automatic Schema Management

Github link: https://github.com/swiftcarrot/queryx Installation: curl -sf...

gookit/goutil - released v0.6.10, an extension library of common Go features
programming2023-07-05
InhereInhere

gookit/goutil - released v0.6.10, an extension library of common Go features

gookit/goutil An extended library of Go's common functionality. Contains: number, string,...

How to Sort in Go?
go2023-07-05
Divyanshu ShekharDivyanshu Shekhar

How to Sort in Go?

Sorting is a concept that you encounter wherever you go, especially in the world of computer science....

Utilizando módulos do xk6 com k6
go2023-07-05
Marlo HenriqueMarlo Henrique

Utilizando módulos do xk6 com k6

O K6 é uma ferramenta que oferece uma série de módulos oficiais de alto desempenho. Esses módulos...

Harmonizing Go and Rust in a Single Application: A Weird Symbiotic Dance
rust2023-07-03
Philip John BasilePhilip John Basile

Harmonizing Go and Rust in a Single Application: A Weird Symbiotic Dance

It's no secret that the world of software development is both vast and diverse, brimming with a...

Getting Started With Go (golang)
kubernetes2023-07-02
Michael LevanMichael Levan

Getting Started With Go (golang)

As with all programming languages, there’s a plethora of options available to write the software or...

Containerizing and deploying a Go application with seelf
docker2023-06-05
Julien LEICHERJulien LEICHER

Containerizing and deploying a Go application with seelf

Going from a locally running project to a remote deployment available to users can sometimes feel...

How to Use Iris and PostgreSQL for Web Development
iris2023-07-02
Gerasimos (Makis) MaropoulosGerasimos (Makis) Maropoulos

How to Use Iris and PostgreSQL for Web Development

Iris is a fast and lightweight web framework for Go that offers a rich set of features and a...

[Go] How to work with dates in tests
go2023-07-03
Elton MinettoElton Minetto

[Go] How to work with dates in tests

Working with dates in any programming language presents some challenges. In this post, I will show...

Organizing Code into Packages and Importing in Go: A Beginner's Guide
webdev2023-07-03
Avinash ChodavarapuAvinash Chodavarapu

Organizing Code into Packages and Importing in Go: A Beginner's Guide

In Go, organizing code into packages and importing them is a fundamental concept for writing modular...

Criando um cluster do Kafka com Docker Compose e desenvolvendo um Consumer e Producer em Golang
go2023-07-03
Kaike CastroKaike Castro

Criando um cluster do Kafka com Docker Compose e desenvolvendo um Consumer e Producer em Golang

Introdução: O Apache Kafka é uma plataforma de streaming distribuída que permite o envio e...

Transactional outbox pattern example in Golang and MongoDB
go2023-07-03
Damian CzajaDamian Czaja

Transactional outbox pattern example in Golang and MongoDB

For a personal project, I was experimenting with DDD. I was sending domain events through RabbitMQ to...

Building a Ethereum wallet watcher using concurrent programming in GoLang
go2023-07-03
Ronilson AlvesRonilson Alves

Building a Ethereum wallet watcher using concurrent programming in GoLang

Cover photo by Mika Baumeister / Unsplash In my last article I talked about how simple it is to...

7. Building Zinx's Read-Write Separation Model
zinx2023-07-03
AceldAceld

7. Building Zinx's Read-Write Separation Model

[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...