Skip to content
View Faseeh-Naqvi's full-sized avatar
๐Ÿ’ป
๐Ÿ’ป

Highlights

  • Pro

Block or report Faseeh-Naqvi

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

Hi there, I'm Faseeh! ๐Ÿ‘‹

I'm a Computer Science student at Western University, set to graduate in 2026, and I love creating tech solutions that make a positive impact. I've been hands-on with full-stack development, working with Node.js, React.js, Angular.js, and many more tools to build apps that solve real-world problems.

NEW! Check out faseeh.ca

๐Ÿ”ญ Projects

(In active development, Private Repository)

Brainrot is a mobile app designed to track and gamify your time spent scrolling on TikTok and Instagram. The goal is to bring awareness to the mass scrolling epidemic.

It calculates your "brainrot score" and allows you to compete with friends on leaderboards. Key features include:

  • Tracking Time on Social Media: Calculates reels scrolled based on active time.
  • Global & Friend Leaderboards: Compete with friends and others to see who scrolls the most.
  • Engaging Metrics: Visualize distance scrolled or brainrot points to gamify the experience.
  • Friend System: Connect with friends for more competitive fun.
  • Accolades and Quizzes: Unlock achievements and take fun quizzes to increase your score.

The app uses Java for the Android frontend and integrates with a cloud backend for leaderboard synchronization.

[Repository link coming soon!]


At HackWestern X, I led a team to develop Attentify, a productivity web app and Chrome extension tailored for the ADHD community. We collected responses from over 150 people through a Reddit poll to tailor the app to their needs. Features include:

  • Pomodoro Timer
  • Google Calendar Integration
  • Custom Chatbot using the OpenAI API
  • Custom Floating Notepad that is tab-exclusive

Check out Attentify on Devpost ยป


Impact Earth

(In progress, Private Repository)

As a Software Developer at Impact Earth @ Western University, I'm upgrading a legacy Angular application to version 18, including replacing the outdated maps system with the new Google Maps API.


Facebook Data Extraction Tool

(Completed, Private Repository)

At Carolinian Canada Coalition, I developed a Python command-line script with hash-based duplication protection, automating the extraction and analysis of over 23,798 lines of Facebook post data. This saved over $6,300 in work hours and improved social media research efficiency by 75%. The tool is now being utilized in research for a scientific journal.


I developed an ARM7 Assembly program to validate Universal Product Codes (UPCs), enhancing my understanding of low-level programming and computer architecture.


Cyder App Prototype

At IveyHacks 2023, my team and I won second place by developing a mobile app prototype for our sponsor, Cyder. We successfully pitched our product to CEOs, technical and marketing leads, as well as an auditorium of participants.

Read about it here ยป


๐Ÿ› ๏ธ Skills

  • Languages: Java, JavaScript, Python, Kotlin, C++, ARM7 Assembly
  • Frameworks & Libraries: Node.js, React.js, Angular.js, Express.js
  • Databases: MongoDB, SQL, NoSQL
  • Tools & Platforms: Git, GitHub, Docker, Linux, UNIX, Bash, Android Studio, IntelliJ IDEA
  • Other: REST APIs, Unit Testing, Debugging, CI/CD, SDLC, Documentation Writing

๐Ÿ† Achievements

  • 2nd Place - IveyHacks Case Competition
  • Vice President of Events - TMA (Secured record-breaking $315 food sponsorship deal)
  • Co-Founder - Mustang Tutors (Managed 5 tutors)
  • DECA Case Comp - Regional Finalist

๐Ÿ“ซ Let's Connect

Pinned Loading

  1. bowenlin1101/attentify bowenlin1101/attentify Public

    The best site to plan and focus on your studies.

    JavaScript

  2. Jared-Squirrel-Emporium Jared-Squirrel-Emporium Public

    This is a joke squirrel selling company website I made for a class assignment

    HTML 1

  3. Clocky Clocky Public

    This is a minimalistic web clock

    JavaScript 1

  4. souper-treasure-adventure souper-treasure-adventure Public

    This is a small text-based adventure game I made. It is written in Python. It has 2 main endings with 1 secret ending that will require some attention to detail.

    Python 1

  5. Dynamic-Grid-Letter-Placement-Program Dynamic-Grid-Letter-Placement-Program Public

    In this project, a 5x5 grid is created full of "?" as placeholders. then, randomly the letter "A" is placed somewhere on the board. The program then randomly picks a direction and places another leโ€ฆ

    Java