Skip to content
View Harshith1702's full-sized avatar
💭
Student
💭
Student

Block or report Harshith1702

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

Typing SVG


GitHub LinkedIn LeetCode Email


class Harshith {

    String   location   = "Hyderabad, India";
    String   degree     = "B.Tech CSE @ CMR Technical Campus (CGPA: 8.84)";
    String   status     = "2nd year undergrad | Expected 2028";

    String[] building   = {
        "Rocket.Chat open source — raised 3 PRs, targeting GSoC 2026",
        "LeetCode Discord Reporter — auto-posts daily solves via GitHub Actions"
    };

    String[] grinding   = {
        "LeetCode | CodeChef | SmartInterviews",
        "daily contests — consistency over everything"
    };

    String   openTo     = "Backend Internships · OSS · Interesting problems";
}

◾ About

Backend-focused CS student based in Hyderabad, India. I build real-time applications using Node.js and Socket.IO, and practice DSA daily in Java. Clean backend logic, real projects, no fluff. I also build data-driven systems — recently developed a full-stack LeetCode tracker with an automated sync pipeline and analytics dashboard.

Currently seeking Backend Internship opportunities for Summer 2026.


◾ Open Source

Contributing to large-scale open source systems and improving production-level codebases.

Rocket.Chat — targeting GSoC 2026

Contributing to the message-parser package of the Rocket.Chat codebase (PRs under review).

  • Proposed fix for timestamp parsing inside formatted text — #39455
  • Added test coverage for isNodeOfType guard — #39737
  • Wrote tests for emoji parsing behavior in reducePlainTexts#39733

◾ Featured Projects

Project Description Stack Link
Open Chat App Real-time rooms, password-protected, typing indicators, 100-user cap Node.js Express Socket.IO Live ↗ · Code
LeetCode Grind Tracker Full-stack tracker with Python sync pipeline, MySQL views, PHP API, and dashboard analytics Python PHP MySQL JavaScript Code
LeetCode Discord Reporter Fetches accepted submissions daily, posts to Discord at 10:15 PM IST automatically GitHub Actions cron-job.org Code

◾ Other Projects

Project Description Stack Link
Social Media Follower System Graph-based: follow/unfollow, mutual suggestions C DSA Code
Eclipse Attendance QR-based, teacher/student dashboards, CSV export, fully browser-side HTML CSS JS Code
Smart Dustbin IR sensor + servo motor automation Arduino C++ IoT
Web Scraper Data extraction in Java + Python using Jsoup + BeautifulSoup Java Python Code

◾ Competitive Programming

LeetCode CodeChef SmartInterviews

LeetCode Stats


◾ GitHub Stats

  

GitHub Streak


◾ Contribution Graph

Activity Graph


◾ Snake

contribution snake

◾ Stack

Java JavaScript C Python Node.js Express Socket.IO Git GitHub Actions Arduino HTML5 CSS3 MySQL


◾ Achievements

  • 🏆 Technovanza 5.0 Internal Hackathon — selected for SIH 2025
  • 🔧 IoT Bootcamp — Sansa Innovations Pvt. Ltd.

Actively seeking backend internships and open to collaborations.

Profile views don't matter — projects do.


Profile Views

Pinned Loading

  1. Open_Chat_Application Open_Chat_Application Public

    A real-time, multi-user room-based chat application built with Node.js, Express, and Socket.IO. Features include public/private rooms with password protection, typing indicators, live user count, t…

    JavaScript 2 2

  2. leetcode-grind-tracker leetcode-grind-tracker Public

    Tracks my LeetCode grind using MySQL — submissions, weak topics, and streaks. Built as a DBMS mini project.

    JavaScript

  3. leetcode-discord-reporter leetcode-discord-reporter Public

    Automatically posts your daily LeetCode solved problems to Discord every night — no PC needed.

    Python

  4. eclipse-attendance-app eclipse-attendance-app Public

    A frontend-only QR-based attendance management prototype using HTML, CSS, and JavaScript.

    HTML