Skip to content

Commit 4645b63

Browse files
authored
Resources for web dev
1 parent ea4f420 commit 4645b63

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Resources

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Roadmaps for Web Development:
2+
1. Frontend Roadmap: https://roadmap.sh/frontend
3+
2. Backend Roadmap: https://roadmap.sh/backend
4+
In addition if you are looking for a roadmap for any particular framework like react, django please visit https://roadmap.sh
5+
Learning Resources
6+
HTML: https://www.w3schools.com/html/default.asp
7+
CSS: https://www.w3schools.com/css/default.asp
8+
JS: 
9+
• https://www.w3schools.com/js/default.asp
10+
• https://javascript.info/
11+
REACT: 
12+
• https://reactjs.org/
13+
• https://freecoursesite.com/the-complete-react-web-developer-course-with-redux-2/
14+
Backend
15+
Node JS: 
16+
• Full Course - https://drive.google.com/drive/u/0/folders/1POKm4t71uTgsnd9PYo8eD9RsOkwvL4_T
17+
Django: 
18+
• DOCs: https://docs.djangoproject.com/en/3.0/?ref=hackernoon.com
19+
20+
21+
Databases
22+
MongoDB: 
23+
• Docs: https://www.mongodb.com/
24+
MySQL:  
25+
Tutorial: https://www.javatpoint.com/mysql-tutorial
26+

0 commit comments

Comments
 (0)