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

Mastering SOLID Principles with Go Examples
go2024-07-09
Alex PliutauAlex Pliutau

Mastering SOLID Principles with Go Examples

The SOLID principles are a set of design guidelines that help developers write more maintainable, scalable, and testable code.

Avoiding Beginner Mistakes Hampering You to Scale Backend⚡️
go2024-06-14
Riken ShahRiken Shah

Avoiding Beginner Mistakes Hampering You to Scale Backend⚡️

This blog covers how I unlocked performance that allowed me to scale my backend from 50K requests →...

Case (III) - KisFlow-Golang Stream Real- Application of KisFlow in Multi-Goroutines
go2024-07-09
AceldAceld

Case (III) - KisFlow-Golang Stream Real- Application of KisFlow in Multi-Goroutines

Github: https://github.com/aceld/kis-flow Document:...

Gin and router example
go2024-07-08
Quang Hieu (Bee)Quang Hieu (Bee)

Gin and router example

Install Gin with the following command: go get -u github.com/gin-gonic/gin Enter...

Backend Project Structure Go
go2024-07-07
Quang Hieu (Bee)Quang Hieu (Bee)

Backend Project Structure Go

Hi everyone, today I want to share a Go project structure that I have used and found useful. This...

Case (II) - KisFlow-Golang Stream Real-Time Computing - Flow Parallel Operation
go2024-07-08
AceldAceld

Case (II) - KisFlow-Golang Stream Real-Time Computing - Flow Parallel Operation

Github: https://github.com/aceld/kis-flow Document:...

Building Flexible and Maintainable Go-Lang Apps
webdev2024-07-08
Dyaksa Jauharuddin NourDyaksa Jauharuddin Nour

Building Flexible and Maintainable Go-Lang Apps

In software development, Dependency Injection (DI) is one of the fundamental principles that help...

Suporte às funções do Pascal
go2024-07-07
Alex Sandro GarzãoAlex Sandro Garzão

Suporte às funções do Pascal

Para quem não está acompanhando o POJ (Pascal on the JVM) é um compilador que transforma um subset de...

Mastering Branching Statements and Beyond: A Collection of Go Programming Tutorials
go2024-07-07
LabbyLabby

Mastering Branching Statements and Beyond: A Collection of Go Programming Tutorials

The article is about a collection of seven Go programming tutorials from LabEx, covering a wide range of topics to help you master the language. From learning about switch-case branch statements and working with directories, to implementing timeouts with channels and manipulating arrays, this comprehensive guide will elevate your coding skills to new heights. The tutorials are designed to simplify complex concepts, making them accessible to both beginners and experienced developers. Whether you're looking to streamline your conditional logic, navigate the file system, or explore data structures, this article provides a valuable resource to enhance your Go programming journey.

10-Minute Guide to Building a Webhook Service with Sendhooks
go2024-07-06
Mangabo KolawoleMangabo Kolawole

10-Minute Guide to Building a Webhook Service with Sendhooks

Webhooks are a way of communicating between two systems via a network. They are often used as...

Understanding Go's Garbage Collector: A Detailed Guide
go2024-07-06
Ashish SinghAshish Singh

Understanding Go's Garbage Collector: A Detailed Guide

Garbage collection is a form of automatic memory management. In programming languages like Go (also...

Install GO in UBUNTU machines
installgo2024-07-05
Ahmed AbirAhmed Abir

Install GO in UBUNTU machines

Download Source Download source from this link Go Binaries Unpack...

Implementing JWT Authentication with Redis and Go
programming2024-07-05
Ricards TaujenisRicards Taujenis

Implementing JWT Authentication with Redis and Go

Redis is an in memory data structure store often used as a cache and message broker but can as well...

WatchYourPorts - self-hosted ports inventory
showdev2024-07-05
Andrew ErlikhAndrew Erlikh

WatchYourPorts - self-hosted ports inventory

I'm using a lot of self-hosted apps, both at work and in my homelab. Of course, I can't remember all...

Binary Size in Go Applications: How to Use go-size-analyzer
go2024-07-05
ZxillyZxilly

Binary Size in Go Applications: How to Use go-size-analyzer

In the Go community, the size of application binaries is always a hot topic. In the pursuit of...

How to Build Your Own Distributed KV Storage System Using the etcd Raft Library
webdev2024-07-05
LorainLorain

How to Build Your Own Distributed KV Storage System Using the etcd Raft Library

This article is the first in the series "How to Build Your Own Distributed KV Storage System Using...