Rushaan Chawla

Education

Bachelors of Computer Science - University of Victoria

Sep'2021 - Apr'2025

High School Diploma - Fleetwood Senior Secoundry School

Sep'2020 - July'2021

Skills

  • Python
  • Java
  • R Porgamming
  • MatLab
  • JavaScript
  • React
  • HTML+CSS
  • Tailwind
  • Git/GitHub
  • BASH
  • Tableau
  • Postman
  • Pandas
  • SciPy
  • NumPy

Work Expereicne

Junior Quality Assurance - Trulioo

Jan'2023 - Current

Lorem ipsum dolor sit amet consectetur adipisicing elit. A cupiditate consequuntur nisi? Libero ducimus alias veniam, vero, accusamus officiis, minus autem sit unde eaque molestiae.

VR Research Assistant - UVIC

Apr'2022 - Aug'2022

Lorem ipsum dolor sit amet consectetur adipisicing elit. A cupiditate consequuntur nisi? Libero ducimus alias veniam, vero, accusamus officiis, minus autem sit unde eaque molestiae.

Website Developer - UVIC

Apr'2022 - Aug'2022

Lorem ipsum dolor sit amet consectetur adipisicing elit. A cupiditate consequuntur nisi? Libero ducimus alias veniam, vero, accusamus officiis, minus autem sit unde eaque molestiae.

Projects

Image Title Desc Languages
Recruiter Portal The React Job Portal is a web-based platform designed specifically for recruiters to connect with job seekers. The portal allows recruiters to post job listings, filter and search resumes, and communicate with potential candidates through a messaging system. The platform is built using React, TypeScript, and Tailwind CSS, which provide a seamless user experience and intuitive interface for recruiters. ReactJs, Typescript, Tailwind
Crypto Tracker Crypto Tracker is a web application that allows users to track the performance of their favorite cryptocurrencies. Users can create an account and select up to three coins that they want to monitor. The application uses chart.js to display historical price data for the selected coins, allowing users to make informed decisions about buying, selling, or holding their investments. JavaScript,HTML,CSS
Clusters Clusters is a web socialzing app created with Firebase, React JS, CSS, and Bootstrap that connects university students living on campus. The app includes a chat room with options for inter-floor or inter-building conversations, short video sharing similar to TikTok, an events page for hosting events, and a Q&A forum. ReactJs, CSS, Bootstrap
Typing Speed Checker The Typing Speed Tester is a Python project that measures your typing speed by recording the number of words you can type in a minute. The project provides a selection of different texts to type, ranging from easy to difficult, and displays the results of each test, including the number of words typed, the time taken, and the words per minute (WPM) score. Python
Password Checker The Password Checker is a Python project that checks the security of passwords by determining whether they have ever been a part of a data breach. Python
Sorting Visualizer The Sorting Visualizer is a Python project that visualizes various sorting algorithms, providing a dynamic way to better understand how these algorithms work. The project provides a user interface to select and visualize different sorting algorithms such as bubble sort, quick sort, and merge sort, and demonstrates how the algorithms sort the elements of an array in real-time PyGame, Python
Netflix Recap Netflix Recap is a data analysis project designed to help you better understand your viewing habits on the popular streaming platform. By analyzing your Netflix watch history, the project provides valuable insights such as your most watched series, your most watched genre, and how much total time you have spent watching Netflix to date. MatPlotLib, Python, Numpy, PyGame
BlackJack A command-line blackjack game built with Python-3 that allows players to place bets, make decisions on their hands, and compete against the computer, using traditional blackjack rules and gameplay mechanics. Python