4 مستودعات
Progressive learning resources that bridge JavaScript knowledge to TypeScript's type system.
Distinct from JavaScript Learning Resources: Distinct from JavaScript Learning Resources: focuses on transitioning from JavaScript to TypeScript, not general JavaScript learning.
Explore 4 awesome GitHub repositories matching education & learning resources · TypeScript Learning Paths. Refine with filters or upvote what's useful.
This is a comprehensive tutorial for learning TypeScript, designed for JavaScript programmers who want to understand the language's type system and modern features. The resource covers TypeScript's core identity, including its structural type compatibility, compile-time type erasure, declaration file merging, and the discriminated union pattern for precise type narrowing. The tutorial distinguishes itself by providing a progressive learning path from basic JavaScript concepts to advanced TypeScript patterns. It covers generic type parameter constraints, tuple types with fixed-length positions
Provides a progressive learning path from JavaScript to TypeScript's type system.
هذا المشروع عبارة عن مدونة هندسية للواجهة الأمامية ومورد تعليمي يوفر مقالات تقنية وتحليلات عميقة في TypeScript، وأطر عمل الويب، وداخلية أدوات البناء. يعمل كدليل للمقابلات التقنية، حيث يقدم أسئلة برمجية منسقة وأنماطاً معمارية لمساعدة المطورين في التحضير لتقييمات التوظيف الهندسية. يعمل الموقع كمورد تقني لـ TypeScript ومستودع تعليمي أوسع لتطوير الويب، مع التركيز على داخلية المتصفح وهندسة البرمجيات. يتضمن مواد لتحليل الأنماط التقنية ودراسة المبادئ الأساسية لمكتبات الواجهة الأمامية الحديثة. تم بناء المنصة باستخدام توليد المواقع الثابتة لتقديم صفحات HTML مسبقة العرض عبر خط أنابيب محتوى قائم على Markdown. تستخدم الواجهة بنية قائمة على المكونات مع توجيه من جانب العميل وتخطيط شبكي متجاوب.
Provides deep dives into the internal mechanics and advanced concepts of the TypeScript language.
This is a Chinese translation of the TypeScript Deep Dive book, a comprehensive guide focused on mastering TypeScript’s static type system and advanced type features. The project translates the original English content into Chinese while preserving technical accuracy, covering the type system, generics, conditional types, and mapped types with practical examples. The translation is organized into logical chapters that progress from basics to advanced topics, with side-by-side code examples and Chinese explanations to illustrate type system concepts concretely. It also integrates TypeScript re
Provides a comprehensive Chinese translation of the TypeScript Deep Dive book for learning the type system.
هذا المشروع عبارة عن دليل شامل ومورد تعليمي للغة TypeScript. يغطي المبادئ الأساسية للغة، بما في ذلك نظام الأنواع الهيكلي، وتحليل الأنواع الساكن، وعملية تحويل ملفات المصدر المكتوبة بأنواع إلى JavaScript. تفصل المادة كيفية نمذجة البيانات المعقدة ومنطق الأنواع القابل لإعادة الاستخدام باستخدام الأنواع العامة (generics)، والأنواع الشرطية، والأنواع المعينة. كما يشرح استخدام ملفات الإعلان لتوفير سلامة الأنواع لمكتبات JavaScript الخارجية ودمج فحص الأنواع في مشاريع JavaScript الحالية عبر تعليقات JSDoc. يمتد نطاق المحتوى إلى أنماط البرمجة كائنية التوجه، ومعالجة DOM، وتكوين سلوكيات المترجم. يتضمن توجيهاً حول إدارة قابلية التشغيل البيني للوحدات، وإعداد خطوط أنابيب البناء، واستخدام ذكاء المحرر لتحسين إنتاجية المطور.
Serves as a comprehensive educational resource for learning TypeScript syntax and its type system.