Skip to content
View fathisahar's full-sized avatar
⁉️
⁉️

Block or report fathisahar

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

Hi there!

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Me:

    def __init__(self):
        self.name = "Sahar Fathi"
        self.role = "4th year in Software Engineering Co-op"
        self.univeristy = "McGill University"

    def say_hi(self):
        print(f"hi, i'm {self.name}, thanks for dropping by!")


sahar = Me()
sahar.say_hi()

Languages

Python Java OCaml C C++ JavaScript TypeScript Bash

Frameworks & Libraries

Sprint Boot Flask Vue.js React React Native Bootstrap Tailwind CSS React-Bootstrap JUnit

Tools

Linux Ansible SQLite MySQL AppWrite PostgreSQL GraphQL Postman Jira Confluence Git GitHub GitLab

Pinned Loading

  1. archerio archerio Public

    Final project in CEGEP, integrating programming and physics within a bow and arch game. Made with Java and JavaFX.

    Java

  2. KitchenHelper KitchenHelper Public

    A website to track the food in user's fridge, and offer recipes (inputted by user) based on availability. Made with JavaScript, CSS, HTML, and Python.

    JavaScript

  3. McGill-ECSE321-Winter2024/FitHub McGill-ECSE321-Winter2024/FitHub Public

    Sport Center Management Web Service. Made with Vue.js and PostgreSQL. Tested with Java.

    Java 1

  4. TJusab/QuestBit-v2 TJusab/QuestBit-v2 Public

    Gamified Task Management Android/IOS application. Made with TypeScript, React-Native and Appwrite.

    TypeScript 1 2

  5. mchacks-24 mchacks-24 Public

    Pet-to-owner matching IOS/Android application. Made with JavaScript, React-Native and Firebase.

    JavaScript 1

  6. AssetPlus AssetPlus Public

    Forked from F2023-ECSE223/ecse223-group-project-p12

    Desktop application for hotel asset management. Made with Java, JavaFX and JSON. Testing done JUnit and Gherkin.

    Java