Full-Stack Dev. & A Decent Web Tech. • Building at the Tech-Finance Intersection
Web Tech. doesn't mean that I'm a spider!# doruk.rb - Because elegant code speaks louder than words
class Me
def initialize
@handle = "dorukaysor"
@profession = "student"
@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 = Me.new