Skip to content
View MehulZR's full-sized avatar

Block or report MehulZR

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
MehulZR/README.md
console.log("Hello World πŸ‘‹");

const about = {
    name: "Mehul",
    techStack: {
        languages: ["typescript", "go"],
        frontend: ["nextjs", "tailwind"],
        backend: ["express"],
        database: ["mysql", "postgresql"],
        other: ["webSockets", "docker"],
    },
    editor: "helix",
    currentAdventure: ["rust", "k8s", "distributed systems"],
    interests: ["tech", "anything that contains an combustion engine"],
    whileAFK: "you will find me playing πŸƒ, cooking 🍳 or tinkering with tech πŸ€–",
};

console.log("Have a great day! 🌻");

Popular repositories Loading

  1. Chatty Chatty Public

    Realtime Chat Application

    TypeScript 1

  2. MehulZR MehulZR Public

    Config files for my GitHub profile.

  3. cal.com cal.com Public

    Forked from calcom/cal.com

    Scheduling infrastructure for absolutely everyone.

    TypeScript

  4. Monkey-Interpreter Monkey-Interpreter Public

    Monkey Interpreter written in Rust

    Rust