不同方向的学习资源推荐
供自己以及团队他人参考的学习资源,持续更新中。
架构学习:
https://learning-guide.gitbook.io/system-design-interview
https://github.com/donnemartin/system-design-primer
Design Pattern:
Methodologies:
- DDD/Event Storming: https://jbcodeforce.github.io/eda-studies/methodology/event-storming/
C4
- 《Software architecture for developers》
- https://c4model.com/introduction
- TOGAF/Architecture Governance
Specific Areas:
OAuth
- https://www.nango.dev/blog/why-is-oauth-still-hard Why is OAuth still hard in 2025?
- https://oauth.net/2/ OAuth 2.0
- 《Keycloak - Identity and Access Management for Modern Applications: Harness the power of Keycloak, OpenID Connect, and OAuth 2.0 protocols to secure applications》
- 《API Security in Action》
- 《OAuth 2.0 in Action》
TLS/mTLS:
AWS Services Deep Dive:
https://medium.com/@joudwawad
https://jbcodeforce.github.io/yarfba/ AWS Studies
Infra:
- 数据中心网络高可用技术:https://www.kawabangga.com/posts/6417
- 四层负载均衡:https://www.kawabangga.com/posts/5301
HiveMQ Series:
https://www.hivemq.com/mqtt-5/ MQTT 5 Series
https://www.hivemq.com/mqtt/ MQTT Series
流式系统(主流 Flink)阅读指南:
https://www.tisonkun.org/2023/04/03/streaming-systems-reading/
Data:
Data Warehouse/Data Lake/Data Lakehouse
- Storage (S3/OSS - 对象, EBS - 块, EFS - 文件, https://aws.amazon.com/compare/the-difference-between-block-file-object-storage/ )
- Processing (Streaming, Batch, ETL, Analytics)
- Data Product/Data Application/Data Service/Data Portal
- Data Governance
- Data Security
- Data Modelling

AI/LLM: - https://huggingface.co/learn/agents-course/unit0/introduction
- https://cdn.openai.com/business-guides-and-resources/a-practical-guide-to-building-agents.pdf
- https://arthurchiao.art/blog/ai-agent-white-paper-zh/
- https://arthurchiao.art/blog/build-effective-ai-agent-zh/