Skip to content
View MarkoSOE's full-sized avatar
πŸ› οΈ
Open to Collaborating
πŸ› οΈ
Open to Collaborating

Block or report MarkoSOE

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

Hello there πŸ‘‹

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Marko Al-Hamadani"
        self.role = "Software Engineer"
        self.language_spoken = ["sr_SR", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you enjoy my profile.")


me = SoftwareEngineer()
me.say_hi()

Hi, I'm Marko Al-Hamadani, Data Analyst @CAMH
πŸ“š I’m currently a student at Oregon State University (OSU) pursuing a Bachelors in Computer Science (Post-Bacc)
πŸ”¬ I graduated from University of Toronto with a Masters in Biomedical Engineering
πŸŽ“ I graduated from University of Guelph with a Bachelors in Biomedical Engineering
πŸ’» I love writing code and learning everything about it πŸ“« How to reach me: markoalhamadani@gmail.com

Technologies & Tools

JavaScript React Heroku express git html5 css3 MongoDB Nodejs

MarkoSOE's streak

Highlight Projects

Full Stack Interview Flash Cards

project example button to repository button to live site

A full stack web dev interview flashcard app containing questions covering a large range of behavioral and technical questions.

Cocktail API

project example button to repository button to live site

This web app allows users to find recipes (ingredients, quantities, cup/vessel) for any alcoholic drink they'd like to make. Or surprise yourself with a random one

Pinned Loading

  1. QuikTalk QuikTalk Public

    Real time MERN full stack messaging application

    JavaScript

  2. cocktailAPI cocktailAPI Public

    Find recipes for any alcoholic drink you'd like. Connects to the cocktailAPI to retrieve ingredients, quantities, and cup used to create the drinks

    CSS 1

  3. daily-coding-challenge daily-coding-challenge Public

    Daily JS Coding Challenge (CodeWars)

    JavaScript

  4. codingcuecards codingcuecards Public

    Train for your next interview with questions from different categories using this flash card mongodb app

    JavaScript 1

  5. todolist todolist Public

    Forked from leonnoel/rap-names-express

    Simple web app that allows you to create, read, and delete to do list items

    JavaScript

  6. addressbook addressbook Public

    React app with CRUD functionality using local JSON server

    JavaScript