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 is supported. This note will only be visible to 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 /dev/vishal.json
{
  "name": "Vishal Prabhu",
  "location": "Chennai, India 🇮🇳",
  "role": "Fullstack Developer & Web3 Builder",
  "current_status": "Shipping scalable web apps & going deep on Rust + Solana",
  "code_editor": "VS Code",
  "favorite_language": "TypeScript (but Rust is calling)",
  "currently_working_on": [
    "⚡  Scalable fullstack apps with Next.js + Nest.js",
    "🦀  Rust — ownership, lifetimes, async",
    "☀️  Solana — learning on-chain programs",
    "🔁  Exploring crypto & DeFi primitives"
  ],
  "learning": [
    "Rust → systems programming + Solana programs",
    "Solana → Anchor, PDAs, SPL tokens",
    "Crypto/DeFi → protocols, tokenomics, cross-chain"
  ],
  "motto": "Write code that doesn't just work, but tells a story"
}

🛠️ Tech Arsenal

🎯 Full Stack (click to expand)
languages:
  fluent:   ["TypeScript", "JavaScript", "Java", "C", "C++", "Python"]
  learning: ["Rust", "Solidity"]

frontend:
  frameworks: ["React.js", "Next.js", "Electron.js", "Tauri"]
  styling:    ["Tailwind CSS"]

backend:
  runtime:    ["Node.js"]
  frameworks: ["Nest.js", "Express.js"]
  databases:  ["PostgreSQL", "MongoDB"]
  orm:        ["Drizzle ORM", "Mongoose"]
  apis:       ["REST", "GraphQL", "WebSockets"]

tools:
  devops: ["Git", "Docker", "AWS", "Vercel", "CI/CD"]
  other:  ["SEO", "GraphQL", "WebSockets"]

learning:
  - "Rust — ownership, traits, async/await"
  - "Solana — on-chain programs, Anchor"
  - "Crypto/DeFi — protocols & tokenomics"

💻 Languages

TypeScript JavaScript Rust Python C++ Java

⚙️ Frameworks & Runtimes

Next.js React Node.js NestJS Express Electron Tauri Tailwind CSS

🗄️ Databases & ORM

PostgreSQL MongoDB Drizzle ORM

⚙️ Tools & Infra

Docker AWS Vercel Git GraphQL


📊 GitHub Analytics

Vishal's GitHub Stats Top Languages

GitHub Streak


🏗️ How I Think About Software

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:#14F195,stroke:#0aab66,stroke-width:2px,color:#000
    style E fill:#9945FF,stroke:#6a1b9a,stroke-width:2px,color:#fff
    style I fill:#CE422B,stroke:#8b1a0a,stroke-width:2px,color:#fff
    style M fill:#F7DF1E,stroke:#c4a000,stroke-width:2px,color:#000
Loading

🎯 Current Focus

🦀 Rust + Solana

  • Ownership & borrow checker
  • Async Rust patterns
  • Solana on-chain programs
  • Anchor framework & PDAs

🔁 Crypto / DeFi

  • AMM mechanics
  • DeFi protocol design
  • Tokenomics & cross-chain
  • Privacy-preserving primitives

🏗️ Fullstack Architecture

  • Scalable Next.js + Nest.js
  • Drizzle ORM + Postgres
  • Desktop apps w/ Electron/Tauri
  • WebSocket real-time systems

📈 Coding Activity

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

Activity Graph


🌐 Connect

Portfolio Twitter LinkedIn Email


const vishal = {
  code:       ["TypeScript", "JavaScript", "Python", "Rust*"],
  frameworks: ["Next.js", "React", "Nest.js", "Electron", "Tauri"],
  databases:  ["PostgreSQL", "MongoDB", "Drizzle ORM"],
  tools:      ["Docker", "AWS", "Vercel", "Git", "GraphQL", "WebSockets"],
  learning:   ["Rust", "Solana", "Crypto/DeFi"],
  askMeAbout: ["Next.js", "Node.js", "TypeScript", "fullstack architecture"],
  funFact:    "I debug faster with console.log than with debuggers 🚀",
};
// * = actively going deep

💬 "Write code that doesn't just work, but tells a story."

⭐ From vishal-770

Pinned Loading

  1. mecha-pay mecha-pay Public

    Clerk like Payments for web3

    TypeScript 3

  2. Deskly Deskly Public

    VTOPCC App for Desktop

    TypeScript 5

  3. circulate circulate Public

    A simple way to bridge your USDC corss chain

    TypeScript

  4. AZOTH-DAO AZOTH-DAO Public

    DEFY 26 PROJECT

    TypeScript

  5. Link-Layer Link-Layer Public

    URL shortener with advanced analytics and customizable QR codes.

    TypeScript 1

  6. Zyn-Protocol Zyn-Protocol Public

    The Stateless Privacy Redirection Layer. Zyn is a high-integrity privacy protocol designed to decouple your on-chain identity from your financial history

    TypeScript