vibe-coding-cn/i18n/en/documents/04-resources
tukuaiai 86e938aa2b docs: update en/ documents with latest zh/ translations
- Update 00-fundamentals: Language Layer Elements, Glue Coding, Common Pitfalls, The Way of Programming, General Project Architecture Template
- Update 01-getting-started: all 4 guides
- Update 04-resources: Tool Collection, External Resource Aggregation
- Add fate-engine-dev practice examples
- Update all README.md files

Translated using Gemini CLI headless mode
2025-12-19 17:36:38 +08:00
..
External Resource Aggregation.md docs: update en/ documents with latest zh/ translations 2025-12-19 17:36:38 +08:00
README.md docs: update en/ documents with latest zh/ translations 2025-12-19 17:36:38 +08:00
Recommended Programming Books.md refactor(en): restructure en/documents to match zh structure 2025-12-19 02:02:06 +08:00
Tool Collection.md docs: update en/ documents with latest zh/ translations 2025-12-19 17:36:38 +08:00

README.md

# 📦 Resources

> Templates, Tools, External Resources

## 🗂️ Templates and Tools

| Resource | Description |
|:---|:---|
| [General Project Architecture Template](./通用项目架构模板.md) | Standard directory structures for various project types |
| [Code Organization](./代码组织.md) | Best practices for code organization |
| [Tool Set](./工具集.md) | Commonly used development tools |

## 📚 Learning Resources

| Resource | Description |
|:---|:---|
| [Recommended Programming Books](./编程书籍推荐.md) | Curated selection of programming books |
| [Aggregated External Resources](./外部资源聚合.md) | Summary of AI tools, communities, and GitHub repositories |

## 🔗 Related Resources
- [Fundamentals Guide](../00-基础指南/) - Core concepts and methodologies
- [Getting Started Guide](../01-入门指南/) - Environment setup
- [Methodology](../02-方法论/) - Tools and experience
- [Practice](../03-实战/) - Hands-on practice