Skip to content
View shahoob's full-sized avatar
Block or Report

Block or report shahoob

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
shahoob/README.md
{
    "isRock": true,
    "isStupid": null,
    "isSmart": true,
    "origin": "space",
    "habits": [
        "making stuff",
        "playing games"
    ],
    "languages": {
        "wellKnown": [
            "typescript",
            "javascript",
            "python"
        ],
        "partiallyKnown": [
            "golang",
            "arduino"
        ]
    },
    "frameworks": {
        "wellKnown": ["react"],
        "partiallyKnown": ["angular", "vue"]
    },
    "favorites": {
        "languages": ["typescript", "python"],
        "frameworks": ["FastAPI", "Typer"]
    },
    "aFanOf": [
        "nintendo",
        "piracy",
        "fireship", // fireship.io
        "spongebob",
        "memes",
        "exciting tech"
    ],
    "contact": {
        "email": "shehabtweel@gmail.com",
        "discord": "meteorpower99"
    }
}

Pinned

  1. downdatube downdatube Public

    Yet another YouTube downloader.

    Python

  2. WhatInt WhatInt Public

    Another "guess a number" game.

    Python

  3. functionKit functionKit Public archive

    A lodash ripoff.

    TypeScript

  4. Basic Express.js v4 Hello, World Exa... Basic Express.js v4 Hello, World Example
    1
    // This code is also express@5 compatible!
    2
    
                  
    3
    const express = require('express');
    4
    const app = express();
    5
    const port = 3000; // You can change the port by replacing '3000' with any number. But not like this: 'your port here'
  5. Basic TypeScript Example: Greeter Basic TypeScript Example: Greeter
    1
    export function greet(name: string) {
    2
        return `Hello ${name}`;
    3
    }
    4
    
                  
    5
    console.log(greet('Shehab'));
  6. DefinitelyTyped/DefinitelyTyped DefinitelyTyped/DefinitelyTyped Public

    The repository for high quality TypeScript type definitions.

    TypeScript 47.4k 29.9k