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

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",
	position: "graduate πŸ‘¨β€πŸŽ“",
	techStack: {
		languages: ["typescript"],
		frontend: ["nextjs", "tailwind"],
		backend: ["express"],
		database: ["mysql", "postgresql"],
		other: ["webSockets", "docker"]
  	},
	currentAdventure: "learning vim",
	interests: ["tech", "cars", "understanding & improving things"],
	whileAFK: "you will find me playing πŸƒ, cooking 🍳 or tinkering with tech πŸ€–",
};

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

Popular repositories

  1. Chatty Chatty Public

    JavaScript 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