Skip to content
View AfJalili's full-sized avatar

Highlights

  • Pro

Block or report AfJalili

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. url-shortener url-shortener Public

    a simple url-shortener which uses Nanoid and Redis.

    TypeScript

  2. adlas-assignment adlas-assignment Public

    Adlas company code assignment. Real world implementation of Nestjs, mongoDB, kafkajs

    TypeScript 2

  3. find-ordered-pairs.ts find-ordered-pairs.ts
    1
    function findOrderedPairs(arr: number[], sum: number) {
    2
        const result: number [][] = [];
    3
        arr.sort((a ,b) => a - b);
    4
    
                  
    5
        let low = 0, high = arr.length - 1;
  4. AfshinJalili/tic-tac-toe AfshinJalili/tic-tac-toe Public

    simple tic tac toe game

    CSS 2

  5. iluvcoffee iluvcoffee Public

    TypeScript