DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Mohammad QuanitCrafting Microservices in Go: A Theoretical Guide
In this blog, we are covering the following topics: Establish a system-design team Define your...

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

Marcus KohlbergDeploying 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...

Athreya aka ManeshwarCrafting 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...

dev264Config-file-validator v1.5.0 Released!
We have just released a huge update to the config-file-validator: Added support for specifying...

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

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

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

gvisonExample 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,...

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

David LiUsing golang to filter through reddit posts
Reddit is a social news aggregation, web content rating, and discussion website. Users can submit...

Just-mapleUse 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,...

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

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
🚀 Excited to share my latest open source project - go-clipboard! A versatile clipboard utility built...

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