• 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 Basics
go2022-06-19
Vignesh MuthukumaranVignesh Muthukumaran

Go Basics

As I continue to explore Go for some side projects, I am familiarizing myself with some of the basic...

Introdução ao gRPC - Golang
go2022-06-18
Gustavo NicolauGustavo Nicolau

Introdução ao gRPC - Golang

Há algum tempo a arquitetura de API's REST vem dominando o mercado, seja em aplicativos web ou...

CRUD api with Go Gin framework (production ready)
go2022-06-18
Dev NikleshDev Niklesh

CRUD api with Go Gin framework (production ready)

This is my second post on GO lang with Gin framework and PostgreSQL. Read my first post which takes...

Golang Html tokenizer
go2022-06-18
Jaydeep DaveJaydeep Dave

Golang Html tokenizer

Looking for parsing & extracting HTML content in golang as we can simply do in PHP or Js by...

Generics function as an argument of another function
go2022-06-18
BrianBrian

Generics function as an argument of another function

type genericType Interface{ type1 | type2 | type3 } type genericFn[T genericType](req, resp T)...

How to Install Golang on WSL/WSL2
go2022-06-13
Mrityunjaya PrajapatiMrityunjaya Prajapati

How to Install Golang on WSL/WSL2

One of the best feature that Windows 10 or 11 Pro support is WSL or WSL2, using this you can run any...

gofs-A cross-platform file synchronization tool out of the box based on golang
go2022-06-17
mstmdevmstmdev

gofs-A cross-platform file synchronization tool out of the box based on golang

Github Repo https://github.com/no-src/gofs Installation The first need Go...

[Go] Try HMAC-SHA512 implementation
go2022-06-17
Masui MasanoriMasui Masanori

[Go] Try HMAC-SHA512 implementation

Intro This time, I will try implementing HMAC-SHA512. I will use the SHA-512 function what...

Gotcha while appending to slices in Golang
go2022-06-17
SanyuktaAgrawalSanyuktaAgrawal

Gotcha while appending to slices in Golang

When you pass a slice to a function and try to change the element of slice, it works. But when you...

How the N+1 query problem can burn your database
beginners2022-06-15
Hernan ReyesHernan Reyes

How the N+1 query problem can burn your database

Overview Have you ever watched a movie/series or experience your self going to a hotel...

How to increase the version number?
development2022-06-15
Volker SchukaiVolker Schukai

How to increase the version number?

small go program to change versions in a file.

How to use MQTT in Golang
go2022-06-15
EMQ TechnologiesEMQ Technologies

How to use MQTT in Golang

Golang is a statically strongly typed, compiled, concurrent, and garbage-collecting programming...

Golang Fasthttp Middleware
go2022-06-14
GabeGabe

Golang Fasthttp Middleware

I am using FastHttp to implemente Http in go. Most people are using Gorilla Mux, but I decided to try...

7 Tools To Make Kubernetes Management Easy
kubernetes2022-06-13
Prashant GhildiyalPrashant Ghildiyal

7 Tools To Make Kubernetes Management Easy

In the emerging Cloud-Native environment, Kubernetes is everywhere without any question. It has...

Which programming language to choose at the beginning, i.e. multi-Hello World
python2022-06-13
Maciej BudzyńskiMaciej Budzyński

Which programming language to choose at the beginning, i.e. multi-Hello World

Are you thinking about choosing a programming language? You have no idea which one to choose? Then...

Writing Tests in Go
go2022-06-13
Jacob KimJacob Kim

Writing Tests in Go

In today's post, we will be looking into how to write tests in Go. Test-driven development, also...