Change the repository type filter
All
Repositories list
4 repositories
js-api
PublicA framework that allow build APIs that are agnostic of their exposition, allowing builders to focus on their business logic, functionality and behaviour while forgetting about the technologies to expose those which always are changing. Wrote using SOLID principles and a variety OOP patterns implementations, typescript definitions included.js-di
PublicAn implementation of IoC pattern based on dependency injection that allows you to granulate and decouple your libraries or applications. Wrote using SOLID principles and a variety OOP patterns implementations.js-events
PublicA simple an basic implementation for creating and handling well-defined events by providing control about event triggering, subscription, and handling (Typescript included)js-oauth
PublicAn abstract implementation of an OAuth that can be implemented with any kind of persistence and can be embedded in anyplace where js run. Wrote using SOLID principles and a variety OOP patterns implementations.