Resources 폴더 사용 가이드 정리
현재 초안 상태로 재구성 후 업데이트 필요
폴더 구조 예시
📚 Resources/
├── 🎯 Core-References/
│ ├── templates/
│ │ ├── project-templates/
│ │ │ ├── python-project-setup.md
│ │ │ ├── research-project-structure.md
│ │ │ └── writing-project-outline.md
│ │ ├── document-templates/
│ │ │ ├── business-proposal.md
│ │ │ ├── research-paper.md
│ │ │ └── blog-post.md
│ │ └── review-templates/
│ │ ├── code-review.md
│ │ ├── book-review.md
│ │ └── product-review.md
│ └── workflows/
│ ├── publishing-workflow.md
│ ├── research-methodology.md
│ └── development-lifecycle.md
│
├── 🏢 Organizations/
│ ├── companies/
│ │ ├── tech-companies.md
│ │ ├── publishing-houses.md
│ │ └── research-institutions.md
│ ├── partners/
│ │ ├── business-partners.md
│ │ ├── tech-vendors.md
│ │ └── research-collaborators.md
│ └── networks/
│ ├── professional-associations.md
│ ├── academic-networks.md
│ └── industry-groups.md
│
├── 🛠️ Tools/
│ ├── development/
│ │ ├── python-ecosystem.md
│ │ ├── django-resources.md
│ │ └── nextjs-guides.md
│ ├── research/
│ │ ├── statistical-tools.md
│ │ ├── data-sources.md
│ │ └── analysis-frameworks.md
│ └── productivity/
│ ├── obsidian-plugins.md
│ ├── automation-tools.md
│ └── collaboration-platforms.md
│
├── 📖 References/
│ ├── technical/
│ │ ├── coding-standards.md
│ │ ├── api-documentation.md
│ │ └── system-architecture.md
│ ├── academic/
│ │ ├── research-papers.md
│ │ ├── methodology-guides.md
│ │ └── statistical-references.md
│ └── business/
│ ├── market-reports.md
│ ├── industry-standards.md
│ └── legal-guidelines.md
│
├── 💡 Knowledge-Base/
│ ├── business-ops/
│ │ ├── tax-guidelines.md
│ │ ├── contract-essentials.md
│ │ └── pricing-strategies.md
│ ├── tech-guides/
│ │ ├── troubleshooting/
│ │ │ ├── python-common-issues.md
│ │ │ ├── linux-solutions.md
│ │ │ └── deployment-fixes.md
│ │ └── setup-guides/
│ │ ├── development-environment.md
│ │ ├── server-configuration.md
│ │ └── database-setup.md
│ └── best-practices/
│ ├── code-organization.md
│ ├── documentation-guidelines.md
│ └── project-management.md
│
└── 🔗 External-Links/
├── learning-resources/
│ ├── online-courses.md
│ ├── tutorials.md
│ └── documentation.md
├── useful-tools/
│ ├── development-tools.md
│ ├── research-tools.md
│ └── productivity-tools.md
└── communities/
├── tech-communities.md
├── research-networks.md
└── professional-groups.md주요 특징과 설명:
- Core-References 🎯
- 프로젝트와 문서 작성의 기본이 되는 템플릿
- 반복적으로 사용되는 워크플로우 가이드
- 표준화된 프로세스 문서
- Organizations 🏢
- 협업하는 조직들에 대한 정보
- 파트너십 관리와 네트워크 정보
- 조직별 특성과 연락처 관리
- Tools 🛠️
- 개발, 연구, 생산성 도구들에 대한 상세 가이드
- 도구별 설정과 활용 방법
- 문제 해결과 최적화 방안
- References 📖
- 기술, 학술, 비즈니스 분야의 참고 자료
- 표준과 가이드라인
- 지속적으로 참고해야 할 문서들
- Knowledge-Base 💡
- 실무에서 자주 참고하는 지식
- 문제 해결 가이드
- 베스트 프랙티스 모음
- External-Links 🔗
- 유용한 외부 리소스 링크
- 학습 자료와 툴 정보
- 커뮤니티와 네트워크 정보
이점:
- 명확한 카테고리 구분
- 쉬운 참조와 검색
- 체계적인 지식 축적
- 효율적인 재사용
- 지속적인 업데이트 용이성

