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

Highlights

  • Pro

Block or report pkparthk

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. AuraHR---The-Next-Generation-AI-Powered-HRMS AuraHR---The-Next-Generation-AI-Powered-HRMS Public

    AI‑powered HRMS — Resume screening, candidate matching, L&D & conversational AI

    TypeScript 1

  4. Plant-Disease-Detection Plant-Disease-Detection Public

    AI-powered plant disease detection system using deep learning. Upload plant images to instantly identify 30+ diseases across Apple, Corn, Grape, Potato, Tomato & more crops. Built with FastAPI + Re…

    Python 2

  5. 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 3

  6. Decentralized-Portfolio Decentralized-Portfolio Public

    My First Decentralized Portfolio

    JavaScript 3