Pinned Repositories
docs.nestjs.com
The official documentation https://docs.nestjs.com 📕
hello-dynamo
Sample project using DynamoDB.
nativescript-theme-152
Repro for issue number 152 in the NativeScript/theme repository.
nestjs-config-same-prop-name-undefined
Demonstrates that the same property names in different ConfigModule.forFeature configurations are overridden by others.
responsekit-tsmediator
Extends tsmediator's Mediator to catch and return thrown responsekit Rejections.
ts-simple-automapper
A simple AutoMapper implementation using property decorators.
ts-simple-nameof
Parses a dot-separated property name from a lambda expression and provides some level of type safety using type parameters.
typeorm-express-command-pattern-boilerplate
Boilerplate example of simple Express API using TypeORM and command pattern.
typeorm-linq-repository
Wraps TypeORM repository pattern and QueryBuilder using fluent, LINQ-style queries.
typeorm-transactional-cls-hooked-nest-cqrs
IRCraziestTaxi's Repositories
IRCraziestTaxi/typeorm-linq-repository
Wraps TypeORM repository pattern and QueryBuilder using fluent, LINQ-style queries.
IRCraziestTaxi/ts-simple-nameof
Parses a dot-separated property name from a lambda expression and provides some level of type safety using type parameters.
IRCraziestTaxi/ts-simple-automapper
A simple AutoMapper implementation using property decorators.
IRCraziestTaxi/typeorm-express-command-pattern-boilerplate
Boilerplate example of simple Express API using TypeORM and command pattern.
IRCraziestTaxi/hello-dynamo
Sample project using DynamoDB.
IRCraziestTaxi/nestjs-config-same-prop-name-undefined
Demonstrates that the same property names in different ConfigModule.forFeature configurations are overridden by others.
IRCraziestTaxi/responsekit-tsmediator
Extends tsmediator's Mediator to catch and return thrown responsekit Rejections.
IRCraziestTaxi/typeorm-transactional-cls-hooked-nest-cqrs
IRCraziestTaxi/docs.nestjs.com
The official documentation https://docs.nestjs.com 📕
IRCraziestTaxi/nativescript-theme-152
Repro for issue number 152 in the NativeScript/theme repository.
IRCraziestTaxi/nativescript-ui-autocomplete-google-places
Testing the use of Nativescript's RadAutoCompleteTextView with Google's Places API.
IRCraziestTaxi/nestjs-typeorm-serverless-issues
Demonstrates issues using Nest with typeorm and @nestjs/typeorm in a serverless environment.
IRCraziestTaxi/ng-select2
Angular 12 wrapper for jQuery select2
IRCraziestTaxi/node-xml2js
XML to JavaScript object converter.
IRCraziestTaxi/responsekit
Simple helpers to translate successful or unsuccessful business logic responses into appropriate controller responses.
IRCraziestTaxi/responsekit-express
Wraps a base controller that returns express Responses with responsekit payloads.
IRCraziestTaxi/responsekit-nestjs
Helpers for integrating responsekit into nestjs.
IRCraziestTaxi/responsekit-nestjs-demo
A demonstration of using @responsekit/nestjs in a nestjs app.
IRCraziestTaxi/sorting-exercise
IRCraziestTaxi/ts-interface-test
Testing typescript's honoring of type arguments in a complex query return type system.
IRCraziestTaxi/ts-simple-automapper-nestjs
Injectable Mapper service for using ts-simple-automapper in NestJS.
IRCraziestTaxi/typeorm
TypeORM module for Nest framework (node.js) 🍇
IRCraziestTaxi/typeorm-enum-as-column-type
Demonstrates inconsistent behavior beteween migrations and runtime with using an enum as a TypeORM column's type.
IRCraziestTaxi/typeorm-linq-repository-testing
Testing helpers for typeorm-linq-repository.
IRCraziestTaxi/typeorm-linq-repository-testing-nestjs
Testing helpers for typeorm-linq-repository in a NestJS application.
IRCraziestTaxi/typeorm-one-to-one-cyclic-dependency