Skip to content
View Saurinpatel20's full-sized avatar
⌨️
Coding
⌨️
Coding

Highlights

  • Pro

Organizations

@the-programmers-hangout @UW-VexU
Block or Report

Block or report Saurinpatel20

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Saurinpatel20/README.md

Saurin Patel - Banner

  • Pin I'm a 3B Computer Science student at the University of Waterloo.
  • Telescope Searching for Fall 2024 Coops

Experiences

Tech Stack

Languages

image image image image image image image image image image

Tools / Frameworks

image image image image image image image image image

Email Connect with Me

I am always excited to expand my skill set and explore new technologies. If you have any suggestions or opportunities for collaboration, feel free to reach out!

You can find me on LinkedIn for professional networking. Let's connect and discuss exciting projects or tech-related topics!

Pinned

  1. Utivity-App Utivity-App Public

    An elegant productivity App with neumorphic UI elements.

    HTML

  2. Spotify-Node-Wrapper Spotify-Node-Wrapper Public

    A simplified Node interface to interact with the Spotify Web API

    JavaScript 9

  3. Vex-Odometry Vex-Odometry Public

    An odometry system developed for the Vex V5 system.

    C++ 9 2

  4. Graphical-BlackJack-Game Graphical-BlackJack-Game Public

    A minimalist Graphical BlackJack game made for the ICS 3U course.

    Python

  5. Thread-safe-Lock-free-FIFO-Queue Thread-safe-Lock-free-FIFO-Queue Public

    A Thread-safe Lock-free implementation of a FIFO queue. (ie. A thread safe circular buffer using arrays)

    C