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

Crafting Microservices in Go: A Theoretical Guide
microservices2023-11-09
Mohammad QuanitMohammad Quanit

Crafting Microservices in Go: A Theoretical Guide

In this blog, we are covering the following topics: Establish a system-design team Define your...

Streamlining Code with go generate for Reduced Boilerplate
go2023-11-08
Nik L.Nik L.

Streamlining Code with go generate for Reduced Boilerplate

Thought of delving more in Go, after this article: Using Golang to Build a Real-Time Notification...

Deploying a Go backend to a new Kubernetes Cluster in minutes(!)
kubernetes2023-11-06
Marcus KohlbergMarcus Kohlberg

Deploying a Go backend to a new Kubernetes Cluster in minutes(!)

🤯 Setting up and deploying to Kubernetes can be a major pain. Involving many, many, steps, often...

Crafting a Language Server in Golang: A VSCode LSP for Lama2
webdev2023-11-07
Athreya aka ManeshwarAthreya aka Maneshwar

Crafting a Language Server in Golang: A VSCode LSP for Lama2

This post narrates our journey to developing advanced functions in our VSCode extension for Lama2, a...

Config-file-validator v1.5.0 Released!
opensource2023-11-07
dev264dev264

Config-file-validator v1.5.0 Released!

We have just released a huge update to the config-file-validator: Added support for specifying...

Example 6, Build a simple golang e-commerce microservices framework step by step using tool
go2023-11-07
gvisongvison

Example 6, Build a simple golang e-commerce microservices framework step by step using tool

By taking a simple e-commerce microservice cluster as an example, the product details page contains...

Example 5, Automatically generate grpc gateway service project code, easy to achieve cross-service grpc calls
go2023-11-07
gvisongvison

Example 5, Automatically generate grpc gateway service project code, easy to achieve cross-service grpc calls

The grpc gateway is a service that acts as an intermediary between the client and grpc services. It...

Example 4, Automatically generate generic microservices (grpc) project code, easy to achieve efficient microservices development
go2023-11-07
gvisongvison

Example 4, Automatically generate generic microservices (grpc) project code, easy to achieve efficient microservices development

In microservices using protobuf, the steps to add a new grpc method are usually: Define the grpc...

Example 3, Automatically generate generic web service (gin) project code, increasing development efficiency by at least 1x
go2023-11-07
gvisongvison

Example 3, Automatically generate generic web service (gin) project code, increasing development efficiency by at least 1x

CRUD API interface code generation tools are relatively mature, CRUD code is standardized fixed,...

Example 2, Automatically generate a complete grpc+gorm+redis+CRUD microservice project without writing a line of Go code
go2023-11-07
gvisongvison

Example 2, Automatically generate a complete grpc+gorm+redis+CRUD microservice project without writing a line of Go code

The generated CRUD API interface code is commonly used in web services, but not much in grpc...

Using golang to filter through reddit posts
go2023-11-07
David LiDavid Li

Using golang to filter through reddit posts

Reddit is a social news aggregation, web content rating, and discussion website. Users can submit...

Use Gozz to Manage Your Golang Struct Field Tags Formats Automatically
go2023-10-27
Just-mapleJust-maple

Use Gozz to Manage Your Golang Struct Field Tags Formats Automatically

In Go developing, we would design structs and fill their struct tag in many case.  For example,...

spectest - API testing library for Go that generate E2E test result document in markdown
showdev2023-11-06
nchikanchika

spectest - API testing library for Go that generate E2E test result document in markdown

Generate document from end-to-end tests In recent years, Domain-Driven Design (DDD) has...

Abstract to Go: Lets create a hot reloader
go2023-11-06
Kshitij (kd)Kshitij (kd)

Abstract to Go: Lets create a hot reloader

Being part of a couple Go communities, there is one question that is asked pretty frequently: What's...

go-clipboard: a versatile clipboard utility built for Go developers
go2023-11-06
Tiago MeloTiago Melo

go-clipboard: a versatile clipboard utility built for Go developers

🚀 Excited to share my latest open source project - go-clipboard! A versatile clipboard utility built...

How To Build A Containerized Microservice in Golang: A Step-by-step Guide with Example Use-Case
go2023-11-04
Nik L.Nik L.

How To Build A Containerized Microservice in Golang: A Step-by-step Guide with Example Use-Case

Introduction I'm finding it fun to explore the realm of microservices and cloud-native...