Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 69 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Comment on lines 303 to +306
Copy link
Copy Markdown
Owner

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!!

<!--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>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The 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">
Expand Down Expand Up @@ -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 -->
Expand Down