[go: up one dir, main page]

Skip to content
View programmerShinobi's full-sized avatar
🇮🇩
Work from anywhere
🇮🇩
Work from anywhere

Block or report programmerShinobi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nestjs-series nestjs-series Public

    Customize NestJS with My Best Practices

    TypeScript

  2. auth-prisma-nestjs auth-prisma-nestjs Public

    Nest.js build with Prisma (TypeScript ORM using PostgreSQL)

    TypeScript 2

  3. nestjs-rbac-jwt-auth nestjs-rbac-jwt-auth Public

    Implement Role-Based Access Control in NestJS using MongoDB

    TypeScript

  4. express-rbac-jwt-auth express-rbac-jwt-auth Public

    Implement Role-Based Access Control in Express

    JavaScript

  5. Create Foreign Table From MySQL Serv... Create Foreign Table From MySQL Server To PostgreSQL Server Using Docker On Linux Operating System
    1
    ~ Command List :
    2
    
                  
    3
    1. Install chumaky/postgres_mysql_fdw
    4
    ```
    5
    $ sudo docker pull chumaky/postgres_mysql_fdw
  6. How to use elasticsearch in NestJS F... How to use elasticsearch in NestJS Framework
    1
    1.  Edit package.json
    2
        ```json
    3
        {
    4
          ...
    5
          "dependencies": {