Skip to content
View RaviP9973's full-sized avatar

Highlights

  • Pro

Block or report RaviP9973

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
RaviP9973/README.md
Typing SVG

πŸ‘¨β€πŸ’» CSE Student @ IIIT Bhagalpur | Full Stack Developer

πŸ“ Bhagalpur, Bihar, India | πŸš€ Open to Internship Opportunities


Profile Views


πŸš€ About Me

I am a pre-final year B.Tech student passionate about Data Structures & Algorithms and building scalable Web Applications. I bridge the gap between low-level optimization and high-level system design.

#include <iostream>
#include <vector>

struct Developer {
    string name = "Ravi Prakash Pal";
    string college = "IIIT Bhagalpur";
    string role = "Full Stack Engineer";
    
    vector<string> interests = {
        "Competitive Programming",
        "System Design", 
        "Next.js Ecosystem",
        "Database Management"
    };

    void currentStatus() {
        cout << "Targeting Summer Internships!" << endl;
        cout << "Building a Next.js 16 Job Board Platform." << endl;
    }
};

πŸ“‚ Featured Projects

πŸ’Ό Dream Jobs - A job marketplace platform

A Next.js 16 powered platform connecting job seekers with companies

  • Core Features: Job posting & applications, Resume uploads, Favorites system, Stripe payments, NextAuth authentication, Email notifications via Resend, Rich text editor, Real-time job filtering.
  • Tech Stack: Next.js 16 TypeScript MongoDB Prisma Tailwind CSS NextAuth Stripe UploadThing Inngest Arcjet Shadcn UI

🧩 Study-Notion - an Ed-Tech Platform

A full-stack EdTech platform connecting instructors and students.

  • Core Features: Course management, Video streaming, Payment integration (Razorpay), Progress tracking, OTP verification.
  • Tech Stack: React.js Node.js Express MongoDB Redux Toolkit Tailwind CSS Cloudinary JWT Auth

πŸ› οΈ Tech Stack

Category Technologies
Languages C++ TypeScript JavaScript Python SQL
Frontend Next.js React Tailwind
Backend Node.js PostgreSQL MongoDB Supabase
Tools Git Docker Postman Vercel

πŸ“Š GitHub Analytics


⚑ Activity & Coding

πŸ”₯ Current Focus 🎯 Status
Data Structures Solving LeetCode Hard/Medium daily in C++
System Design Learning distributed caching & load balancing
Development Mastering Next.js Server Components

🀝 Let's Connect

LinkedIn Gmail

"Code is like humor. When you have to explain it, it’s bad."

Popular repositories Loading

  1. Youtube-clone Youtube-clone Public

    JavaScript 1

  2. Password-Generator Password-Generator Public

    CSS

  3. weather-app weather-app Public

    JavaScript

  4. shop-app-react shop-app-react Public

    JavaScript

  5. Tik_Tak_toe Tik_Tak_toe Public

    JavaScript

  6. stone-paper-scissor stone-paper-scissor Public

    JavaScript