actor IOSEngineer: Identifiable {
let id = UUID()
let name = "Aayush Kumar"
let leetcode = "4 ★"
let education = "VIT Bhopal '24"
private(set) var techStack: [String] = [
"Swift 6", "SwiftUI", "UIKit", "Metal",
"Objective-C", "Combine", "Core ML"
]
func executeMainLoop() async throws {
while !Task.isCancelled {
try await optimizeMemory()
try await renderShaders()
try await solveDSA(on: .leetcode)
}
}
}- 🍎 iOS Development — Swift concurrency, SwiftUI, UIKit, Metal-level performance work
- 🧩 DSA — actively grinding LeetCode, 4★ rated
- 🤖 IoT & Systems — Raspberry Pi, Linux internals, Arch/Ubuntu/Debian
- 🌐 Open Source — 70 public repos, 86 stars earned across projects
$ echo "Designed with 💚 Swift, Actor Concurrency & a hacker aesthetic"

