2 repos
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.
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.
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.