awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesJavaScript Implementations

Application of architectural design patterns specifically within JavaScript environments.

Distinct from Design Patterns and Architecture: Specializes general design patterns and architecture for the JavaScript language specifically.

Explore 5 awesome GitHub repositories matching part of an awesome list · JavaScript Implementations. Refine with filters or upvote what's useful.

Awesome JavaScript Implementations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ryanmcdermott/clean-code-javascriptالصورة الرمزية لـ ryanmcdermott

    ryanmcdermott/clean-code-javascript

    94,454عرض على GitHub↗

    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

    Provides a comprehensive reference for applying SOLID principles and object patterns to JavaScript applications.

    JavaScriptbest-practicesclean-architectureclean-code
    عرض على GitHub↗94,454
  • verbalexpressions/jsverbalexpressionsالصورة الرمزية لـ VerbalExpressions

    VerbalExpressions/JSVerbalExpressions

    12,149عرض على GitHub↗

    JSVerbalExpressions is a JavaScript regex builder and construction library that provides a domain-specific language for assembling complex regular expressions. It replaces the use of dense string literals with a programmatic interface and readable method chains. The library allows for the creation of search patterns and validation rules through a fluent API. This approach enables the development of regular expressions that are maintainable and easy for other developers to understand.

    Provides an intuitive syntax for defining text search and validation rules within JavaScript.

    JavaScriptjavascript-regular-expressionsverbalexpressions
    عرض على GitHub↗12,149
  • mouredev/hello-javascriptالصورة الرمزية لـ mouredev

    mouredev/hello-javascript

    7,428عرض على GitHub↗

    This project is a collection of educational resources and structured curricula designed for learning JavaScript. It provides a programming course, a coding bootcamp, and a web development tutorial to guide learners from basic syntax to advanced programming patterns. The materials cover frontend development, including the creation of dynamic user interfaces and the management of remote data via HTTP requests. The curriculum includes instructional guides on using JavaScript to interact with web services and manipulate browser elements. The scope of the project extends to asynchronous API integ

    Teaches the application of architectural design patterns specifically within JavaScript environments.

    JavaScriptecmascriptjavascriptjavascript-vanilla
    عرض على GitHub↗7,428
  • tc39/proposal-pattern-matchingالصورة الرمزية لـ tc39

    tc39/proposal-pattern-matching

    5,782عرض على GitHub↗

    This is a TC39 proposal to add declarative pattern matching syntax to the ECMAScript language. It introduces a match expression that allows developers to inspect and branch on data structures using patterns with destructuring, guards, and logical combinators. The proposal defines a custom matcher protocol via a well-known symbol, enabling objects to implement user-defined matching logic with arbitrary extraction and decomposition. The proposal supports matching against literal primitives using SameValue equality with special handling for signed zero and NaN, as well as relational comparison

    Proposes native ECMAScript pattern matching syntax with destructuring, guards, and logical combinators.

    HTML
    عرض على GitHub↗5,782
  • mjavascript/mastering-modular-javascriptالصورة الرمزية لـ mjavascript

    mjavascript/mastering-modular-javascript

    3,978عرض على GitHub↗

    هذا المشروع عبارة عن دورة في التصميم المعماري ومورد تعليمي يركز على تقسيم قواعد كود JavaScript الكبيرة إلى مكونات مستقلة وقابلة للاختبار ومحايدة تجاه بيئة التشغيل. يعمل كدليل برمجة نمطي ومرجع لتنفيذ الاستراتيجيات الهيكلية وأفضل الممارسات في بيئات الإنتاج. تؤكد المادة على استخدام أنماط التصميم لإنشاء مكونات مفككة ومنطق قوي. تغطي بشكل خاص استراتيجيات عكس التبعية (dependency inversion) واستخدام الواجهات العامة لضمان إمكانية تشغيل المنطق عبر بيئات تشغيل JavaScript المختلفة. يوفر الدليل تعليمات حول توسيع معمارية التطبيقات وإدارة التعقيد من خلال نماذج التجريد الطبقي ونمطية المسؤولية الواحدة. يغطي تطبيق أنماط التصميم النمطي للحفاظ على كود نظيف وقابل للإدارة مع نمو المشاريع.

    Provides guidance on applying modular architectural design patterns within JavaScript environments.

    HTMLbookbook-seriesjavascript
    عرض على GitHub↗3,978
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Design Patterns and Architecture
  5. JavaScript Implementations

استكشف الوسوم الفرعية

  • Pattern Matching Implementations1 وسم فرعيJavaScript-specific implementations of pattern matching and string validation logic. **Distinct from JavaScript Implementations:** Specializes JavaScript implementations to focus specifically on the domain of pattern matching.