Skip to content

Commit 3ff97d6

Browse files
committed
v2.0
1 parent 70205f1 commit 3ff97d6

File tree

1 file changed

+67
-70
lines changed

1 file changed

+67
-70
lines changed

README.md

Lines changed: 67 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new
1515
- [📃 Documentations](#-documentations)
1616
- [⚡ Development Doc](#-development-doc)
1717
- [🎯 Frameworks/Library Doc](#-frameworkslibrary-doc)
18-
- [📄 Misc](#-misc)
18+
- [📄 Misc Doc](#-misc-doc)
1919
- [👩🏻‍💻 Programming Doc](#-programming-doc)
2020
- [💻 Video/Playlist](#-videoplaylist)
2121
- [💡 Artificial Intelligence](#-artificial-intelligence)
@@ -33,7 +33,7 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new
3333
# 📃 Documentations
3434

3535
## ⚡ Development Doc
36-
- Android Development : Docs - https://developer.android.com/courses
36+
- Android Development : Doc - https://developer.android.com/courses
3737

3838
- CSS :
3939
- CSS Animated Tutorial - https://joshwcomeau.com/tutorials/css
@@ -55,50 +55,46 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new
5555
- FreecodeCamp responsive web design certification - https://freecodecamp.org/learn/responsive-web-design
5656
- Udemy Course - https://udemy.com/course/web-development-learn-by-doing-html5-css3-from-scratch-introductory/?LSNPUBID=JVFxdTr9V80&ranEAID=JVFxdTr9V80&ranMID=39197&ranSiteID=JVFxdTr9V80-.kQm3jmcBuCh.MiOQl7t4Q&utm_medium=udemyads&utm_source=aff-campaign
5757

58-
- Javascript :
58+
- JavaScript :
5959
- FreecodeCamp JavaScript Algorithms and Data Structures certification - https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/
60-
- Javascript Exercises (Beginner) - https://asmarterwaytolearn.com/js/index-of-exercises
61-
- Javascript (Advance) - https://edureka.co/blog/advanced-javascript-tutorial
60+
- JavaScript Exercises (Beginner) - https://asmarterwaytolearn.com/js/index-of-exercises
61+
- JavaScript (Advance) - https://edureka.co/blog/advanced-javascript-tutorial
6262
- JS for Cats - https://jsforcats.com
6363

6464
- SASS :
65-
- Docs - https://sass-lang.com/documentation
66-
- w3schools - https://w3schools.com/sass
65+
- Doc - https://sass-lang.com/documentation
66+
- W3Schools - https://w3schools.com/sass
6767

68-
- Typerscript :
69-
- Official Handbook - https://typescriptlang.org/docs/handbook/basic-types
68+
- TypeScript : Official Handbook - https://www.typescriptlang.org/docs/handbook/2/basic-types.html
7069

71-
- WEBPACK : https://webpack.js.org
72-
73-
- PHP :
74-
- The Right Way - https://phptherightway.com
75-
- w3schools - https://www.w3schools.com/php
76-
- Offitial doc - https://www.php.net/manual/en/index.php
70+
- Webpack : Doc - https://webpack.js.org
7771

7872
## 🎯 Frameworks/Library Doc
73+
- Angular : Doc - https://angular.io
7974
- Bootstrap 4 : Scrimba - https://scrimba.com/learn/bootstrap4
8075
- Bulma : openbase - https://openbase.io/js/bulma/tutorials
81-
- Chakra UI : Docs - https://chakra-ui.com/getting-started
82-
- Material UI : Docs - https://mui.com
83-
- TailwindCSS : Docs - https://tailwindcss.com
84-
85-
## Frameworks/Library
86-
- Angular : Docs - https://angular.io
87-
- Next : Docs - https://nextjs.org
88-
- React js : Docs - https://reactjs.org/docs/hello-world
89-
- Svelte: Docs - https://svelte.dev
90-
- Vue : Docs - https://vuejs.org
76+
- Chakra UI : Doc - https://chakra-ui.com/getting-started
77+
- Material UI : Doc - https://mui.com
78+
- Next : Doc - https://nextjs.org
79+
- React JS : Doc - https://reactjs.org/docs/hello-world
80+
- Svelte: Doc - https://svelte.dev
81+
- TailwindCSS : Doc - https://tailwindcss.com
82+
- Vue : Doc - https://vuejs.org
9183

92-
## 📄 Misc
84+
## 📄 Misc Doc
9385
- DevTools : https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools
9486
- PWA : https://developers.google.com/web/progressive-web-apps
9587

9688
## 👩🏻‍💻 Programming Doc
89+
- PHP :
90+
- The Right Way - https://phptherightway.com
91+
- W3Schools - https://www.w3schools.com/php
92+
- Official Doc - https://www.php.net/manual/en/index.php
9793
- Python :
9894
- FreecodeCamp Scientific Computing with Python certification - https://freecodecamp.org/learn/scientific-computing-with-python
9995
- Python for everybody by Dr. Chuck - https://py4e.com
100-
- RUBY (BEGGINER) : Codecademy - https://codecademy.com/learn/learn-ruby
101-
- RUST : Docs - https://rust-lang.org/learn
96+
- Ruby (Beginner) : Codecademy - https://codecademy.com/learn/learn-ruby
97+
- Rust : Doc - https://rust-lang.org/learn
10298

10399
<br/>
104100
<br/>
@@ -121,21 +117,20 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new
121117

122118
| TOPIC | SOURCE NAME | LINK |
123119
| --------------- | --------------------- | -------------------------------------------------------------------------------------- |
124-
| NODE JS | Thapa Technical | [click here](https://www.youtube.com/playlist?list=PLwGdqUZWnOp00IbeN0OtL9dmnasipZ9x8) |
125-
| PHP (mongoDB) | AmigosCode | [click here](https://www.youtube.com/watch?v=Www6cTUymCY) |
126-
| PHP(postgreSQL) | AmigosCode | [click here](https://www.youtube.com/watch?v=5hzZtqCNQKk) |
120+
| Node JS | Thapa Technical | [click here](https://www.youtube.com/playlist?list=PLwGdqUZWnOp00IbeN0OtL9dmnasipZ9x8) |
121+
| PHP (MongoDB) | AmigosCode | [click here](https://www.youtube.com/watch?v=Www6cTUymCY) |
122+
| PHP(PostgreSQL) | AmigosCode | [click here](https://www.youtube.com/watch?v=5hzZtqCNQKk) |
127123
| PHP (Rest API) | ProgrammingKnowledge | [click here](https://www.youtube.com/watch?v=dlGtSoigdB0) |
128-
| PYTHON | API Testing In Python | [click here](https://testautomationu.applitools.com/python-api-testing) |
129-
| PYTHON (DJANGO) | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=jBzwzrDvZ18) |
130-
| PYTHON (FLASK) | Corey Schafer | [click here](https://youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH) |
124+
| Python | API Testing In Python | [click here](https://testautomationu.applitools.com/python-api-testing) |
125+
| Python (Django) | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=jBzwzrDvZ18) |
126+
| Python (Flask) | Corey Schafer | [click here](https://youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH) |
131127

132128
## 🌀 Backend Frameworks/Library
133129

134-
| TOPIC | SOURCE NAME | LINK |
135-
| ----------------- | -------------------------- | -------------------------------------------------------------------- |
136-
| LARAVEL (Beginner)| ProgrammingKnowledge | [click here](https://www.youtube.com/playlist?list=PLS1QulWo1RIbRHq1qqw3Jc7e8qlB6cWfi) |
137-
| PYTEST (Beginner) | Test Automation University | [click here](https://testautomationu.applitools.com/pytest-tutorial) |
138-
130+
| TOPIC | SOURCE NAME | LINK |
131+
| ----------------- | -------------------------- | -------------------------------------------------------------------------------------- |
132+
| Laravel (Beginner)| ProgrammingKnowledge | [click here](https://www.youtube.com/playlist?list=PLS1QulWo1RIbRHq1qqw3Jc7e8qlB6cWfi) |
133+
| Pytest (Beginner) | Test Automation University | [click here](https://testautomationu.applitools.com/pytest-tutorial) |
139134

140135
## 📂 Database
141136

@@ -157,34 +152,36 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new
157152

158153
## 🌊 Frontend Development
159154

160-
| TOPIC | SOURCE NAME | LINK |
161-
| --------------------- | --------------------- | -------------------------------------------------------------------------------------- |
162-
| HTML | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=pQN-pnXPaVg) |
163-
| HTML (Beginner) | Programming with Mosh | [click here](https://www.youtube.com/watch?v=qz0aGYrrlhU&t=344s) |
164-
| HTML/CSS From scratch | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=mU6anWqZJcc) |
165-
| TAILWIND CSS | The Net Ninja | [click here](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gpXORlEHjc5bgnIi5HEGhw) |
166-
| JavaScript (Beginner) | Programming with Mosh | [click here](https://www.youtube.com/watch?v=W6NZfCO5SIk) |
167-
| INTRO TO HTML & CSS | Udacity | [click here](https://www.udacity.com/course/intro-to-html-and-css--ud001) |
168-
| Responsive Web Design Fundamentals | Udacity | [click here](https://www.udacity.com/course/responsive-web-design-fundamentals--ud893) |
169-
| Responsive Images | Udacity | [click here](https://www.udacity.com/course/responsive-images--ud882) |
170-
| JavaScript Basics | Udacity | [click here](https://www.udacity.com/course/javascript-basics--ud804) |
171-
| Intro to jQuery | Udacity | [click here](https://www.udacity.com/course/intro-to-jquery--ud245) |
172-
| Object-Oriented JavaScript | Udacity | [click here](https://www.udacity.com/course/object-oriented-javascript--ud015) |
173-
| HTML5 Canvas | Udacity | [click here](https://www.udacity.com/course/html5-canvas--ud292) |
174-
|Intro to AJAX | Udacity | [click here](https://www.udacity.com/course/intro-to-ajax--ud110) |
175-
|JavaScript Design Patterns | Udacity | [click here](https://www.udacity.com/course/javascript-design-patterns--ud989) |
176-
|JavaScript Testing | Udacity | [click here](https://www.udacity.com/course/javascript-testing--ud549) |
155+
| TOPIC | SOURCE NAME | LINK |
156+
| ---------------------------------- | --------------------- | -------------------------------------------------------------------------------------- |
157+
| HTML | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=pQN-pnXPaVg) |
158+
| HTML (Beginner) | Programming with Mosh | [click here](https://www.youtube.com/watch?v=qz0aGYrrlhU&t=344s) |
159+
| HTML Canvas | Udacity | [click here](https://www.udacity.com/course/html5-canvas--ud292) |
160+
| HTML/CSS From scratch | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=mU6anWqZJcc) |
161+
| Intro to AJAX | Udacity | [click here](https://www.udacity.com/course/intro-to-ajax--ud110) |
162+
| Intro to HTML & CSS | Udacity | [click here](https://www.udacity.com/course/intro-to-html-and-css--ud001) |
163+
| Intro to jQuery | Udacity | [click here](https://www.udacity.com/course/intro-to-jquery--ud245) |
164+
| JavaScript Basics | Udacity | [click here](https://www.udacity.com/course/javascript-basics--ud804) |
165+
| JavaScript (Beginner) | Programming with Mosh | [click here](https://www.youtube.com/watch?v=W6NZfCO5SIk) |
166+
| JavaScript Design Patterns | Udacity | [click here](https://www.udacity.com/course/javascript-design-patterns--ud989) |
167+
| JavaScript Testing | Udacity | [click here](https://www.udacity.com/course/javascript-testing--ud549) |
168+
| Object-Oriented JavaScript | Udacity | [click here](https://www.udacity.com/course/object-oriented-javascript--ud015) |
169+
| Responsive Images | Udacity | [click here](https://www.udacity.com/course/responsive-images--ud882) |
170+
| Responsive Web Design Fundamentals | Udacity | [click here](https://www.udacity.com/course/responsive-web-design-fundamentals--ud893) |
171+
| Tailwind CSS | The Net Ninja | [click here](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gpXORlEHjc5bgnIi5HEGhw) |
172+
173+
177174

178175
## ⚡ Frontend Frameworks/Library
179176

180177
| TOPIC | SOURCE NAME | LINK |
181178
| ------------------------------ | ----------------- | -------------------------------------------------------------------------------------- |
182-
| REACT JS (Beginner) | Clever Programmer | [click here](https://www.youtube.com/watch?v=vIRBSI-elUM) |
179+
| React JS (Beginner) | Clever Programmer | [click here](https://www.youtube.com/watch?v=vIRBSI-elUM) |
180+
| React JS (Beginner to Advance) | Clever Programmer | [click here](https://www.youtube.com/watch?v=-cMqr9HpZ-Y) |
181+
| React JS (Beginner to Advance) | Codevolution | [click here](https://www.youtube.com/playlist?list=PLC3y8-rFHvwgg3vaYJgHGnModB54rxOk3) |
183182
| React JS Crash Course | Traversy Media | [click here](https://www.youtube.com/watch?v=A71aqufiNtQ) |
184-
| REACT JS (Beginner to Advance) | Clever Programmer | [click here](https://www.youtube.com/watch?v=-cMqr9HpZ-Y) |
185-
| REACT JS (Beginner to Advance) | Codevolution | [click here](https://www.youtube.com/playlist?list=PLC3y8-rFHvwgg3vaYJgHGnModB54rxOk3) |
186-
| REACT REDUX | Codevolution | [click here](https://www.youtube.com/playlist?list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK) |
187-
| VUE JS | The Net Ninja | [click here](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gQcYgjhBoeQH7wiAyZNrYa) |
183+
| React Redux | Codevolution | [click here](https://www.youtube.com/playlist?list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK) |
184+
| Vue JS | The Net Ninja | [click here](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gQcYgjhBoeQH7wiAyZNrYa) |
188185

189186
## 📑 Machine Learning
190187

@@ -204,13 +201,13 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new
204201
| C++ (Beginner) | CodeWithHarry | [click here](https://youtube.com/playlist?list=PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL) |
205202
| C# (Basic) | Programming With Mosh | [click here](https://www.youtube.com/watch?v=gfkTfcpWqAY) |
206203
| C# (Full Course) | FreeCodeCamo | [click here](https://www.youtube.com/watch?v=GhQdlIFylQ8) |
207-
| CORE JAVA | Smart Programming | [click here](https://www.youtube.com/playlist?list=PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b) |
208-
| GOLANG (Beginner) | Tech with Tim | [click here](https://www.youtube.com/playlist?list=PLzMcBGfZo4-mtY_SE3HuzQJzuj4VlUG0q) |
209-
| FLUTTER (Beginner) | The Net Ninja | [click here](https://www.youtube.com/playlist?list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ) |
210-
| KOTLIN | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=F9UC9DY-vIU) |
211-
| PYTHON Basics (Beginner) | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=rfscVS0vtbw) |
212-
| PYTHON (Beginner) | TechWorld with Nana | [click here](https://www.youtube.com/watch?v=t8pPdKYpowI) |
213-
| PYTHON (Advance) | Python Engineer | [click here](https://www.youtube.com/playlist?list=PLqnslRFeH2UqLwzS0AwKDKLrpYBKzLBy2) |
204+
| Core JAVA | Smart Programming | [click here](https://www.youtube.com/playlist?list=PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b) |
205+
| Flutter (Beginner) | The Net Ninja | [click here](https://www.youtube.com/playlist?list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ) |
206+
| GoLang (Beginner) | Tech with Tim | [click here](https://www.youtube.com/playlist?list=PLzMcBGfZo4-mtY_SE3HuzQJzuj4VlUG0q) |
214207
| Javascript(Beginner) | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=PkZNo7MFNFg) |
215-
| RUBY (Beginner) | ProgrammingKnowledge | [click here](https://www.youtube.com/playlist?list=PLS1QulWo1RIbNBXZAeVbkkHEj9zsEbXQK) |
216-
| PHP(Full Course) | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=OK_JCtrrv-c) |
208+
| Kotlin | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=F9UC9DY-vIU) |
209+
| PHP (Full Course) | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=OK_JCtrrv-c) |
210+
| Python Basics (Beginner) | FreeCodeCamp | [click here](https://www.youtube.com/watch?v=rfscVS0vtbw) |
211+
| Python (Beginner) | TechWorld with Nana | [click here](https://www.youtube.com/watch?v=t8pPdKYpowI) |
212+
| Python (Advance) | Python Engineer | [click here](https://www.youtube.com/playlist?list=PLqnslRFeH2UqLwzS0AwKDKLrpYBKzLBy2) |
213+
| Ruby (Beginner) | ProgrammingKnowledge | [click here](https://www.youtube.com/playlist?list=PLS1QulWo1RIbNBXZAeVbkkHEj9zsEbXQK) |

0 commit comments

Comments
 (0)