Skip to content

Add TutorialSearch to Video Tutorials#37

Open
ParishKhan wants to merge 2 commits into
Cap-go:mainfrom
ParishKhan:add-tutorialsearch-1779427683
Open

Add TutorialSearch to Video Tutorials#37
ParishKhan wants to merge 2 commits into
Cap-go:mainfrom
ParishKhan:add-tutorialsearch-1779427683

Conversation

@ParishKhan
Copy link
Copy Markdown

@ParishKhan ParishKhan commented May 22, 2026

Hi! This PR adds TutorialSearch to the Video Tutorials section.

What is TutorialSearch?

TutorialSearch is a free, cross-platform search engine that indexes 50,000+ tutorials and courses from major learning platforms (Udemy, Skillshare, Pluralsight, and more) across 45+ categories — including programming, web development, AI/ML, cybersecurity, design, and more. No signup required.

It helps learners compare tutorials side-by-side by rating, price, and reviews before committing to a course, which I think makes it a useful addition to this list.

Entry added

- [TutorialSearch](https://tutorialsearch.io/browse/mobile-development/ionic-framework) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories.

Inserted in alphabetical order within the section. Happy to adjust formatting, description length, or placement if you'd like — just let me know!

Thanks for maintaining this list.

Summary by CodeRabbit

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

📝 Walkthrough

Walkthrough

README.md adds one new resource entry, "TutorialSearch", to the Video Tutorials section with a link to https://tutorialsearch.io/.

Changes

Tutorial Resource Addition

Layer / File(s) Summary
TutorialSearch resource link
README.md
A new "TutorialSearch" resource entry linking to tutorialsearch.io is added to the Video Tutorials section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Add TutorialSearch to Video Tutorials' directly and clearly describes the main change: adding a new entry to the Video Tutorials section of the README.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@README.md`:
- Line 270: Move the "TutorialSearch" list entry out of the "Video Tutorials"
section and add it to the "Tools" section; specifically locate the list item
text "TutorialSearch - Free cross-platform search engine..." in README.md under
the "Video Tutorials" header, remove that line, and insert the same bullet point
into the existing "Tools" list so the entry appears with the other tool links.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1f3ee965-de50-4cc2-b317-2df61a4c13dc

📥 Commits

Reviewing files that changed from the base of the PR and between 0f74514 and ed74ea8.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated
- [Build a Custom Flash Card Component in Ionic](https://www.youtube.com/watch?v=BKFQKywl_GM)
- [Hacking CSS in Ionic](https://www.youtube.com/watch?v=sXFmkdhOEVc)
- [Learn Ionic 3 From Scratch](https://www.youtube.com/watch?v=JcEGTektejA&list=PLYxzS__5yYQng-XnJhB21Jc7NW1OIaqct)
- [TutorialSearch](https://tutorialsearch.io/) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick | 🔵 Trivial | ⚡ Quick win

Consider moving this entry to the "Tools" section.

The "Video Tutorials" section contains actual tutorial content (e.g., "Build a Todo App from Scratch with Ionic", "How to Use Google Maps & Geolocation"). TutorialSearch is a search engine for discovering tutorials rather than tutorial content itself. The "Tools" section (lines 255-262) would be a more semantically appropriate location for this entry.

📍 Suggested placement in the Tools section

Remove from line 270 and add to the Tools section instead:

 - [Capgo Semver Tester](https://capgo.app/semver_tester/) - Test semantic versioning compatibility for Capacitor plugins.
 - [AASA Tester](https://aasa-tester.capgo.app) - Test Apple App Site Association files for iOS Universal Links.
+- [TutorialSearch](https://tutorialsearch.io/) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 270, Move the "TutorialSearch" list entry out of the
"Video Tutorials" section and add it to the "Tools" section; specifically locate
the list item text "TutorialSearch - Free cross-platform search engine..." in
README.md under the "Video Tutorials" header, remove that line, and insert the
same bullet point into the existing "Tools" list so the entry appears with the
other tool links.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
README.md (1)

270-270: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

The prior suggestion to move this entry to the "Tools" section remains valid.

TutorialSearch is a search engine for discovering tutorials rather than tutorial content itself. The "Tools" section would be a more semantically appropriate location, as previously noted.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 270, The README entry for "TutorialSearch" is in the wrong
section; remove the list item "-
[TutorialSearch](https://tutorialsearch.io/browse/mobile-development/ionic-framework)
- Free cross-platform search engine..." from its current location and insert the
identical entry under the "Tools" section header instead (keep the link and
description unchanged, preserve markdown list formatting and ordering within
Tools), ensuring there is no duplicated entry left behind.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Duplicate comments:
In `@README.md`:
- Line 270: The README entry for "TutorialSearch" is in the wrong section;
remove the list item "-
[TutorialSearch](https://tutorialsearch.io/browse/mobile-development/ionic-framework)
- Free cross-platform search engine..." from its current location and insert the
identical entry under the "Tools" section header instead (keep the link and
description unchanged, preserve markdown list formatting and ordering within
Tools), ensuring there is no duplicated entry left behind.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 824b3ce0-4ae6-4aca-89d0-e0876a494197

📥 Commits

Reviewing files that changed from the base of the PR and between ed74ea8 and ec1aca4.

📒 Files selected for processing (1)
  • README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant