-
Notifications
You must be signed in to change notification settings - Fork 61
Resources Added #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Sanika-Patil27
wants to merge
2
commits into
Varshitha713:master
Choose a base branch
from
Sanika-Patil27:add-resourses-branch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Resources Added #176
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -301,7 +301,53 @@ <h4>Web Dev Tutorials: W3Schools</h4> | |
| <h4>Interactive Learning: freeCodeCamp</h4> | ||
| <p>Offers hands-on coding lessons, certifications, and projects in web development, data science, and moreβall for | ||
| free.</p> | ||
| <a href="https://www.freecodecamp.org/" target="_blank">Explore freeCodeCamp</a> | ||
| <a href="https://neetcode.io/practice?tab=neetcode150" target="_blank">Explore freeCodeCamp</a> | ||
| </div> | ||
|
|
||
| <!--DSA, MAchine Learning, Data science --> | ||
| <div class="card" category="coding"> | ||
| <h4>DSA Mastery: NeetCode </h4> | ||
| <p>Offers curated list of 150 LeetCode problems compiled by a Google engineer, | ||
| designed to help prepare for technical interviews, especially for FAANG and big tech companies. This list covers | ||
| critical data structures and | ||
| algorithms, including arrays, graphs, dynamic programming, trees, and backtracking. Additionally, it includes | ||
| the Blind 75 plus 75 more | ||
| problems, making it a comprehensive resource for interview preparation. </p> | ||
| <a href="https://takeuforward.org/" target="_blank">Visit Take U Forward</a> | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this resource already exists in the site...do check the existing resources and try to add new ones!! |
||
| </div> | ||
|
|
||
| <div class="card" category="learning"> | ||
| <h4>DeepLearning.AI </h4> | ||
| <p>A highly acclaimed specialization by Andrew Ng, a pioneer in AI. It covers neural networks, CNNs, RNNs, and | ||
| practical aspects of building deep learning systems. </p> | ||
| <a href="https://www.deeplearning.ai/" target="_blank">Visit DeepLearning.ai</a> | ||
| </div> | ||
|
|
||
| <div class="card" category="learning"> | ||
| <h4>Basics of data and analysis tools</h4> | ||
| <p>Offers free learning paths and digital credentials through its SkillsBuild platform.</p> | ||
| <a href="https://skillsbuild.org/adult-learners/explore-learning/data-analyst" target="_blank">Visit | ||
| SkillsBuild</a> | ||
| </div> | ||
|
|
||
| <div class="card" category="coding"> | ||
| <h4>Data Analysis with Python</h4> | ||
| <p>Offers a comprehensive curriculum with a free certification upon completion.</p> | ||
| <a href="https://www.freecodecamp.org/learn/data-analysis-with-python/" target="_blank">Visit FreecodeCamp</a> | ||
| </div> | ||
|
|
||
| <div class="card" category="coding"> | ||
| <h4>Kaggle Kernels (Notebooks)</h4> | ||
| <p>Huge community, vast repository of datasets, active competitions (great for learning and portfolio building), | ||
| easy to share.</p> | ||
| <a href="https://www.kaggle.com/" target="_blank">Visit Kaggle</a> | ||
| </div> | ||
|
|
||
| <div class="card" category="learning"> | ||
| <h4>Machine Learning: Learn ML from scratch</h4> | ||
| <p>Learn Machine learning concepts from basic to advance</p> | ||
| <a href="https://www.geeksforgeeks.org/machine-learning/machine-learning/" target="_blank">Visit | ||
| GeeksForGeeks</a> | ||
| </div> | ||
|
|
||
| <div id="noResultsMessage" class="hidden"> | ||
|
|
@@ -336,29 +382,29 @@ <h2>first-contrib-placement</h2> | |
| class="fab fa-github"></i></a> | ||
| </div> | ||
| </div> | ||
| <!-- Quick Links --> | ||
| <div class="footer-section"> | ||
| <h3>Quick Links</h3> | ||
| <ul> | ||
| <li><a href="./index.html">Home</a></li> | ||
| <li><a href="#">Contribute</a></li> | ||
| <li><a href="#">Resources</a></li> | ||
| <li><a href="./roadmap.html">Roadmap</a></li> | ||
| <li><a href="./contact.html">Contact</a></li> | ||
| </ul> | ||
| </div> | ||
| <!-- Quick Links --> | ||
| <div class="footer-section"> | ||
| <h3>Quick Links</h3> | ||
| <ul> | ||
| <li><a href="./index.html">Home</a></li> | ||
| <li><a href="#">Contribute</a></li> | ||
| <li><a href="#">Resources</a></li> | ||
| <li><a href="./roadmap.html">Roadmap</a></li> | ||
| <li><a href="./contact.html">Contact</a></li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| <!-- Top Categories --> | ||
| <div class="footer-section"> | ||
| <h3>Top Categories</h3> | ||
| <ul> | ||
| <li><a href="./dsa.html">DSA Practice</a></li> | ||
| <li><a href="./resume.html">Resume Tips</a></li> | ||
| <li><a href="./interviewprep.html">Interview Prep</a></li> | ||
| <li><a href="./open.html">Open Source</a></li> | ||
| <li><a href="./roadmap.html">Roadmaps</a></li> | ||
| </ul> | ||
| </div> | ||
| <!-- Top Categories --> | ||
| <div class="footer-section"> | ||
| <h3>Top Categories</h3> | ||
| <ul> | ||
| <li><a href="./dsa.html">DSA Practice</a></li> | ||
| <li><a href="./resume.html">Resume Tips</a></li> | ||
| <li><a href="./interviewprep.html">Interview Prep</a></li> | ||
| <li><a href="./open.html">Open Source</a></li> | ||
| <li><a href="./roadmap.html">Roadmaps</a></li> | ||
| </ul> | ||
| </div> | ||
|
|
||
|
|
||
| <!-- Contact Info --> | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sanika-Patil27 don't touch the code related to quicklinks as well as categories and
you've also changed the link for the freecode camp to neetcode here please fix it!!