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

How we define and load configuration from files.
go2022-05-09
Kevin WanKevin Wan

How we define and load configuration from files.

Background When we write applications, we basically use configuration files, from various...

Auto Scale Kubernetes Pods for Microservices
kubernetes2022-05-09
M.M.Monirul IslamM.M.Monirul Islam

Auto Scale Kubernetes Pods for Microservices

In Kubernetes, autoscaling prevents over provisioning resources for microservices running in a...

Quick & Dirty Visual Testing 👁
testing2022-04-18
Costa AlexoglouCosta Alexoglou

Quick & Dirty Visual Testing 👁

Testing is essential, but the truth is that it is not always the case. I have caught myself and...

Querying the Database in a Go Web App
go2022-05-09
Jacob KimJacob Kim

Querying the Database in a Go Web App

Welcome back to my tutorial! Last time, we set up an instance of the PostgreSQL database and...

Pass by Value
go2022-05-07
Burak Osman YaldızBurak Osman Yaldız

Pass by Value

In this section We Will Discuss What Does Mean "Pass by Value" We have 2 Type of Values Pointer...

Golang: Operators
go2022-05-07
Meet Rajesh GorMeet Rajesh Gor

Golang: Operators

Introduction In this 13th part of the series, we will be exploring the fundamentals of...

[Golang] Try handling web requests
go2022-05-07
Masui MasanoriMasui Masanori

[Golang] Try handling web requests

Intro This time, I will try handling web requests. I will use the project what I created...

Implementing OpenTelemetry in a Gin application
go2022-05-05
Ankit Anand ✨Ankit Anand ✨

Implementing OpenTelemetry in a Gin application

OpenTelemetry can be used to trace Gin applications for performance issues and bugs. OpenTelemetry is...

How to Implement a Distributed Transaction Across Mysql, Redis, and Mongo
go2022-05-05
yedf2yedf2

How to Implement a Distributed Transaction Across Mysql, Redis, and Mongo

Mysql, Redis and Mongo are all very popular stores, and each has its own advantages. In practical...

Some GORM Tips and Notes
go2022-05-04
Daniel LinDaniel Lin

Some GORM Tips and Notes

There are some tips and GROM's notes might prevent you debugging in front of laptop all day. ...

Bitwise operations for IPv4 calculations
bitwise2022-05-04
DiniFarbDiniFarb

Bitwise operations for IPv4 calculations

When I read/hear about bitwise operations, It is often said; Yeah, that's good to know but in your...

Develop REST API using Go with API versioning, Basic Auth and Query String
go2022-05-04
Saravanan GnanaguruSaravanan Gnanaguru

Develop REST API using Go with API versioning, Basic Auth and Query String

Table of content Introduction Objective Source Repo Function main Adding API...

Chat Bot SFEIR Brain: découverte du Natural Language Processing
go2022-04-04
Thibault HenryThibault Henry

Chat Bot SFEIR Brain: découverte du Natural Language Processing

Bonjour à tous les lecteurs, [...] J'ai écrit cet article sur Medium fin 2021 alors l'introduction...

Set up your own DDNS Server with bind9 and go
tutorial2022-05-03
Alexander HaasAlexander Haas

Set up your own DDNS Server with bind9 and go

What is DDNS used for? Dynamic DNS (DDNS) services allow you to reach networks that aren't...

My best practices on Go fuzzing
go2022-05-03
Kevin WanKevin Wan

My best practices on Go fuzzing

As programmers, we often hope that our code is bug-free! But the fact is that bug-free can only be...

A load shedding protector against bursting requests
go2022-05-03
Kevin WanKevin Wan

A load shedding protector against bursting requests

Why do we need load shedding? In a microservice cluster, the invocation chain is complex,...