Full-Stack Dev. & A Decent Web Dev.
Building at the Tech-Finance Intersection
# me.rb - Because elegant code speaks louder than words
class Ethan
def initialize
@handle = "dorukaysor"
@profession = "student"
@work = "freelancer"
@passions = [
"Scalable Systems",
"Seamless UI/UX",
"Web Techologies",
"Tech-Finance Innovation"
]
@currently = [
"Exploring AI/ML",
"Contributing to Open-Source",
"Building Cool Stuff"
]
end
def mission
"Crafting solutions that merge cutting-edge tech with real-world impact!"
end
end
dev = Ethan.new