Skip to content
View VarsanJ's full-sized avatar

Highlights

  • Pro

Organizations

@blueskysolarracing

Block or report VarsanJ

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

About Me

Introduction

Hi, I am Varsan Jeyakkumar, an electrical engineering student at the University of Toronto. I started programming in Grade 7, as I was stuck at home during the Covid-19 pandemic. My first project was Parrot, a chatbot integrated with Discord API and UptimeRobot which provided moderative, administrative, and logistical functions within Discord Servers. This bot was deployed in over 100 Discord Servers and was published on top.gg. From there on, I expanded my programming knowledge and understanding of software and hardware through self-learning and courses in school. From hackathon projects using Arduino to visual stimulations of sorting algorithms on Java, I am always keen to learn and try out new things.

Programming Languages

Language Since Highlighted Project
Python 2020 Parrot, a discord bot with numerous capabilities
Visual Basics 2023 Accident Stiumlator, a roleplay game allowing a user to investigate an accident
C# 2024 Tic-Tac-Toe, a fun one-player game of tic-tac-toe with a difficult to beat AI
C++ 2024 Relief Jacket, a hardware project connected to an online database to connect people to emergency responders in times of need
Java 2025 SeeSort, a visual application which demonstrates three different sorting algorithms

Furthermore, I have experience in HTML and Assembly.

Pinned Loading

  1. Relief_Jacket Relief_Jacket Public

    Relief Jacket offers users a way to get life saving information and contact emergency responders in times of disaster.

    HTML

  2. FitQuest FitQuest Public

    Forked from ShauryaSingh1206/Group_S_R.H.-King_UWAFTHackathon_2024

    This is a group project for the UWAFT Hackathon where we planned and designed a mobile application which gamifies fitness. Our submission won second place among all teams!

    HTML

  3. SeeSort SeeSort Public

    SeeSort is a Java SwingX Application which allows users to visualize three different sorting algorithms (bubble, insertion, and selection) using a step-by-step interactive process

    Java

  4. Tic-Tac-Toe Tic-Tac-Toe Public

    This Tic-Tac-Toe game enables user to play the game against a smart artificial intelligence. Using logical outcomes. the AI employs a multi-levelled approach to detect threats and identify wins. Th…

    C#

  5. Parrot Parrot Public

    A discord bot with a large variety of tools to use, from utilities to moderation. This was my first major project incorporating an API, but I was pleased by the outcome.

    Python

  6. Deal-or-No-Arrow Deal-or-No-Arrow Public

    Deal or No Arrow is a spinoff of Deal or No Deal. Created as a windows form application, this game incorporates more visual graphics to the game to make it more engaging. This game stores progress …

    C#