{

Hello, my name is

Rand Kamaleddine

{

Software Developer

}

}

Mixing creativity with
technology to build cool stuff

About Me
  • Currently pursuing a degree in Computer science with a minor in Mathematics at the University of Guelph.
  • With my professional experience in full-stack development and databases, I am aiming to leverage my skills to contribute to innovative projects.
  • Background in team sports, which has honed my teamwork and collaboration skills.
Skills/Technologies
Projects

MatchUp App

The ultimate companion for basketball pickup games in Toronto.

GitHub
  • Developed a full-stack mobile app using Swift and Spring Boot to connect Toronto's basketball community.
  • Integrated live group chats for each basketball court using web-sockets, allowing users to connect and make friends.
  • Implemented features such as user authentication, location-based chat access, and personalized user interactions by using a MySQL database to manage user and location data and a Java Spring Boot back-end to handle API requests, achieving a seamless user experience.

QuickPDF

Web app developed in React.js and Python using Flask for performing operations on PDFs.

GitHub
  • Developed a web application for PDF operations using React.js and Python with Flask, enabling users to perform various tasks on PDFs (merge, delete, swap, etc.).
  • Designed the application to prioritize user-friendliness, ensuring seamless navigation, ease of use, and an intuitive interface with responsive Material-UI components.

RSA Encrypt/Decrypt

RSA encryption and decryption algorithms developed from scratch in Python.

GitHub
  • Developed RSA encryption and decryption algorithms from scratch in Python.
  • Integrated extended Euclidean algorithm for key generation, modular exponentiation for encryption, and Chinese Remainder Theorem for efficient decryption.

Crossy Road Game

2d Crossy Road game based on the orginal "Crossy Road".

GitHub
  • Built a 2D Crossy Road-style game using the PyProcessing library.
  • Utilized object-oriented methods extensively to manage game objects (roads, cars, characters), enabling features like collision detection.
  • Implemented an AI player to compete against the user.
  • Developed a leaderboard system to track high scores using JSON storage.