Skip to content
View sargunkohli152's full-sized avatar

Block or report sargunkohli152

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
sargunkohli152/README.md

Banner

  @Controller('users')
  export class UserController {
    constructor(private readonly createUserService: CreateUserService){ }
    @Post()
    function create () {
      return this.createUserService.execute({
        name: 'Sargun Kohli',
        role: 'Software Engineer',
        email: 'sargun.kohli152@gmail.com',
        leetcode: 'sargun_code',
        linkedIn: 'https://www.linkedin.com/in/sargun-kohli-b829a61ba/',
        medium: 'https://medium.com/@sargun.kohli152',
      });
    }
  }

Pinned Loading

  1. inventory-management inventory-management Public

    A smart inventory management platform that helps manage the inventory of a retail business for multiple admins

    TypeScript

  2. ThreeJS-Book-Slider ThreeJS-Book-Slider Public

    an animated Book Slider created from thee.js

    JavaScript

  3. fastapi fastapi Public

    A fastapi backend for a todo application

    Python

  4. JobBookmarkApp JobBookmarkApp Public

    browse job listings with features such as infinite scrolling, bookmarking jobs, and viewing detailed job information.

    TypeScript

  5. graph-ui-problems graph-ui-problems Public

    Forked from vamsivarma27/graph-ui-problems

    Graph UI issue

    TypeScript

  6. Auth-ReactNativeAppwrite Auth-ReactNativeAppwrite Public

    This React Native application provides standardized code for user authentication, including login and signup functionality, using Appwrite.

    TypeScript 1