- Node Problem Detector Design Doc
- The Almighty Pause Container
- An introduction to Go Kubernetes' informers
- A Deep Dive Into Kubernetes Informers
- So you wanna write Kubernetes controllers?
- Go: Best Practices for Production Environments
- What's in a name? (Go Names Talk 2014)
- How to add Kubernetes-powered leader election to your Go apps
- Practical OpenAPI in Go

It's not a bug, it's a feature!
📢 Broadcast Free to every corner of the world via the UDP protocol.
-
04:31
- 12h behind - https://yshngg.github.io/
Pinned Loading
-
rust-magic-patterns
rust-magic-patterns PublicForked from alexpusch/rust-magic-patterns
Magical Rust patterns laid out and simplified
-
new-codebase-discovery-template
new-codebase-discovery-template 1## Overview
2<details>
3<summary>How to document a new codebase</summary>
4Use this template to document a new codebase.
5 -
golang-algorithms
golang-algorithms PublicForked from trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in Golang with explanations and links to further readings
JavaScript
-
set -e, -u, -o, -x pipefail explanation
set -e, -u, -o, -x pipefail explanation 1# Table of Contents
2- [set -e, -u, -x, -o pipefail](#set--e--u--x--o-pipefail)
3- [set -e](#set--e)
4- [set -x](#set--x)
5- [set -u](#set--u)
219 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
yshngg/yshngg,
yshngg/leetcode-rust,
AliyunContainerService/kube-eventer
and 72 other
repositories
Loading
Contribution activity
April 2025
Created 21 commits in 7 repositories
Created 10 repositories
-
yshngg/vtrans
This contribution was made on Apr 21
-
yshngg/pmcp
This contribution was made on Apr 11
-
yshngg/migrate
Go
This contribution was made on Apr 10
-
yshngg/kmcp
This contribution was made on Apr 9
-
yshngg/go-clean-template
Go
This contribution was made on Apr 9
-
yshngg/blackmonday
Go
This contribution was made on Apr 9
-
yshngg/pdf
Go
This contribution was made on Apr 8
-
yshngg/quill
This contribution was made on Apr 7
-
yshngg/yshngg.github.io
This contribution was made on Apr 7
-
yshngg/grender
Go
This contribution was made on Apr 7
Created a pull request in evrone/go-clean-template that received 6 comments
Use go tool to trace tool dependencies
Track tool dependencies using commands such as go get -tool golang.org/x/tools/cmd/stringer
and go tool golang.org/x/tools/cmd/stringer
.
Currently,…
+2,818
−7
lines changed
•
6
comments
Opened 17 other pull requests in 3 repositories
yshngg/yshngg
1
open
13
merged
1
closed
-
Add Post: Introducing Operators: Putting Operational Knowledge into Software
This contribution was made on Apr 11
-
Add front matter
This contribution was made on Apr 10
-
Add Post: Practical OpenAPI in Go
This contribution was made on Apr 9
-
Reorganize existing documents into dedicated directories
This contribution was made on Apr 9
-
Add Post: How to add Kubernetes-powered leader election to your Go apps
This contribution was made on Apr 8
-
Add Post: What's in a name? (Go Names Talk 2014)
This contribution was made on Apr 7
-
Update README.md
This contribution was made on Apr 7
-
Add Post: Go: Best Practices for Production Environments
This contribution was made on Apr 6
-
Add Post: How to add Kubernetes-powered leader election to your Go apps
This contribution was made on Apr 4
-
Update README.md
This contribution was made on Apr 4
-
Add Post: So you wanna write Kubernetes controllers
This contribution was made on Apr 4
-
Update README.md
This contribution was made on Apr 2
-
Add Post: An introduction to Go Kubernetes' informers
This contribution was made on Apr 2
-
Update README.md
This contribution was made on Apr 2
-
Add Post: A Deep Dive Into Kubernetes Informers
This contribution was made on Apr 2
yshngg/rust-magic-patterns
1
open
-
Add Simplified Chinese documentation and update links for localization
This contribution was made on Apr 11
golang-migrate/migrate
1
open
-
Build all Database and Source drivers by default
This contribution was made on Apr 11
Reviewed 3 pull requests in 3 repositories
golang-migrate/migrate
1 pull request
-
Build all Database and Source drivers by default
This contribution was made on Apr 18
virattt/ai-hedge-fund
1 pull request
-
Dockerized version
This contribution was made on Apr 17
evrone/go-clean-template
1 pull request
-
Use go tool to trace tool dependencies
This contribution was made on Apr 14
Created an issue in prometheus/prometheus that received 2 comments
Tracking tool dependencies with go tool
in go 1.24
Proposal Go 1.24 has been released and introduces a new feature for tracking executable dependencies via tool directives in go.mod. Reference: http…
2
comments
Opened 17 other issues in 4 repositories
yshngg/yshngg
7
open
7
closed
-
Why Git is Better than X
This contribution was made on Apr 10
-
The Top 10 Most Common Mistakes I’ve Seen in Go Projects
This contribution was made on Apr 10
-
Add Post: What's in a name? (Go Names Talk 2014)
This contribution was made on Apr 6
-
What’s Up With Serverless?
This contribution was made on Apr 3
-
The What, Why, and How of a Microservices Architecture
This contribution was made on Apr 3
-
Practical OpenAPI in Go
This contribution was made on Apr 3
-
Scaling gRPC With Kubernetes (Using Go)
This contribution was made on Apr 3
-
So you wanna write Kubernetes controllers?
This contribution was made on Apr 3
-
How to add Kubernetes-powered leader election to your Go apps
This contribution was made on Apr 3
-
Managing your Go tool versions with go.mod and a tools.go
This contribution was made on Apr 3
-
Go: Best Practices for Production Environments
This contribution was made on Apr 3
-
Introducing Operators: Putting Operational Knowledge into Software
This contribution was made on Apr 3
-
A Deep Dive Into Kubernetes Informers
This contribution was made on Apr 1
-
An introduction to Go Kubernetes' informers
This contribution was made on Apr 1
dotnet/docs
1
closed
-
Incorrect Statement About Main Method Return Type in C# Tutorial Documentation (Learn / .NET / C#)
This contribution was made on Apr 25
golang/go
1
closed
-
proposal: cmd/go: add -tags flag to go tool command
This contribution was made on Apr 12
prometheus/node_exporter
1
closed
-
Sum of time proportions across CPU modes does not equal 100%
This contribution was made on Apr 8
1
contribution
in private repositories
Apr 17