awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesBest Practices

Guidelines and architectural patterns for building robust applications.

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

Awesome Best Practices GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ryanmcdermott/clean-code-javascriptAvatar ryanmcdermott

    ryanmcdermott/clean-code-javascript

    94,454Vezi pe 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

    Principles for writing readable and maintainable code.

    JavaScriptbest-practicesclean-architectureclean-code
    Vezi pe GitHub↗94,454
  • zhanymkanov/fastapi-best-practicesAvatar zhanymkanov

    zhanymkanov/fastapi-best-practices

    16,515Vezi pe GitHub↗

    This project provides a comprehensive guide to architectural patterns and best practices for building scalable, maintainable, and performant web applications using FastAPI. It focuses on standardizing development approaches for Python web services, emphasizing robust request validation, dependency injection, and automated documentation standards to ensure consistent API design. The guide distinguishes itself by promoting domain-driven modular packaging, which organizes application logic into isolated, feature-based directories to support long-term codebase scalability. It also details strateg

    Collection of recommended development standards and patterns.

    best-practicesfastapi
    Vezi pe GitHub↗16,515
  • webcomponents/gold-standardAvatar webcomponents

    webcomponents/gold-standard

    1,022Vezi pe GitHub↗

    Checklist for high-quality, production-ready web components.

    Vezi pe GitHub↗1,022
  • ivan-borovets/fastapi-clean-exampleAvatar ivan-borovets

    ivan-borovets/fastapi-clean-example

    560Vezi pe GitHub↗

    Practical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC. Bundled with extensive docs and modern tooling

    Implementation of clean architecture principles in a backend service.

    Python
    Vezi pe GitHub↗560
  • faststream-community/fastapi-dishka-faststreamAvatar faststream-community

    faststream-community/fastapi-dishka-faststream

    319Vezi pe GitHub↗

    Template for app based on: FastAPI, dishka, faststream, sqlalchemy, pydantic

    Integration of dependency injection and stream processing patterns.

    Python
    Vezi pe GitHub↗319
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Best Practices