class EmreCaliskan:
def __init__(self):
self.name = "Emre Caliskan"
self.role = "Python Developer & AWS Engineer"
self.education = "Computer Engineering"
self.interests = ["AI", "Cloud Computing", "Gaming"]
self.favorite_games = ["Dark Souls", "Bloodborne", "Elden Ring"]
def get_skills(self):
return {
"Languages": ["Python", "Java", "JavaScript"],
"Web": ["Django", "React", "HTML/CSS"],
"Mobile": ["Flutter"],
"Cloud": ["AWS", "Docker", "Kubernetes"],
"AI/ML": ["TensorFlow", "PyTorch"],
"Network": ["TCP/IP", "Security", "Infrastructure"]
}
def daily_routine(self):
return ["Code", "Deploy to AWS", "Fight Bosses in Souls Games", "Repeat"]
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.