1. Public APIs
- 비즈니스, 애니메이션, 뉴스, 금융, 게임 등 방대한 주제를 포함하는 Github 공용 API 도구 컬렉션
: https://github.com/public-apis/public-apis
2. FreeCodeCamp
- 개발자가 무료로 코딩을 학습할 수 있도록 설계된 Github 대규모 리포지토리 모음
: https://github.com/freeCodeCamp/freeCodeCamp
3. Free Ebook Foundation
- 사용자에게 개발, 테스트, 코드 작성 등에 관한 다양한 주제의 책이 있는 무료 라이브러리를 제공
https://github.com/EbookFoundation
4. StoryBook
- UI 구성 요소를 빠르게 빌드, 테스트할 수 있는 UI 개발 도구
https://github.com/storybookjs/storybook
5. Build Your Own X
- 운영 체제, 검색 엔진, 프로그래밍 언어 등 여러 고유 기술을 구축하는 방법에 대한 학습 지침 모음
: https://github.com/codecrafters-io/build-your-own-x
6. The Node.js best practices
- Node.js에서 가장 인기있는 콘텐츠 큐레이션, 스타일 가이드 및 아키텍처 팁 등 모범 사례 모음
https://github.com/goldbergyoni/nodebestpractices
7. Developer roadmap
- 개발자 커리어 로드맵과 가이드 및 기타 교육 콘텐츠 제공
https://github.com/kamranahmedse/developer-roadmap
8. The Algorithms
- 데이터 구조 및 알고리즘을 학습하고 구현하기 위한 오픈소스 리소스
https://github.com/TheAlgorithms
9. Gitignore
- .gitignore 템플릿 모음
https://github.com/github/gitignore
10. The art of command line
- 개발 시간을 절약 시켜주는 명령줄 모음
https://github.com/jlevy/the-art-of-command-line
Reference
'Development > Development' 카테고리의 다른 글
프로젝트에 적용할 만한 기술 스택 (0) | 2023.02.06 |
---|---|
도메인이 복잡한 소프트웨어를 개발할 때 (0) | 2023.02.06 |
좋은 설계를 하는 방법 (0) | 2023.02.06 |
PAC (Proxy Auto Congifuration Script) (0) | 2023.01.31 |
TODO, FIXME, XXX 태그의 의미 (0) | 2023.01.31 |