About 124,000 results
Open links in new tab
  1. Patterns — Generic Repository with Typescript and Node.js

    Mar 20, 2018 · Following the Typescript's documentation, generics gives the power to build flexible and generic components (or types). From their docs, we have a better example about …

  2. Exploring the repository pattern with TypeScript and Node

    Oct 20, 2022 · In this tutorial, we learned about the repository pattern, some of its benefits, and how to implement the repository pattern with TypeScript and Node.js. Also, we saw how to …

  3. Repository Pattern with Typescript and Node.js - DEV Community

    Oct 25, 2021 · In this article we looked at how to implement Respository Pattern in Node.js with TypeScript. It is very flexible and extensible Data Layer what able use any SQL/NoSQL …

  4. Implementing the Repository Pattern in TypeScript

    Dec 14, 2024 · In this post, we will explore how to implement the repository pattern in TypeScript to enhance the scalability and maintainability of your codebase. The repository pattern is a …

  5. ts-repository-pattern - npm

    By following these steps, you can easily implement a repository pattern for your MongoDB models using TypeScript and Typegoose. You can extend BaseRepository to add custom logic and …

  6. Advanced Patterns: Repository, Service, Controller Layers in TypeScript

    Apr 27, 2025 · In TypeScript, we define a Repository as a class that encapsulates methods for interacting with the database or data source. This layer is often generic, so it can work with …

  7. The Repository pattern with Typescript - abdou.dev

    Feb 14, 2021 · Repositories are used to encapsulate the logic used to access data sources. Learn more about this concept, and how to implement the it using Typescript

  8. Understanding Repository Pattern in NodeJS and TypeScript

    Implementing Repository Pattern in Node.js and TypeScript. The repository pattern is a valuable design pattern that separates the data access logic from the rest of the application. 1. Defining …

  9. Patterns — Generic Repository with Typescript and Node.js

    Mar 15, 2018 · Following the Typescript's documentation, generics gives the power to build flexible and generic components (or types). From their docs, we have a better example about …

  10. A Step-By-Step Guide to abstraction with a Generic Repository Pattern ...

    Apr 25, 2024 · The Generic Repository Pattern is a design pattern used to create a data access layer for applications. It is very useful when designing a n-Tier architecture as it allows …

  11. Some results have been removed
Refresh