Skip to content
View Vishal-770's full-sized avatar
🙂
if it works it works
🙂
if it works it works

Highlights

  • Pro

Organizations

@Android-Club-VITC @GIT-Pushers

Block or report Vishal-770

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Vishal-770/README.md

👨‍💻 Vishal Prabhu

                ██╗   ██╗██╗███████╗██╗  ██╗ █████╗ ██╗         ██████╗ ██████╗  █████╗ ██████╗ ██╗  ██╗██╗   ██╗
                ██║   ██║██║██╔════╝██║  ██║██╔══██╗██║         ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║  ██║██║   ██║
                ██║   ██║██║███████╗███████║███████║██║         ██████╔╝██████╔╝███████║██████╔╝███████║██║   ██║
                ╚██╗ ██╔╝██║╚════██║██╔══██║██╔══██║██║         ██╔═══╝ ██╔══██╗██╔══██║██╔══██╗██╔══██║██║   ██║
                 ╚████╔╝ ██║███████║██║  ██║██║  ██║███████╗    ██║     ██║  ██║██║  ██║██████╔╝██║  ██║╚██████╔╝
                  ╚═══╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝    ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝ ╚═════╝ 

Typing SVG

Profile Views GitHub followers Twitter Follow

🧑‍💻 whoami

$ cat /about/vishal.json
{
  "name": "Vishal Prabhu",
  "location": "India 🇮🇳",
  "role": "Frontend Developer & JavaScript Architect",
  "current_status": "Building the next generation of web apps",
  "code_editor": "VS Code with Vim keybindings",
  "favorite_language": "TypeScript (JavaScript with superpowers)",
  "architecture": "Clean, Scalable, Maintainable",
  "methodology": ["DDD", "TDD", "Clean Architecture", "SOLID Principles"],
  "currently_working_on": [
    "🚀 Modern React applications with Next.js 14",
    "🏗️ Building scalable component architectures",
    "⚡ Performance optimization & Core Web Vitals",
    "🎨 Design systems & developer experience"
  ],
  "learning": [
    "Advanced React Patterns & Concurrent Features",
    "System Design & Microservices Architecture",
    "WebAssembly & Browser APIs",
    "DevOps & Cloud Infrastructure",
    "Rust"
  ],
  "hobbies": ["Debugging at 3 AM", "Optimizing bundle sizes", "Writing clean code"],
  "fun_fact": "I can spot a missing semicolon from across the room",
  "motto": "Write code that doesn't just work, but tells a story"
}

🛠️ Tech Arsenal

🎯 Primary Stack (Click to expand)
languages:
  expert: ["JavaScript ES2024", "TypeScript", "HTML5", "CSS3"]
  learning: ["Rust", "Go", "Python"]

frontend:
  frameworks: ["React 18", "Next.js 14", "Svelte", "Astro"]
  styling: ["Tailwind CSS", "Styled Components", "CSS Modules", "Sass"]
  ui_libraries: ["shadcn/ui", "Radix UI", "Headless UI", "Framer Motion"]
  state_management: ["Zustand", "Redux Toolkit", "TanStack Query", "SWR"]
  
backend:
  runtime: ["Node.js", "Deno", "Bun"]
  frameworks: ["Express.js", "Fastify", "Hono", "Nest.js"]
  databases: ["MongoDB", "PostgreSQL", "Supabase", "PlanetScale"]
  apis: ["REST", "GraphQL", "tRPC", "WebSockets"]

tools:
  editors: ["VS Code", "Neovim"]
  terminals: ["Warp", "Hyper", "iTerm2"]
  version_control: ["Git", "GitHub Actions", "Conventional Commits"]
  package_managers: ["pnpm", "npm", "yarn"]
  bundlers: ["Vite", "Webpack", "Turbopack", "esbuild"]
  testing: ["Vitest", "Jest", "Playwright", "Cypress"]
  deployment: ["Vercel", "Railway", "Fly.io", "Docker"]

💻 Languages & Technologies

