Skip to content
View Jadalriyabi's full-sized avatar

Block or report Jadalriyabi

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

Hello Everyone! 👋

📍 I'm Jad Alriyabi, a recent computer science graduate from Simon Fraser University. I am a tech enthusiast, entrepreneur, writer, and gamer :). Always open to collaborating on projects and innovative/disruptive ideas. Feel free to connect with me here:

Linkedin Badge YouTube Badge Gmail Badge Website Badge


⚡ Technologies

JavaScript Nodejs Python React Java C++ HTML5 CSS3 MongoDB GraphQL MySQL Docker Amazon AWS Google Cloud Git GitHub GitLab BitBucket

How I'd define myself...literally

class Person:
   def __init__(self, name, age, work, education, hobbies):
       self.name = name
       self.age = age
       self.work = work
       self.education = education
       self.hobbies = hobbies

class Jad(Person):
   def __init__(self):
       super().__init__(
           name='Jad Alriyabi',
           age=23,
           work=['Absolute Security Developer', 'AI Practitioner', 'SFU', 'Entrepreneur'],
           education=['SFU BSc Computer Science', 'AI concentration', 'Business Minor', 'CSM®', 'AWS Cloud Practitioner'],
           hobbies=['Basketball', 'Snowboarding', 'Cooking']
       )

   def current_location(self):
       return 'Vancouver, BC, CAN'

   def next_locations(self):
       return ['Istanbul, TURKEY', 'Tibet, CHINA']

   def currently(self):
       return {
           'studying': ['Network Security'],
           'reading': ['How to Read a Book', 'Apollo\'s Rhetoric'],
           'tinkering': ['OpenAI API', 'Firebase', 'AWS']
       }

View Resume - Full-Stack

Popular repositories Loading

  1. JadAlriyabi JadAlriyabi Public

    Personal Projects and School Files

    HTML

  2. Personal-Website Personal-Website Public

    This repository will inlude html files, images, videos and other assests for my personal website.

    CSS

  3. Pantry-Project Pantry-Project Public

    A user-friendly web application to manage pantry inventory, track item quantities, and monitor expiration dates. Built with Next.js and Firebase, featuring image recognition for easy item addition.

    JavaScript

  4. Dev-Coach Dev-Coach Public

    JavaScript

  5. Doliphin-and-Whale-AI-Identifier Doliphin-and-Whale-AI-Identifier Public

    Jupyter Notebook

  6. Digit-Recognition Digit-Recognition Public

    Computer Vision projrects that recognizes digits from images

    MATLAB