awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Aspect-Oriented Programming · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesAspect-Oriented Programming

Techniques for modularizing cross-cutting concerns like logging or security.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Aspect-Oriented Programming. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. Aspect-Oriented Programming

Awesome Aspect-Oriented Programming GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • nestjs/nest

    nestjs/nest

    74,685GitHubView on GitHub↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies thr

    Inspects class metadata at runtime to automate dependency injection and request routing logic.

    TypeScriptframeworkhacktoberfestjavascript
  • xingshaocheng/architect-awesome

    xingshaocheng/architect-awesome

    60,831GitHubView on GitHub↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-perform

    Modularize cross-cutting concerns like logging or security by intercepting method calls to keep business logic clean.

Explore sub-tags

  • Reflective Metadata ProgrammingTechniques for inspecting and manipulating class structures, decorators, and metadata at runtime.