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
- Github Copilot
- formatter
- dprint/dprint
- prettier
- go fmt
- clang fmt
- lint
- eslint
- go vet
Design
- https://docs.microsoft.com/en-us/azure/architecture/patterns/
- https://microservices.io/patterns/
- 每个架构师都应该研究下康威定律
- 度量驱动开发
- [Conway's law]
- https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar
- 《Building Evolutionary Architectures》
Book
- Logic
- Mathematical Logic for Computer Science
- Logic in Computer Science
- https://www.lix.polytechnique.fr/Labo/Samuel.Mimram/teaching/INF551/
- https://slc.openlogicproject.org/
- Software Engineering at Google
- https://ebookfoundation.github.io/free-programming-books/books/free-programming-books-langs.html
Read
- facundoolano/software-papers
- Chronofold: a data structure for versioned text
- Principles of Distributed Computing
- 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
Layout Engine
- facebook/yoga
- MIT, C++, JS
- Flexbox. Follow
- tategakibunko/nehan
- MIT, TS
- paged-media - 书籍
- https://tategakibunko.github.io/nehan-playe
CICD
- drone
- gitlab-runner
- jenkins
- concourse/concourse