Skip to content
View Bigguysahaj's full-sized avatar
⁉️
⁉️

Highlights

  • Pro

Organizations

@The-Eat-Protocol

Block or report Bigguysahaj

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
Bigguysahaj/README.md
type Engineer { writesCode: true, hasCoffee: boolean, currentlyBuilding: string[] }

class Sahaj implements Engineer {

    private static instance: Sahaj  // singleton pattern becauase ✨unique
    public readonly location: 'Remote' | 'New Delhi' | 'Anywhere with good WiFi' = "New Delhi"
    public readonly hasCoffee: boolean = !isChaiAvailable satisfies boolean
    public readonly writesCode = true
    public readonly age = 23
    public currentlyBuilding = ['Campus', 'Aube', 'Fastest Real Estate Website', 'Cool Game']


    get hobbies () : string[] {
       return ["Jazz 🎷", "Chess ♟️", "Bouldering 🧗‍♂️", "Building Cool Stuff 👨‍💻"]
    }

     get languages(): Record<"Proficient" | "Familiar", string[]> {
        return {
            "Proficient": ["JavaScript", "TypeScript", "Python", "C++"],
            "Familiar": ["Java", "Golang", "Rust", "Lua", "Swift", "Flutter"]
        }
    }

    get email () : string[] {
        return ["[email protected]"]
    }

}

Pinned Loading

  1. self-learning-car self-learning-car Public

    A self learning car 🚘 which would which would learn to move through a fast oncoming traffic and using machine learning with absolutely no ML libraries and pure JavaScript.

    JavaScript 4

  2. SHRAVAN--elderly-physiotherapy-app SHRAVAN--elderly-physiotherapy-app Public

    We would use ML and computer vision to track daily and regular exercises along with the range of motion and rep count. All the data collected would then be parsed by the family physiotherapist. The…

    Python 5 2

  3. garudtech garudtech Public

    TypeScript 4

  4. DefinitelyTyped DefinitelyTyped Public

    Forked from DefinitelyTyped/DefinitelyTyped

    The repository for high quality TypeScript type definitions.

    TypeScript

  5. tcp-ip-sockets tcp-ip-sockets Public

    JavaScript 1