Senior iOS Developer from Italy 🇮🇹
I write Swift for a living and use AI to do it faster, better, and with fewer regrets.
struct Andemengo: Developer {
let name = "Andrea Mengoli"
let role = "Senior iOS Developer"
let currentFocus = "Shipping AI-powered iOS apps that work magically, without phoning home"
let askMeAbout: [String] = [
"📱 iOS & SwiftUI state-of-the-art architecture",
"🧠 Apple Foundation Models & Local Machine Learning",
"🤖 Agentic workflows (Claude Code & MCP)",
"🚀 Indie app development & bootstrapping",
"🔀 Flutter & cross-platform ecosystem"
]
let languages: Set<String> = ["Swift", "Dart", "Python", "Objective-C"]
let technologies = TechStack(
mobile: ["Swift", "SwiftUI", "UIKit", "Flutter"],
aiAndEdge: ["Apple Foundation Models", "On-Device ML", "Claude Code", "CoreML"],
backendServerless: ["FastAPI", "Firebase", "Render", "Cloudflare R2"],
designPatterns: ["TCA", "VIPER", "MVVM", "Redux"]
)
}