JavaScript TypeScript React Next JS Node.js Tailwind CSS

⚡ Development Tools

VS Code Git Docker Vite Vercel MongoDB

📊 GitHub Analytics

Vishal's GitHub Stats Top Languages

GitHub Streak

🏗️ System Architecture Philosophy

graph TB
    A[🎯 Clean Code] --> B[📖 Readable]
    A --> C[🔧 Maintainable]
    A --> D[🧪 Testable]
    
    E[⚡ Performance] --> F[🚀 Fast Loading]
    E --> G[📦 Optimized Bundles]
    E --> H[♿ Accessible]
    
    I[🛡️ Scalable] --> J[🏗️ Modular Design]
    I --> K[🔄 Reusable Components]
    I --> L[📊 Monitoring]
    
    A --> M[💎 Quality Software]
    E --> M
    I --> M
    
    style A fill:#00f5ff,stroke:#0088cc,stroke-width:2px
    style E fill:#ff6500,stroke:#cc4400,stroke-width:2px
    style I fill:#32cd32,stroke:#228b22,stroke-width:2px
    style M fill:#8a2be2,stroke:#6a1b9a,stroke-width:2px
Loading

🚀 What I'm Building

interface CurrentProjects {
  personal: {
    "portfolio-v3": {
      stack: ["Next.js 14", "TypeScript", "Framer Motion", "MDX"];
      status: "🚧 In Progress";
      features: ["Blog with MDX", "Project Showcase", "Dark Mode"];
    };
    "component-library": {
      stack: ["React", "TypeScript", "Storybook", "Rollup"];
      status: "📦 Publishing Soon";
      description: "Reusable UI components for rapid development";
    };
  };
  
  learning: {
    "system-design": "📚 Studying distributed systems & microservices",
    "web-performance": "⚡ Deep diving into Core Web Vitals optimization",
    "rust": "🦀 Exploring systems programming with Rust"
  };
  
  contributing: {
    "open-source": "🌟 Contributing to React ecosystem packages",
    "writing": "✍️ Technical articles on modern web development"
  };
}

📈 Coding Activity

$ git log --oneline --graph --decorate --all

Ashutosh's github activity graph

🎯 Current Focus Areas

🔥 Frontend Excellence

  • Modern React patterns & hooks
  • Next.js App Router mastery
  • TypeScript best practices
  • Component architecture & design systems

⚡ Performance & UX

  • Core Web Vitals optimization
  • Bundle size analysis & reduction
  • Accessibility (WCAG 2.1 AA)
  • Progressive Web Apps

🏗️ System Design

  • Scalable frontend architectures
  • Micro-frontends exploration
  • CI/CD pipeline optimization
  • Testing strategies & automation

🌐 Let's Connect

Portfolio Twitter LinkedIn Email


const vishal = {
  code: ["JavaScript", "TypeScript", "React", "Node.js"],
  askMeAbout: ["Web Development", "Frontend Architecture", "React", "Performance"],
  technologies: {
    frontEnd: ["React", "Next.js", "TypeScript", "Tailwind CSS"],
    backEnd: ["Node.js", "Express", "MongoDB", "PostgreSQL"],
    tools: ["Git", "Docker", "VS Code", "Figma"]
  },
  currentChallenge: "Building scalable and performant web applications",
  funFact: "I debug faster with console.log than with debuggers 🚀"
};

💬 "Clean code always looks like it was written by someone who cares."

⭐ From vishal-770

Pinned Loading

  1. File-Share File-Share Public

    TypeScript

  2. CrowdFundingDapp CrowdFundingDapp Public

    TypeScript

  3. nft-marketplace nft-marketplace Public

    TypeScript 1

  4. tauri-react-template tauri-react-template Public

    TypeScript 1

  5. EthOnline EthOnline Public

    Forked from Naveen-6087/EthOnline

    For Deployment Purpose

    TypeScript

  6. URL-SHORTENER_NEW URL-SHORTENER_NEW Public

    TypeScript 1