Add new learning resources (books, articles, courses, papers) to the appropriate resources.md file. Use when user mentions adding, saving, or tracking learning materials.
When the user wants to add a learning resource to their repository:
Determine which topic folder the resource belongs to:
Read the current resources.md file in that folder
Add the resource in consistent format:
- [Title](link) - Author/Source - Brief description of what it covers
Organize entries:
- [Designing Data-Intensive Applications](https://dataintensive.net/) - Martin Kleppmann - Deep dive into distributed systems, storage, and processing
- [CS229: Machine Learning](https://cs229.stanford.edu/) - Stanford - Andrew Ng's classic ML course covering fundamentals
- [Attention Is All You Need](https://arxiv.org/abs/1706.03762) - Vaswani et al. - Original transformer architecture paper