Hey 👋 Thanos here!

🐦 Twitter | 🔗 Linkedin | 📜 Résumé

Latest indie creation QRiFi – The missing feature for sharing your WiFi in iOS

final class Thanos {
    let fullName = "Thanos Papazoglou"
    let studies = "Electrical and Computer Engineering, M.Eng."
    let work = " iOS engineer x Novibet"
    let location = "🇬🇷"
    let hobbies = ["Traveling": "🇮🇹🇻🇦🇬🇧🇵🇱🇩🇪🇫🇷🇵🇹🇪🇸🇭🇺🇦🇹🇧🇬🇷🇸🇨🇿🇲🇰🇹🇷", 
                   "Sports": "🎾 & 🏀"]
                           
    func greetings() {
        print("Hello world!")
    }
}

let me = Thanos()
me.greetings()