yuzhiquan's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
google/comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
pulumi/pulumi
Pulumi - Infrastructure as Code in any programming language 🚀
PromtEngineer/localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
openobserve/openobserve
🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).
cert-manager/cert-manager
Automatically provision and manage TLS certificates in Kubernetes
krahets/LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓
ServiceWeaver/weaver
Programming framework for writing and deploying cloud applications.
open-telemetry/opentelemetry-collector
OpenTelemetry Collector
guangzhengli/ChatFiles
Document Chatbot — multiple files. Powered by GPT / Embedding.
open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
qianguyihao/Mac-list
Mac软件清单、Mac使用技巧整理,正在不断完善中。努力做到最全。
alibaba/sentinel-golang
Sentinel Go enables reliability and resiliency for Go microservices
submariner-io/submariner
Networking component for interconnecting Pods and Services across Kubernetes clusters.
pulumi/examples
Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
slog-rs/slog
Structured, contextual, extensible, composable logging for Rust
chao325/MaoTai_GUIT
JD京东抢购、京东抢茅台Windows端、开箱即用无需配置环境。开发在即(开源协议采用Apache License)抢茅台外挂,茅台脚本
Ftindy/IPTV-URL
kubernetes-sigs/cluster-proportional-autoscaler
Kubernetes Cluster Proportional Autoscaler Container
acln0/zerocopy
Zero-copy I/O primitives and pipelines for Go. Linux-specific.
spidernet-io/spiderpool
Underlay and RDMA network solution of the Kubernetes, for bare metal, VM and any public cloud
gocrane/crane-scheduler
Crane scheduler is a Kubernetes scheduler which can schedule pod based on actual node load.
inancgumus/effective-go
🚀 Effective Go: Structuring and Writing Idiomatic and Testable Code
nidorx/go-bench-viewer
Easy and intuitive Go Benchmark Results Viewer.
aws/aws-ebpf-sdk-go
Golang based SDK for kernel eBPF operations i.e, load/attach/detach eBPF programs and create/delete/update maps. SDK relies on Unix bpf() system calls.
Tubitv/envoy-node
This is a boilerplate to help you adopt Envoy.
rosemary666/algo
主要使用golang语言讲解和实现算法,包括数据结构、leetcode算法题等等