import Foundation
import CoreLocation
struct Kilian {
// MARK: - Basic Info
let name = "Kilian Balaguer"
let pronouns = "he/him/his"
let role = "iOS & macOS Developer | Beta Tester"
let location = CLLocationCoordinate2D(latitude: 52.2434979, longitude: 5.6343227) // Netherlands π³π±
// MARK: - Languages
let spokenLanguages = ["fr-FR", "nl-NL", "de-DE", "en-US", "es-ES", "ar-MA"]
// MARK: - Skills
let programmingSkills = [
"Swift", "C#", "C++", "C", "JavaScript",
"HTML", "CSS", "TypeScript", "NextJS", "React", "Kotlin"
]
// MARK: - Favorites
let favouriteLanguages = ["Swift", "React", "NextJS"]
// MARK: - Methods
func sayHi() {
print("""
π Hey there! I'm \(name).
Role: \(role)
Pronouns: \(pronouns)
Location: \(location.latitude), \(location.longitude)
Feel free to explore my work and reach out! π
""")
}
}
// MARK: - Usage
let me = Kilian()
me.sayHi()Hi! Iβm Kilian Balaguer, a 15-year-old tech enthusiast from France, currently living in the Netherlands. Iβm passionate about iOS & macOS development, Hackintosh setups, SwiftUI, coding, hardware mods, and creating fun/prank applications.
I love combining technology and creativity, whether itβs building apps, customizing systems, or making clever little projects. Outside of coding, I enjoy music, chess, cooking, and playing instruments.
- π¨βπ» Programming & App Development (Swift, SwiftUI, React, NextJS, Kotlinβ¦)
- π΅ Music: producing, listening, and playing piano, guitar, bass, drums
- ποΈ Karting β chasing speed and aiming for F4 soon
- π¨βπ³ Cooking & experimenting in the kitchen
- βοΈ Chess β always looking to improve and challenge myself
- π§ Hackintosh & tech experiments
