#!/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
|
A full stack web dev interview flashcard app containing questions covering a large range of behavioral and technical questions. |
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 |
