Skip to content
View rahul-kumar-362's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rahul-kumar-362

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.

Content in all repositories owned by your account will be closed.
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
rahul-kumar-362/README.md

Typing SVG



 About Me

  • Student at Dr. D.Y. Patil Institute of Technology, Pimpri, Pune
  • Building AI-powered apps, chess bots, and real-world tools
  • Blending spirituality with software -- Bhartiya Bot creator
  • 286 LeetCode problems solved | 1374 contest rating
  • 21+ competitive programming contests attended
  • When not coding: sharpening chess skills or diving into the Bhagavad Gita
  • Believer in clean code, open source, and continuous learning
class RahulBorana:
    def __init__(self):
        self.name      = "Rahul Borana"
        self.dob       = "March 28, 2005"
        self.college   = "Dr. D.Y. Patil Institute of Technology"
        self.location  = "Pune, India"
        self.interests = ["AI/ML", "Full-Stack", "Chess", "Philosophy"]
        self.learning  = ["LLMs", "RAG", "System Design", "Cloud"]
    
    def philosophy(self):
        return "You have the right to work, "
               "but never to the fruit of work."
    
    def daily_ritual(self):
        while self.alive:
            self.code()
            self.play_chess()
            self.read_gita()

 Coding Platforms

Problem Solving Breakdown


LeetCode

CodeChef


LeetCode CodeChef Codolio


 Tech Arsenal

Languages Frontend Backend & DB Tools & Cloud

C++ Python JavaScript TypeScript C SQL

React HTML5 CSS3 Vite TailwindCSS

Node.js Express FastAPI Flask MongoDB MySQL

Git GitHub Docker AWS Vercel Postman

Also Working With

LLMs RAG Pipelines LangChain Vector DB System Design PyTorch WhatsApp Cloud API

Learning Progress

Topic Progress Status
AI/ML Integration ████████░░ 80%
System Design ███████░░░ 70%
Advanced DSA ████████░░ 80%
Cloud & DevOps █████░░░░░ 50%
Open Source Contrib. ██████░░░░ 60%

 Featured Projects

"I prefer few meaningful projects over many shallow ones."


 Bhartiya Bot

AI-powered WhatsApp chatbot embodying Lord Krishna, offering spiritual guidance from the Bhagavad Gita. Cites authentic Sanskrit shlokas with chapter/verse references.

Node.js Express.js WhatsApp Cloud API Sarvam AI Meta Graph API

Stars

 PARTH BOT

Chess bot with 1500 Elo strength powered by Google Gemini AI. Modern TypeScript stack deployed on Vercel for instant browser-based gameplay.

TypeScript Google Gemini AI Vite Vercel

Stars

 BudgetMart

Real-time grocery price comparison aggregator for the Indian market. Location-aware filtering, stock status, and glassmorphism dark UI.

Python Flask SerpAPI JavaScript Vercel

 VS Code Clone

Pixel-perfect VS Code interface clone built entirely with HTML & CSS. Deep attention to UI/UX detail and front-end craftsmanship.

HTML5 CSS3

Smart Spam Detector

Intelligent spam detection using pattern recognition and heuristics. Classifies messages and filters unwanted communications efficiently.

JavaScript Node.js

DES Algorithm

Implementation of the Data Encryption Standard cryptographic algorithm -- a classic symmetric-key block cipher, built from scratch.

Python Cryptography


 GitHub Analytics




 Contribution Activity

rahul-kumar-362's github activity graph


Snake eating contributions

 Weekly Development Breakdown



Quote


 Philosophy

"You have the right to work, but never to the fruit of work."Bhagavad Gita 2.47


I believe in building with purpose, learning with humility, and shipping with discipline. Every line of code is a step toward mastery. Code with intention. Think deeply. Stay curious.


 Ask Me About

Spiritual AI Chess & Programming DSA & C++ Full Stack Dev Bhagavad Gita System Design


 Let's Connect

LinkedIn GitHub LeetCode CodeChef Codolio Email



Popular repositories Loading

  1. Web-Developer-Roadmap Web-Developer-Roadmap Public

    2

  2. RoadMap-To-GrandMaster RoadMap-To-GrandMaster Public

    Python 2

  3. bhartiya-bot bhartiya-bot Public

    AI-powered WhatsApp chatbot that acts as a Krishna-style spiritual guide using Bhagavad Gita wisdom. Built with Node.js, WhatsApp Cloud API, and Sarvam AI.

    JavaScript 1 1

  4. KnowYourRights KnowYourRights Public

    TypeScript 1

  5. priorityqueue priorityqueue Public

    DSA PRACTICAL10

  6. greedy-activity-selection greedy-activity-selection Public

    Mini project using Greedy Algorithm - Activity Selection Problem

    C++