Skip to content
View narengavli's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report narengavli

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
narengavli/README.md
|| Jay Shree Krishna ||

Hi, I'm Narendra Gavli πŸ˜‡

const narengavli = {
    pronouns: "He" | "Him",
    code: ["C/C++", "Python", "Javascript", "Shell Script"],
    askMeAbout: ["web dev", "ethical hacking", "networking", "machine learning"],
    technologies: {
        frontEnd: ["HTML", "CSS", "Javascript", "React", "Next.js"],
        backEnd: ["Node", "Express"],
        devOps: ["Docker", "AWS", "Nginx"],
        databases: ["mongo", "MySql"],
        misc: ["Firebase", "Socket.IO", "open-cv", "php"]
    },
    architecture: ["Serverless Architecture", "Progressive web applications", "Single page applications"],
    currentFocus: "No Focus point at this time",
    funFact: "There are two ways to write error-free programs; only the third one works"
};

😍 THANK YOU FOR VISITING πŸ’–

Popular repositories Loading

  1. narengavli narengavli Public

  2. Calculator Calculator Public

    Calculator application is doing basic mathematics operation.

    Python

  3. PG-Life PG-Life Public

    PG Life is online room booking website.

    HTML 1

  4. Bash-Script Bash-Script Public

    Shell

  5. WhatsApp-Message-Spammer WhatsApp-Message-Spammer Public

    WhatsApp message spammer is message spamming GUI Application.

    Python

  6. Guess-Number Guess-Number Public

    A number guessing game is a simple guessing game where a user is supposed to guess a number between 0 and 30 in a maximum of 5 attempts. The game will end after 5 attempts and if the player failed …

    Python