Stars
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Literature references for “Designing Data-Intensive Applications”
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
Cloud Native Function-as-a-Service Platform (CNCF Sandbox Project)
Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery)
Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS
Production-Grade Container Scheduling and Management
Ingress NGINX Controller for Kubernetes
Golang implementation of the Raft consensus protocol
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.
Bootstrap Kubernetes the hard way. No scripts.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
aiomysql is a library for accessing a MySQL database from the asyncio
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。