You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Please read the [contributing guidelines](./CONTRIBUTING.md) before submitting n
12
12
*[YouTube Channels](#youtube-channels)
13
13
*[Blogs, Chats, and Forums](#blogs-chats-and-forums)
14
14
*[Challenges and Algorithms](#challenges-and-algorithms)
15
+
*[MOOCs](#moocs)
15
16
*[Books](#books)
16
17
*[General Links and Tools](#general-links-and-tools)
17
18
*[JavaScript](#javascript)
@@ -97,6 +98,22 @@ Algorithms on freeCodeCamp | A collection of JavaScript algorithms split by diff
97
98
98
99
**[⇧ Back to Index](#index)**
99
100
101
+
### MOOCs
102
+
Name | Description | Cost
103
+
---- | ----------- | ----
104
+
[Programming for the Web with JavaScript](https://www.edx.org/course/programming-for-the-web-with-javascript) | Taught by the University of Pennsylvania on edX, this course teaches how to develop modern web apps using JavaScript, HTML, and CSS, as well as frameworks for both the front-end and the back-end. | Free to take, certificate is Paid
105
+
[CS50's Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x) | Taught by Harvard University on edX, and one of the most well-known programming MOOCs, this course covers introductory computer science concepts and algorithms using C, Python, and JavaScript. | Free to take, certificate is Paid
106
+
[CS50's Web Programming with Python and JavaScript](https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript) | Taught by Harvard University on edX, and a continuation of [CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x), this course goes deeper into the languages of Python and JavaScript by teaching web app development using frameworks like Django and React. | Free to take, certificate is Paid
107
+
[CS50's Introduction to Artificial Intelligence with Python](https://www.edx.org/course/cs50s-introduction-to-artificial-intelligence-with-python) | Taught by Harvard University on edX, and a continuation of [CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x), this course introduces machine learning with Python for the use of adding artificial intelligence to applications. | Free to take, certificate is Paid
108
+
[CS50's Introduction to Game Development](https://www.edx.org/course/cs50s-introduction-to-game-development) | Taught by Harvard University on edX, and a continuation of [CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x), this course teaches how to implement graphics, sound, animation, etc into video games using technologies such as Lua, C#, and Unity. | Free to take, certificate is Paid
109
+
[CS50's Mobile App Development with React Native](https://www.edx.org/course/cs50s-mobile-app-development-with-react-native) | Taught by Harvard University on edX, and a continuation of [CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x), this course teaches modern mobile app development using React Native and JavaScript. | Free to take, certificate is Paid
110
+
[The Web Developer Bootcamp 2021](https://www.udemy.com/course/the-web-developer-bootcamp) on Udemy | This course teaches the core of what any modern web developer needs to know in order to make full-stack web applications with HTML, CSS, JavaScript, and Node.js. | Paid
111
+
[The Advanced Web Developer Bootcamp](https://www.udemy.com/course/the-advanced-web-developer-bootcamp) on Udemy | A continuation of [The Web Developer Bootcamp](https://www.udemy.com/course/the-web-developer-bootcamp), this courses dives deeper into web development, exploring more concepts including libraries like React and D3, JavaScript testing, and advanced CSS. | Paid
112
+
[The Complete Node.js Developer Course (3rd Edition)](https://www.udemy.com/course/the-complete-nodejs-developer-course-2) on Udemy | This courses teaches how to build modern back-end web applications using Node.js, Express.js, and MongoDB. | Paid
113
+
[Become a WordPress Developer: Unlocking Power With Code](https://www.udemy.com/course/become-a-wordpress-developer-php-javascript) on Udemy | This course teaches how to create modern custom-built WordPress sites from scratch with PHP and JavaScript. | Paid
114
+
115
+
**[⇧ Back to Index](#index)**
116
+
100
117
### Books
101
118
Consider the probability of the information in the books provided to be out of date due to the passage of time since publishing. Technologies and practices in the software industry grow and change pretty rapidly. So keep this thought in mind and compare it with other resources you come across.
0 commit comments