5 रिपॉजिटरी
Tutorials, books, and guides for learning modern scripting languages.
Explore 5 awesome GitHub repositories matching part of an awesome list · JavaScript and TypeScript. Refine with filters or upvote what's useful.
यह प्रोजेक्ट एक व्यापक शैक्षिक श्रृंखला है जिसे JavaScript प्रोग्रामिंग भाषा की गहरी तकनीकी समझ प्रदान करने के लिए डिज़ाइन किया गया है। यह एक बहु-खंड पाठ्यक्रम के रूप में कार्य करता है जो डेवलपर्स को उन मुख्य तंत्रों, निष्पादन मॉडल और अंतर्निहित विनिर्देशों के माध्यम से मार्गदर्शन करता है जो यह परिभाषित करते हैं कि भाषा मौलिक स्तर पर कैसे काम करती है। यह पाठ्यक्रम सतही सिंटैक्स के बजाय भाषा की आंतरिक वास्तुकला पर ध्यान केंद्रित करके खुद को अलग करता है। यह लेक्सिकल स्कोप, क्लोजर-आधारित स्टेट इनकैप्सुलेशन, प्रोटोटाइप-आधारित इनहेरिटेंस और इवेंट लूप के यांत्रिकी जैसे जटिल विषयों का कठोर विश्लेषण प्रदान करता है। यह पता लगाकर कि इंजन निष्पादन संदर्भों और वेरिएबल वातावरणों का प्रबंधन कैसे करता है, यह श्रृंखला डेवलपर्स को अधिक पूर्वानुमान के साथ डायनामिक टाइप सिस्टम और इंप्लिसिट कोएर्शन की बारीकियों को समझने में सक्षम बनाती है। यह सामग्री भाषा के मूल सिद्धांतों के पूर्ण स्पेक्ट्रम को कवर करती है, जिसमें ऑब्जेक्ट-ओरिएंटेड पैटर्न, एसिंक्रोनस निष्पादन प्रवाह और डेटा परिवर्तन को नियंत्रित करने वाले व्याकरण के नियम शामिल हैं। इन संसाधनों को इस तरह से संरचित किया गया है कि वे अभ्यासकर्ताओं को बुनियादी उपयोग से भाषा की आंतरिक कार्यप्रणाली में महारत हासिल करने में मदद करें, जो अंततः अधिक रखरखाव योग्य और कुशल सॉफ्टवेयर के विकास का समर्थन करता है। सामग्री व्यवस्थित अध्ययन के लिए तकनीकी मैनुअल और वैचारिक गाइड की एक श्रृंखला के रूप में उपलब्ध है।
Deep dive series into the core mechanics of JavaScript.
This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules
Comprehensive style guide for JavaScript development.
This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft
Guide for writing readable and maintainable JavaScript code.
The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
Open source guide for learning the TypeScript language.
🏊 Dive into ES6 and the future of JavaScript
Practical examples for learning modern JavaScript features.