Skip to content
View bitwise-adi's full-sized avatar

Block or report bitwise-adi

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
bitwise-adi/README.md

Typing SVG


πŸ§‘β€πŸ’» About Me

Name:       Aditya Raj
Handle:     bitwise-adi
Location:   Mysore, India πŸ“
College:    NIE (National Institute of Engineering) β€” ISE
Year:       4th Year, B.E. in Information Science
Currently:  Grinding DSA with Java β˜• + building full-stack projects

Fun Facts:
  - I automate things I'm too lazy to do manually
  - Built a scraper that logs into my college portal so I don't have to
  - I name my projects like they're bands (NOVA, TankChain, ranDetect)

πŸ› οΈ Tech Stack

Languages

Python JavaScript TypeScript Java C HTML5 CSS3

Frameworks & Libraries

Next.js React FastAPI Node.js CustomTkinter Framer Motion Chart.js

ML & Data

scikit-learn XGBoost Pandas

Tools & DevOps

Docker Git Linux Puppeteer Render Cheerio


πŸš€ Featured Projects

Project What It Does Stack
πŸŽ“ GradeBuddy Auto-scrapes my college portal, fetches CIE marks, calculates SGPA & simulates grades. Actually deployed. Next.js, TypeScript, Puppeteer, Cheerio, Docker
πŸ›‘οΈ NOVA End-to-end encrypted chat app with RSA encryption, multi-client support, real-time messaging. Python, Socket Programming, RSA, CustomTkinter
🧱 BuildFolio 100% client-side portfolio generator. Fill a form β†’ live preview β†’ export as ZIP. No backend needed. HTML, CSS, JavaScript
πŸ” ranDetect Network traffic classifier that detects ransomware using ML (Random Forest + XGBoost). Uses 6 GoF design patterns. Clean Architecture. Python, FastAPI, scikit-learn, XGBoost, Chart.js

🎧 Vibe Check

🌱 Currently learning: DSA with Java | System Design
πŸ”¨ Currently building: Cool stuff that solves real problems
πŸ’¬ Ask me about: Python, Web Scraping, Full-Stack Dev, Design Patterns
⚑ Hot take: If your college portal sucks, just scrape it and build a better one
🎯 2026 Goals: Ace placements, ship more open-source, contribute to OSS

Pinned Loading

  1. GradeBuddy GradeBuddy Public

    A powerful tool that scrapes the NIE parent portal and provides a dashboard interface and a calculator to plan for your Semester-End Examinations based on your CIE marks.

    TypeScript 1

  2. BuildFolio BuildFolio Public

    A powerful, 100% client-side portfolio generator. Build, preview, and export beautiful personal websites directly in your browser. πŸš€

    JavaScript 1

  3. encrypted-chat-app encrypted-chat-app Public

    5th sem Mini Project

    Python 2 2

  4. ranDetect ranDetect Public

    A project under the Course of Software Architecture and Design Pattern, to analyse a given sample and classify it into 10 categories of possible attack using Machine Learning models like RandomFore…

    Python