कोड और ML रिसर्च
MDN Web Docs
developer.mozilla.org
कोड और ML रिसर्चfree
web platform APIs का reference — web-dev notebook के लिए भरोसेमंद ground truth।
Maintained by browser vendors and a large contributor community, it's the reference point most developers already treat as ground truth for whether a given API works and in which browsers. That makes it well suited to a notebook that needs to verify compatibility claims rather than take a blog post's word for it. It documents what exists, not how to structure an application, so pair it with a source on architecture or design patterns for that kind of question.
Gemini Notebook में इम्पोर्ट करें
- 1ऊपर दिया गया लिंक कॉपी करें (या साइट का कोई खास पेज)।
- 2अपनी नोटबुक में Add source → Website पर क्लिक करें।
- 3लिंक पेस्ट करें और कन्फर्म करें — एक साथ कई लिंक पेस्ट किए जा सकते हैं, एक लाइन में एक।
डॉक्यूमेंटेशन पेज रिपॉज़िटरी की तुलना में बेहतर इंपोर्ट होते हैं: प्रोजेक्ट का docs URL या README पेज पेस्ट करें, रिपो का root नहीं।
और कोड और ml रिसर्च सोर्स
- Papers with CodeML पेपर्स को उनके implementations और benchmarks से मिलाया गया — पेपर पेज और README दोनों साथ में import करें।
- Hugging Face PapersAI research की रोज़ाना curated फीड, हर पेपर के साथ एक discussion पेज जो context जोड़ता है।
- GitHubREADMEs, docs folders और wikis यह बताने के मजबूत sources हैं कि कोई tool असल में कैसे काम करता है — rendered पेज का URL paste करें।
- Stack Exchangetechnical sites के accepted answers, खास सवालों के लिए अच्छे targeted sources बनते हैं।