-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcourses.json
More file actions
146 lines (146 loc) · 6.08 KB
/
courses.json
File metadata and controls
146 lines (146 loc) · 6.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"name": "Python for Data Science",
"skill": "data science",
"description": "Learn Python and its libraries for Data Science.",
"link": "https://www.coursera.org/learn/python-for-data-science"
},
{
"name": "IBM Data Science Professional Certificate",
"skill": "data science",
"description": "Start your data science journey with this comprehensive certificate.",
"link": "https://www.coursera.org/professional-certificates/ibm-data-science"
},
{
"name": "Data Science and Machine Learning Bootcamp with R",
"skill": "data science",
"description": "Learn data analysis and ML using R programming.",
"link": "https://www.udemy.com/course/data-science-and-machine-learning-bootcamp-with-r/"
},
{
"name": "Full-Stack Web Development",
"skill": "web development",
"description": "Build full-stack web applications with Flask, React, and Node.js.",
"link": "https://www.udemy.com/course/the-complete-web-developer-bootcamp/"
},
{
"name": "The Web Developer Bootcamp 2024",
"skill": "web development",
"description": "Modern web development course including HTML, CSS, JS, Node, MongoDB, and more.",
"link": "https://www.udemy.com/course/the-web-developer-bootcamp/"
},
{
"name": "Responsive Web Design Certification",
"skill": "web development",
"description": "Learn responsive web design using HTML and CSS.",
"link": "https://www.freecodecamp.org/learn/responsive-web-design/"
},
{
"name": "Machine Learning A-Z",
"skill": "machine learning",
"description": "Master machine learning algorithms and techniques.",
"link": "https://www.udemy.com/course/machinelearning/"
},
{
"name": "Machine Learning by Andrew Ng",
"skill": "machine learning",
"description": "The classic ML course from Stanford University.",
"link": "https://www.coursera.org/learn/machine-learning"
},
{
"name": "Deep Learning Specialization",
"skill": "machine learning",
"description": "Covers deep neural networks, CNNs, RNNs, and more.",
"link": "https://www.coursera.org/specializations/deep-learning"
},
{
"name": "AI For Everyone",
"skill": "artificial intelligence",
"description": "A non-technical course to understand how AI works.",
"link": "https://www.coursera.org/learn/ai-for-everyone"
},
{
"name": "Artificial Intelligence: Reinforcement Learning in Python",
"skill": "artificial intelligence",
"description": "Hands-on reinforcement learning in AI.",
"link": "https://www.udemy.com/course/artificial-intelligence-reinforcement-learning-in-python/"
},
{
"name": "AI Programming with Python",
"skill": "artificial intelligence",
"description": "Learn Python, NumPy, Pandas, Matplotlib, PyTorch, Calculus, and Linear Algebra.",
"link": "https://www.udacity.com/course/ai-programming-python-nanodegree--nd089"
},
{
"name": "DevOps on AWS",
"skill": "devops",
"description": "Build CI/CD pipelines using AWS DevOps tools.",
"link": "https://www.coursera.org/learn/devops-on-aws"
},
{
"name": "Docker and Kubernetes: The Complete Guide",
"skill": "devops",
"description": "Master Docker and Kubernetes from scratch.",
"link": "https://www.udemy.com/course/docker-and-kubernetes-the-complete-guide/"
},
{
"name": "DevOps Essentials",
"skill": "devops",
"description": "Learn the fundamental principles and practices of DevOps.",
"link": "https://www.edx.org/course/devops-essentials"
},
{
"name": "Introduction to Cybersecurity",
"skill": "cybersecurity",
"description": "Learn the basics of cybersecurity threats and defenses.",
"link": "https://www.coursera.org/learn/intro-cyber-security"
},
{
"name": "Cyber Security Course for Beginners - Level 01",
"skill": "cybersecurity",
"description": "Absolute beginner-level cybersecurity fundamentals.",
"link": "https://www.youtube.com/watch?v=inWWhr5tnEA"
},
{
"name": "The Complete Cyber Security Course: Hackers Exposed!",
"skill": "cybersecurity",
"description": "Comprehensive cybersecurity concepts and threats.",
"link": "https://www.udemy.com/course/the-complete-cyber-security-course/"
},
{
"name": "Introduction to Cloud Computing",
"skill": "cloud computing",
"description": "Understand the basics of cloud services and deployment models.",
"link": "https://www.coursera.org/learn/introduction-to-cloud-computing"
},
{
"name": "Google Cloud Fundamentals",
"skill": "cloud computing",
"description": "Overview of Google Cloud Platform’s products and services.",
"link": "https://www.coursera.org/learn/gcp-fundamentals"
},
{
"name": "AWS Certified Solutions Architect - Associate",
"skill": "cloud computing",
"description": "Prepare for AWS certification with hands-on training.",
"link": "https://www.udemy.com/course/aws-certified-solutions-architect-associate/"
},
{
"name": "UI / UX Design Specialization",
"skill": "ui/ux design",
"description": "Learn design principles, wireframing, and prototyping.",
"link": "https://www.coursera.org/specializations/ui-ux-design"
},
{
"name": "User Experience Design Essentials – Adobe XD UI UX Design",
"skill": "ui/ux design",
"description": "UI/UX Design using Adobe XD with hands-on projects.",
"link": "https://www.udemy.com/course/ui-ux-web-design-using-adobe-xd/"
},
{
"name": "Intro to the Design of Everyday Things",
"skill": "ui/ux design",
"description": "Foundation course in UI/UX human-centered design.",
"link": "https://www.udacity.com/course/product-design--ud509"
}
]