Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadasif-wd/source
Welcome to the Programming Knowledge Repository. This repository is a comprehensive collection of reusable components, helpful commands, language guides, framework tutorials, best practices, algorithms, and data structures.
https://github.com/muhammadasif-wd/source
algorithms bestpractices datastructures knowledge muhammadasif-wd opensource programming repository tutorials
Last synced: about 1 month ago
JSON representation
Welcome to the Programming Knowledge Repository. This repository is a comprehensive collection of reusable components, helpful commands, language guides, framework tutorials, best practices, algorithms, and data structures.
- Host: GitHub
- URL: https://github.com/muhammadasif-wd/source
- Owner: muhammadasif-wd
- Created: 2024-05-16T06:58:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T06:26:20.000Z (about 1 month ago)
- Last Synced: 2024-11-10T07:25:09.596Z (about 1 month ago)
- Topics: algorithms, bestpractices, datastructures, knowledge, muhammadasif-wd, opensource, programming, repository, tutorials
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Knowledge Repository
```
source/
│
├── README.md
├── components/
│ ├── web/
│ │ ├── Button.md
│ │ ├── Card.md
│ │ └── ...
│ ├── mobile/
│ │ ├── Button.md
│ │ ├── List.md
│ │ └── ...
│ └── backend/
│ ├── Auth.md
│ ├── Database.md
│ └── ...
├── commands/
│ ├── git-commands.md
│ ├── docker-commands.md
│ ├── kubernetes-commands.md
│ └── ...
├── languages/
│ ├── python/
│ │ ├── basics.md
│ │ ├── advanced.md
│ │ └── ...
│ ├── javascript/
│ │ ├── basics.md
│ │ ├── advanced.md
│ │ └── ...
│ └── ...
├── frameworks/
│ ├── react/
│ │ ├── getting-started.md
│ │ ├── advanced-concepts.md
│ │ └── ...
│ ├── django/
│ │ ├── getting-started.md
│ │ ├── advanced-concepts.md
│ │ └── ...
│ └── ...
├── best-practices/
│ ├── coding-standards.md
│ ├── testing.md
│ ├── security.md
│ └── ...
├── algorithms/
│ ├── sorting.md
│ ├── searching.md
│ └── ...
└── data-structures/
├── arrays.md
├── linked-lists.md
└── ...
```
Welcome to the Programming Knowledge Repository. This repository is a comprehensive collection of reusable components, helpful commands, language guides, framework tutorials, best practices, algorithms, and data structures.## Structure
- **components/**: Detailed documentation on reusable components for web, mobile, and backend development.
- **commands/**: Lists essential commands for various tools and technologies.
- **languages/**: Guides and tutorials for different programming languages.
- **frameworks/**: Tutorials and advanced concepts for various frameworks.
- **best-practices/**: Best practices in coding standards, testing, security, and more.
- **algorithms/**: Detailed explanations and examples of various algorithms.
- **data-structures/**: Comprehensive guides on different data structures.## Usage
Navigate through the folders to find the specific information you need. Each markdown file is well-documented and includes examples where applicable.