PinnedКостя ТретякAnnouncing Ditsmod 2.0 beta (with RealWorld example)Today I’m excited to announce the release of Ditsmod 2.0 beta!Jan 10, 2022Jan 10, 2022
Костя ТретякNestJS vs. Ditsmod: injection scopesGood application modularity is closely related to the injector tree hierarchy that Dependency Injection (DI) creates.Jul 5, 2023Jul 5, 2023
Костя ТретякDI providers collision in Ditsmod applicationsDuring the process of importing Ditsmod modules, there may be a situation where among these modules there can be two (or more) modules that…Feb 18, 2023Feb 18, 2023
Костя ТретякNestJS vs. Ditsmod: features of the routerThe description of NestJS specifically states that this framework was designed for “scalable server-side applications”. Surprisingly, only…Nov 30, 2022Nov 30, 2022
Костя ТретякNestJS vs. Ditsmod: auto-validationNestJS performs input validation using decorators, pipes, and the class-validator utility. For example, if validation is required for…Nov 20, 2022Nov 20, 2022
Костя ТретякNestJS vs. Ditsmod: DI features for interceptors, guards, pipes and filtersInterceptors, guards, pipes, and filters are sometimes referred to as “enhancers” in the NestJS documentation. Although they are all…Nov 18, 2022Nov 18, 2022
Костя ТретякOPTIONS and CORS in Ditsmod applicationIf you haven’t heard of the Ditsmod framework, you can check out its documentation.Oct 9, 2022Oct 9, 2022
Костя Третяк@ditsmod/i18n — a module for translating system messagesi18n is an abbreviation of the internationalization. The @ditsmod/i18n module provides basic functionality for translating system messages…Aug 28, 2022Aug 28, 2022