7 مستودعات
Educational resources focused on teaching current ECMAScript standards and best practices.
Distinguishing note: Shortlist candidates focused on instrumentation, interop, or network programming rather than general language learning.
Explore 7 awesome GitHub repositories matching education & learning resources · Modern JavaScript Programming. Refine with filters or upvote what's useful.
هذا المشروع عبارة عن برنامج تعليمي منظم لبرمجة JavaScript ومورد تعليمي لتطوير الواجهة الأمامية. يعمل كمورد تعليمي للبرمجة مصمم لتعليم مبادئ البرمجة الأساسية، والنحو الأساسي، وأنماط البرمجة المعقدة. يعمل المحتوى كدليل حديث للغة JavaScript ودليل مواصفات اللغة، مع مواد تعليمية تستند إلى معايير الصناعة الحالية والمواصفات التقنية لتطوير الويب المعاصر. تم تأليف المورد كوثائق تقنية قائمة على Markdown ويتم تقديمه كصفحات HTML ثابتة.
Offers educational resources focused on teaching modern ECMAScript standards and advanced programming patterns.
ES6-for-humans is an educational resource and technical manual providing a structured tutorial and programming guide for the ECMAScript 2015 language standards. It serves as a reference for transitioning from legacy JavaScript to modern syntax and coding patterns. The project covers modern language constructs including block-scoped variables, arrow functions, and class hierarchies. It provides guidance on implementing functional programming patterns via generators and lexically scoped functions, as well as object-oriented design using prototype-based inheritance. The documentation covers asy
Serves as a comprehensive guide for learning and applying modern ECMAScript standards.
هذا المشروع عبارة عن دليل تعليمي ودرس للغة JavaScript يركز على معيار ECMAScript 6. يعمل كمورد شامل لتعلم البنية الحديثة، وهياكل اللغة، وأنواع الكائنات التي تم تقديمها في هذا الإصدار من اللغة. يحتوي المستودع على محتوى كتاب إلكتروني برمجي مصمم لتعليم المطورين كيفية كتابة كود أنظف وأكثر كفاءة. يوفر نهجاً منظماً لتعليم JavaScript الحديث، مما يساعد المستخدمين على الانتقال من أنماط البرمجة القديمة إلى معايير الصناعة الحالية. تغطي المواد تدريب مطوري الواجهات الأمامية وتعلم تطوير الويب، مع التركيز على تطبيق البنية الحديثة لضمان التوافق مع أطر عمل ومكتبات الويب الحالية. تم تأليف المحتوى باستخدام markdown وملفات نصية بسيطة منظمة في تسلسل هرمي ثابت للتحويل إلى تنسيقات الكتب الإلكترونية الرقمية.
Provides educational resources focused on teaching the ECMAScript 6 standard and modern JavaScript best practices.
This project is an ECMAScript 2015 reference guide and JavaScript language cheat sheet. It provides a concise summary of the language specifications, syntax updates, and new features introduced in the 2015 standard. The guide serves as a technical overview of modern language patterns used to manage modular code structures and asynchronous operations. It functions as a reference for implementing current coding standards and studying core updates to the language. The content covers a wide range of capabilities, including asynchronous programming, object modeling, and module management. It deta
Provides an educational reference for implementing current ECMAScript 2015 standards and best practices.
This project is a comprehensive JavaScript programming tutorial and frontend web development curriculum. It serves as a structured educational resource for learning the JavaScript language, ranging from basic syntax to advanced asynchronous patterns and modern programming techniques. The resource functions as a frontend engineering textbook and CSS layout guide, providing detailed instructional material on building responsive user interfaces. It covers the design of custom web components and the application of styles and positioning to create effective frontend interfaces. The curriculum enc
Provides an educational path for mastering current ECMAScript standards and modern JavaScript programming best practices.
هذا المشروع عبارة عن دورة في التصميم المعماري ومورد تعليمي يركز على تقسيم قواعد كود JavaScript الكبيرة إلى مكونات مستقلة وقابلة للاختبار ومحايدة تجاه بيئة التشغيل. يعمل كدليل برمجة نمطي ومرجع لتنفيذ الاستراتيجيات الهيكلية وأفضل الممارسات في بيئات الإنتاج. تؤكد المادة على استخدام أنماط التصميم لإنشاء مكونات مفككة ومنطق قوي. تغطي بشكل خاص استراتيجيات عكس التبعية (dependency inversion) واستخدام الواجهات العامة لضمان إمكانية تشغيل المنطق عبر بيئات تشغيل JavaScript المختلفة. يوفر الدليل تعليمات حول توسيع معمارية التطبيقات وإدارة التعقيد من خلال نماذج التجريد الطبقي ونمطية المسؤولية الواحدة. يغطي تطبيق أنماط التصميم النمطي للحفاظ على كود نظيف وقابل للإدارة مع نمو المشاريع.
Teaches modern JavaScript development through the lens of decoupled and scalable module patterns.
This project is a collection of educational code samples and reference implementations for learning the React library. It provides curated examples of frontend architecture patterns used to build and structure user interfaces in web applications. The repository focuses on practical implementation patterns, offering a set of React component examples that demonstrate how to organize components and hooks. These materials serve as a guide for translating design requirements into functional code through studied implementation samples. The content covers the fundamentals of React frontend developm
Provides examples practicing current ECMAScript standards and functional programming concepts for scalable web applications.