Skip to content

Commit bb4dd2f

Browse files
committed
Add new resources
1 parent b05eebe commit bb4dd2f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please read the [contributing guidelines](./CONTRIBUTING.md) before submitting n
1111
* [Tutorials and Docs](#tutorials-and-docs)
1212
* [YouTube Channels](#youtube-channels)
1313
* [Blogs, Chats, and Forums](#blogs-chats-and-forums)
14-
* [Challenges and Algorithms](#challenges-and-algorithms)
14+
* [Challenges, Algorithms, and Data Structures](#challenges-algorithms-and-data-structures)
1515
* [MOOCs](#moocs)
1616
* [Books](#books)
1717
* [General Links and Tools](#general-links-and-tools)
@@ -89,19 +89,24 @@ Name | Cost
8989
[Ben Ilegbodu's blog](https://www.benmvp.com) | Free
9090
[Web Dev Simplified's blog](https://blog.webdevsimplified.com) | Free
9191
[Web Dev Simplified's Discord server](https://discord.com/invite/7StTjnR) | Free
92+
[Kevin Powell's Discord server](https://discord.com/invite/nTYCvrK) | Free
9293
[CS50's Discord server](https://discord.com/invite/cs50) | Free
9394

9495
**[⇧ Back to Index](#index)**
9596

96-
### Challenges and Algorithms
97+
### Challenges, Algorithms, and Data Structures
9798
Name | Description | Cost
9899
---- | ----------- | ----
99100
[Codewars](https://www.codewars.com) | A popular gamified site for completing community-driven challenges customized by your preferred programming languages and experience level. | Free with some Paid features
100101
Algorithms on freeCodeCamp | A collection of JavaScript algorithms split by difficulty listed as [Basic](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-algorithm-scripting), [Intermediate](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#intermediate-algorithm-scripting), [Advanced](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#javascript-algorithms-and-data-structures-projects), and [Interview Prep](https://www.freecodecamp.org/learn/coding-interview-prep/#algorithms). | Free
101102
[Project Euler](https://projecteuler.net) | Hundreds of mathematical programming challenges that can be solved in the programming language of your choice. | Free
102-
[Computer Science course](https://www.khanacademy.org/computing/computer-science) on Khan Academy | A course for learning sorting algorithms and cryptography challenges in JavaScript that are ideal for interview prep. | Free
103+
[Computer Science course](https://www.khanacademy.org/computing/computer-science) on Khan Academy | A course for learning sorting algorithms and cryptography challenges in JavaScript. | Free
104+
[A Bit of Computer Science tutorial](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript#a-bit-of-computer-science) on The Odin Project | A taste of computer science for the JavaScript developer featuring articles and projects for learning DSA. | Free
105+
freeCodeCamp's [Data Structures course](https://www.freecodecamp.org/learn/coding-interview-prep/#data-structures) | Test your knowledge of Data Structures with these lessons and challenges on the subject provided in JavaScript. | Free
103106
[Sorting Algorithms Visualization Comparisons](https://www.cs.usfca.edu/~galles/visualization/ComparisonSort.html) | Animated visualizations of the functioning of various popular sorting algorithms. | Free
104107
[Frontend Mentor](https://www.frontendmentor.io) | A collection of several frontend projects that can be completed and shared with other developers in the community. | Free and Paid content
108+
[NeetCode](https://neetcode.io) | Practice algorithms for interview prep for free and watch courses on DSA with a Pro membership. | Free and Paid content
109+
[LeetCode](https://leetcode.com) | Challenges, Study Plans, Interview Prep for top companies, and more. A well known study platform in the industry. | Free and Paid content
105110

106111
**[⇧ Back to Index](#index)**
107112

@@ -174,6 +179,7 @@ Udacity's [JavaScript and the DOM course](https://www.udacity.com/course/javascr
174179
Udacity's [Building High Conversion Web Forms course](https://www.udacity.com/course/building-high-conversion-web-forms--ud890) | Free
175180
Udacity's [Object-Oriented JavaScript course](https://www.udacity.com/course/object-oriented-javascript--ud711) | Free
176181
[JavaScript30 course](https://javascript30.com) by Wes Bos | Free
182+
[Web APIs list](https://developer.mozilla.org/en-US/docs/Web/API) on MDN | Free
177183
Codecademy's [Learn TypeScript course](https://www.codecademy.com/learn/learn-typescript) | Free
178184
[JavaScript Interview Questions](https://github.com/sudheerj/javascript-interview-questions) by [@sudheerj](https://github.com/sudheerj) on GitHub | Free
179185

@@ -406,6 +412,7 @@ Scrimba.com's [Learn React for free course](https://scrimba.com/learn/learnreact
406412
[React JS tutorial](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript#react-js) on The Odin Project | Free
407413
Sololearn's [React + Redux course](https://www.sololearn.com/learning/1097) | Free
408414
freeCodeCamp's [React course](https://www.freecodecamp.org/learn/front-end-libraries/#react) | Free
415+
[React Hooks Simplified course](https://courses.webdevsimplified.com/react-hooks-simplified) | Free
409416
[React Resources](https://github.com/enaqx/awesome-react) by [@enaqx](https://github.com/enaqx) on GitHub | Free
410417
[React Developer Tools extension for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en-US) | Free
411418
[React Router website](https://reactrouter.com) | Free

0 commit comments

Comments
 (0)