├── LICENSE
└── README.md
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2021-Present Uncoded
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # RoadmapsResources
2 |
3 | > **This repository includes links to *forked* repositories which hold a list of different developer roadmaps and resources.**
4 |
5 | ## Roadmaps
6 |
7 | * [View roadmaps about developer roles to help you learn](https://github.com/Uncodedtech/awesome-roadmaps)
8 | * [A complete computer science study plan to become a software engineer.](https://github.com/Uncodedtech/coding-interview-university#coding-question-practice)
9 |
10 | ------------------------------------------------------------------
11 | ------------------------------------------------------------------
12 |
13 | ## Resources
14 |
15 |
16 | #### Table of contents:
17 |
18 | - [DS and Algo](#ds-and-algo)
19 | - [Algorithms](#algorithms)
20 | - [Git](#git)
21 | - [Cloud](#cloud)
22 | - [Devops](#devops)
23 | - [Javascript](#javascript)
24 | - [Web Security](#web-security)
25 | - [Data Science](#data-science)
26 | - [Others](#others)
27 |
28 | ### DS and Algo
29 |
30 | * [All Data Structures and Algorithms in - C/C++/Py... ](https://github.com/Uncodedtech/NeoAlgo)
31 | * [ CS Video Courses ](https://github.com/Uncodedtech/cs-video-courses)
32 |
36 |
37 | -------------------------------
38 |
39 | ### Algorithms
40 |
41 | * [All Algorithms implemented in Python](https://github.com/Uncodedtech/Python)
42 | * [All algorithms implemented in Javascript](https://github.com/Uncodedtech/Javascript)
43 |
47 |
48 | -------------------------------
49 |
50 | ### Git
51 |
52 | * [An interactive git visualization to challenge and educate!](https://github.com/Uncodedtech/learnGitBranching)
53 |
57 |
58 | -------------------------------
59 |
60 | ### Cloud
61 | * [📙 Amazon Web Services — a practical guide](https://github.com/Uncodedtech/og-aws)
62 | * [Google Cloud](https://github.com/Uncodedtech/google-cloud-4-words)
63 |
67 |
68 | --------------------------------
69 |
70 | ### Devops
71 |
72 | * [DevOps resources](https://github.com/Uncodedtech/devops-resources)
73 | * [docker resources](https://github.com/Uncodedtech/dockerlabs)
74 | * [devops-exercises](https://github.com/Uncodedtech/devops-exercises)
75 | * [Site Reliability Engineer Interview Preparation Guide](https://github.com/Uncodedtech/sre-interview-prep-guide)
76 |
80 |
81 | --------------------------------
82 |
83 | ### Javascript
84 |
85 | * [30 seconds of code](https://github.com/Uncodedtech/30-seconds-of-code)
86 | * [You Dont Know JS](https://github.com/Uncodedtech/You-Dont-Know-JS)
87 |
91 |
92 | --------------------------------
93 |
94 | ### Web Security
95 |
96 | * [Security tester's companion](https://github.com/Uncodedtech/SecLists)
97 | * [Resources for bug bounty hunters](https://github.com/Uncodedtech/Resources-for-Beginner-Bug-Bounty-Hunters)
98 | * [How to systematically secure anything: a repository about security engineering](https://github.com/Uncodedtech/how-to-secure-anything)
99 | * [Web Security Basics](https://github.com/Uncodedtech/web-security-basics)
100 | * [List of useful payloads & bypass for web app security](https://github.com/Uncodedtech/PayloadsAllTheThings)
101 |
105 |
106 | --------------------------------
107 |
108 | ### App dev
109 |
110 | * [Flutter Resources](https://github.com/Uncodedtech/awesome-flutter)
111 |
115 |
116 | ----------------------------------
117 |
118 | ### Data Science
119 |
120 | * [📝 An awesome Data Science repository to learn and apply for real world problems](https://github.com/Uncodedtech/awesome-datascience)
121 | * [Machine learning List of all the lessons learned, best practices...](https://github.com/Uncodedtech/Machine-Learning-Links-And-Lessons-Learned)
122 | * [Incredible Pytorch](https://github.com/Uncodedtech/the-incredible-pytorch)
123 |
127 |
128 | ----------------------------------------
129 |
130 | ### Others
131 |
132 | * [Read Research Papers (website)](https://myw3schools.github.io/) & you can also follow [manjunath5496](https://github.com/manjunath5496) (for research papers sources).
133 | * [Master the command line](https://github.com/Uncodedtech/the-art-of-command-line)
134 | * [How tech-savvy organizations around the world practice Site Reliability Engineering (SRE)](https://github.com/Uncodedtech/howtheysre)
135 | * [Patterns of Scalable & Reliable Large-Scale Systems](https://github.com/Uncodedtech/awesome-scalability)
136 | * [Quantum Machine Learning](https://github.com/Uncodedtech/awesome-quantum-machine-learning)
137 | * [Software and architecture related design patterns](https://github.com/Uncodedtech/awesome-design-patterns)
138 | * [A-Z Resources](https://github.com/Uncodedtech/A-to-Z-Resources-for-Students)
139 | * [Applied ML](https://github.com/Uncodedtech/applied-ml)
140 | * [Influential CS Books](https://github.com/Uncodedtech/influential-cs-books)
141 | * [Dive into Web3](https://github.com/Uncodedtech/useWeb3)
142 | * [Awesome MLOps](https://github.com/Uncodedtech/awesome-mlops)
143 | * [DevSecOps Library](https://github.com/Uncodedtech/DevSecOps)
144 | * [System Design Resources](https://github.com/Uncodedtech/awesome-system-design)
145 | * [Interview Guide](https://github.com/Uncodedtech/mega-interview-guide)
146 |
147 |
151 |
152 | ------------------------------------------------------------------
153 | -----------------------------------------------
154 |
155 | ### Maintainer
156 |
157 | * [Suraj Verma](https://github.com/surajv311)
158 |
159 | #### Parent repository
160 | * [one4All](https://github.com/Surajv311/one4All)
161 |
162 | ### License
163 |
164 | * [MIT](LICENSE)
165 |
166 | ---------------------------
167 |
168 |
169 |
--------------------------------------------------------------------------------