Skip to content
View AdilSarwarNU's full-sized avatar
💭
Hustling
💭
Hustling
  • Lahore, Pakistan

Organizations

@logiconllc
Block or Report

Block or report AdilSarwarNU

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

  1. scrapy-redis scrapy-redis Public

    Forked from rmax/scrapy-redis

    Redis-based components for scrapy that allows distributed crawling

    Python

  2. Elastic Beanstalk 上で `rails console`... Elastic Beanstalk 上で `rails console` 動かす用
    1
    set -xe
    2
    
                  
    3
    EB_SCRIPT_DIR=$(/opt/elasticbeanstalk/bin/get-config container -k script_dir)
    4
    EB_APP_DEPLOY_DIR=$(/opt/elasticbeanstalk/bin/get-config container -k app_deploy_dir)
    5
    EB_APP_USER=$(/opt/elasticbeanstalk/bin/get-config container -k app_user)
  3. logiconllc/nextjs-blockchain-template logiconllc/nextjs-blockchain-template Public archive

    JavaScript

  4. logiconllc/nestjs-starter-template logiconllc/nestjs-starter-template Public template

    NestJS Configured with TypeOrm Migrations & ESLint, Prettier

    TypeScript 1

  5. Setting up TypeORM with Database Mig... Setting up TypeORM with Database Migration Configuration in NestJS - Typescript
    1
    // Considering you have a standard NestJS Starter project with src folder and main.ts as your main file
    2
    // Imporant: TypeOrm Migration CLI & NestJS Database Connection with TypeORM must be loaded separately. 
    3
    
                  
    4
    // src/config/database-config.ts
    5