Skip to content
View adityack477's full-sized avatar

Block or report adityack477

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

Visitor Badge


πŸ‘‹ Hey, I'm Aditya

Third-year B.Tech CSE student at KIIT University (CGPA: 8.17) β€” I build full-stack applications that actually work in production, not just on localhost.

I've shipped 3 production-deployed applications with real users, real-time WebSocket architecture, LLM integrations, JWT authentication, and CI/CD pipelines. I care about writing code I can explain, not just code that runs.

GATE CS 2026 Qualified β€” cleared in 3rd year, first attempt.


πŸš€ Featured Projects

πŸ—¨οΈ Yapa Β  Live

Real-time full-stack chat app with Socket.io WebSockets, JWT auth, emoji reactions, typing indicators, and online presence.

15+ registered users Β· 8 REST API endpoints Β· Deployed on Vercel + Render

React 18 Node.js Socket.io MongoDB JWT Zustand Tailwind

πŸ”— Bitlinks v2 Β  Live

Production URL shortener with click analytics dashboard, JWT auth, rate limiting, and soft-delete.

Sub-100ms latency Β· 1,000+ test requests Β· 60% query time reduction

React Node.js Express MongoDB JWT Recharts nanoid

✨ Thumblify   Live

AI-powered thumbnail generator using Gemini API. Structured prompt engineering to generate thumbnails from natural language inputs.

50+ active users Β· 40% load time reduction Β· 99%+ uptime

React TypeScript Node.js Gemini API Cloudinary MongoDB

πŸ“Š More coming soon...

Currently building and learning. Check back for new projects.

GitHub


πŸ› οΈ Tech Stack

Languages

JavaScript TypeScript Python Java

Frontend

React Next.js Tailwind CSS TypeScript

Backend

Node.js Express Socket.io JWT

Databases

MongoDB PostgreSQL MySQL

DevOps & Tools

Git GitHub Actions Vercel Render Postman Cloudinary

AI / Gen AI

Gemini OpenAI


πŸ“Š GitHub Stats




πŸ† Achievements

🎯 Achievement
πŸ“‹ GATE CS 2026 Qualified β€” B.Tech 3rd year, first attempt
πŸ’» 400+ DSA problems solved across LeetCode, GFG, HackerRank, Skillrack
πŸ₯ˆ Semi-Finalist β€” Tata Imagination Challenge 2025 (National level)
⚑ Shortlisted β€” AlgoUniversity Accelerator Camp 2025
πŸŽ“ Letter of Recommendation β€” Mr. Amit Kumar, Faculty, KIIT School of Computer Engineering

πŸ“œ Certifications

Google AI/ML AWS Cloud AWS Data Altair ML Altair DE IIT Madras


πŸ“ˆ Coding Activity

LeetCode GeeksForGeeks


🀝 Connect With Me

LinkedIn Gmail GitHub LeetCode


Popular repositories Loading

  1. bitlinks-v2 bitlinks-v2 Public

    JavaScript 1

  2. yapa yapa Public

    JavaScript 1

  3. spam-message-classifier spam-message-classifier Public

    This project uses Scikit-learn’s NaΓ―ve Bayes classifier to classify messages as Spam or Not Spam based on a small dataset.

    Python

  4. handwritten-digit-recognizer handwritten-digit-recognizer Public

    A simple machine learning project that recognizes handwritten digits (0-9) using the MNIST dataset and Logistic Regression.

    Python

  5. ultrasonic-distance ultrasonic-distance Public

  6. currency-converter currency-converter Public

    A simple currency converter that fetches real-time exchange rates and converts between different currencies. Uses NumPy for calculations and the Exchange Rate API for live data.

    Python