Dev Awesome
- trimstray/the-book-of-secret-knowledge
- sw-yx/spark-joy
- mtdvio/every-programmer-should-know
- Bogdanp/awesome-advent-of-code
- mehdihadeli/awesome-software-architecture
- geek-cookbook/geek-cookbook
- jlevy/the-art-of-command-line
- papers-we-love/papers-we-love
- jobs
Design
Book
- Software Engineering at Google
Read
- https://martinfowler.com/articles/patterns-of-distributed-systems/
- Theoretical Computer Science Cheat Sheet
- cs-books/influential-cs-books
- The Log: What every software engineer should know about real-time data's unifying abstraction
- http://static.googleusercontent.com/media/research.google.com/en/us/people/jeff/stanford-295-talk.pdf
- 42 things I learned from building a production database
- Fundamental theorem of software engineering
- Indirection
- The Architect Elevator
- https://learninpublic.org/
- Developer-Y/cs-video-courses
- The Configuration Complexity Clock
- 硬编码 - 配置 - 规则引擎 - DSL
Article
Misc
- google/or-tools
- boyter/scc
- fast accurate code counter
Service Discovery
- consul
- zookeeper
- mDNS
Conf
- consul
- zookeeper
- ctripcorp/apollo
Audio
Metrics
- cloc
- boyter/scc
# -M '[.]pb[.]' -M 'generated'
scc --exclude-dir vendor --exclude-dir .gen -M '_test.go' --no-gen .
协作
- A simple way to build collaborative web apps
Microservices
Conf
Benchmark
- sharkdp/hyperfine
- command-line benchmarking tool
- rakyll/hey
Graph
Tools
- comby-tools/comby
- structural code search and replace
Secrets
- mozilla/sops
- editor of encrypted files
- AWS KMS, GCP KMS, Azure Key Vault, age, PGP
- gopasspw/gopass
- password manager for teams
有趣
- denigma
- Leetcode has taught me that I'm a bad engineer
- https://github.com/afatcoder/LeetcodeTop
- 各大互联网公司容易考察的高频 leetcode 题
Books
- Software Architecture Patterns
CICD
- drone
- gitlab-runner
- jenkins
- concourse/concourse