Pick a slot if you'd like to meet me and chat about anything you are passionate about - but make sure to describe the agenda
//
// Created by Guen on 24/02/2022.
//
struct Me {
let pronouns = ["Him", "He", "Yuan", "Guen", "Seme"]
let role = "Software Engineer"
let skills = ["Web", "App", "Design", "Tech"]
let backEnd = ["Node", "Express", "NestJS", "GraphQL", "PHP"]
let mobileApp = ["Swift", "Flutter", "React Navite"]
let frontEnd = ["Vue", "Nuxt", "React", "Vanilla", "Tailwind"]
let databases = ["Mongo", "MySQL", "Redis"]
let misc = ["Firebase", "Socket.IO"]
func say() -> Void {
print("Thanks for dropping by, hope you find some of my work interesting.")
}
func fact() -> Void {
print("I am not gay but my boyfriend is 🤣")
}
}