Ealien's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
golang-standards/project-layout
Standard Go Project Layout
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
romkatv/powerlevel10k
A Zsh theme
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
google/comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
hashicorp/consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
sunface/rust-course
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
nsqio/nsq
A realtime distributed messaging platform
go-kratos/kratos
Your ultimate Go microservices framework for the cloud-native era.
panjf2000/ants
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
diesel-rs/diesel
A safe, extensible ORM and Query Builder for Rust
golang/groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
fenixsoft/awesome-fenix
讨论如何构建一套可靠的大型分布式系统
erikgrinaker/toydb
Distributed SQL database in Rust, written as an educational project
syndtr/goleveldb
LevelDB key/value database in Go.
maemual/raft-zh_cn
Raft一致性算法论文的中文翻译
rosedblabs/rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
google/btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
spieglt/FlyingCarpet
Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
rcore-os/rCore
Rust version of THU uCore OS. Linux compatible.
rustcc/writing-an-os-in-rust
《使用Rust编写操作系统》
i2ii/i
rcore-os/rCore-Tutorial-Book-v3
A book about how to write OS kernels in Rust easily.
rosedblabs/mini-bitcask
(Chinese) rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。