Skip to content
View m3hu1's full-sized avatar
🐛
debugging();
🐛
debugging();

Block or report m3hu1

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
m3hu1/README.md
Hi, I'm Mehul!

const aboutMe = {

    name: "Mehul Pathak",

    location: "Uttar Pradesh, India",

    education: "Bachelor of Technology in Computer Science",

    interests: ["Competitive Programming", "Cybersecurity", "Coding", "Gaming", "Typing", "Chess"],

    bio: "A developer who loves to learn new technologies and is always striving to expand and share knowledge.",

    profiles: {
        leetcode: "https://leetcode.com/pathakkmehul/",
        monkeytype: "https://monkeytype.com/profile/m3hul",
        spotify: "https://open.spotify.com/user/31e5bmn6fznlxfsemrpuptbo5xva?si=96648036465a4ce3",
        steam: "https://steamcommunity.com/id/meuru/"
    },

    socials: {
        linkedin: "https://linkedin.com/in/pathakmehul",
        twitter: "https://x.com/pathakkmehul",
        discord: "meurudesu",
        primary_email: "[email protected]",
        secondary_email: "[email protected]"
    }
};

Note

Expand this to view my LeetCode stats LeetCode Stats

github contribution grid snake animation

Pinned Loading

  1. z1ppie z1ppie Public

    P2P file sharing application build using React, Next.js, WebRTC, Socket.io, Tailwind CSS, and AceternityUI

    TypeScript 1

  2. gpa-calculator gpa-calculator Public

    GPA Calculator for BU BTech CSE students, built using Next.js, TypeScript, and TailwindCSS.

    TypeScript 18 2

  3. notez notez Public

    AI-powered math solver with an interactive canvas, built using React, TypeScript, Vite, and FastAPI. Integrates Gemini for solving expressions, which are then converted to LaTeX and utilizes Tailwi…

    TypeScript 2

  4. LeetCode-Problems LeetCode-Problems Public

    Collection of LeetCode problems that I solved while learning DSA!

    C++ 12 1

  5. golang-todo-cli golang-todo-cli Public

    A Go-based CLI for todo task management using Cobra. Supports adding, listing, completing, and deleting tasks with CSV persistence.

    Go

  6. typing-test-golang typing-test-golang Public

    A typing test application that leverages Go for the backend. This project showcases my learning journey in Golang.

    Go