Skip to content
View pkparthk's full-sized avatar
:octocat:
Nope
:octocat:
Nope

Highlights

  • Pro

Block or report pkparthk

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
pkparthk/README.md
const aboutMe = () => {
  const profile = {
    name: "Parth",
    roles: ["Full Stack Developer", "Blockchain Developer", "AI Enthusiast", "Google Cloud Developer"],
    summary:
      "Quick learner passionate about building reliable, maintainable software.
        I love solving problems end-to-end  from system design and APIs to testing and deployment.",
    topics: [
      {
        prefix: "Currently building",
        highlights: [
          "Web apps with React/Next.js",
          "APIs with Node.js/FastAPI",
          "Smart contracts & dApp integrations"
        ]
      },
      {
        prefix: "Core software practices I follow",
        highlights: [
          "TDD / Unit & Integration Testing",
          "Clean code & SOLID principles",
          "Code reviews & collaborative workflows (Git)"
        ]
      },
      {
        prefix: "Tools & Tech I use",
        highlights: [
          "JavaScript, TypeScript, C++, C, Python",
          "Postgres, MongoDB",
          "GCP, Docker, GitHub Actions"
        ]
      },
      {
        prefix: "Fun",
        highlights: ["I’m usually smiling while debugging"]
      },      
    ],
    callToAction: "Ask me about, full-stack implementations, Cloud, or DSA — happy to help!"
  };

  const topicsText = profile.topics
    .map(({ prefix, highlights }) => `${prefix}${highlights ? ": " + highlights.join(", ") : ""}`)
    .join("\n");

  return [
    `Name: ${profile.name}`,
    `Roles: ${profile.roles.join(" • ")}`,    
    "",
    profile.summary,
    "",
    topicsText,
    "",
    profile.callToAction
  ].join("\n");
};

console.log(aboutMe());

- Parth Kothari -


Dashboard Typing SVG



Profile Details Top Languages by Repo Top Languages by Commit GitHub Stats Most Productive Hours (UTC+7)

Typing Animation

Contribution Snake Animation

Pinned Loading

  1. Buddy-AI Buddy-AI Public

    Buddy AI is a full-stack, AI-powered personal assistant that combines voice recognition, natural language processing, and advanced command interpretation. Built with Python (Flask) and React (TypeS…

    Python 3

  2. Smart-Queue-Management Smart-Queue-Management Public

    A modern, real-time queue management system for businesses, clinics, and banks. Built with Next.js, Node.js, TypeScript, and MongoDB. Features live queue updates, digital tokens, analytics, and rol…

    TypeScript 2

  3. Decentralized-Portfolio Decentralized-Portfolio Public

    My First Decentralized Portfolio

    JavaScript 3

  4. Ticket-Reselling Ticket-Reselling Public

    A Full-stack decentralized ticket reselling platform with a Solidity smart contract backend (Hardhat) and a modern Next.js/React frontend. Users can create, buy, and resell event tickets securely o…

    TypeScript 2

  5. pokemon-explorer pokemon-explorer Public

    A React app fetching by our Limit (150) Pokémon from PokeAPI, with real-time search, type filtering, and responsive card grid.

    TypeScript 2

  6. Vulnerability-Scanner Vulnerability-Scanner Public

    Python 3