import Foundation
struct AboutMe {
// personal details
let name = "Aarav Gupta"
let alias = "atpugvaraa"
var age = 19
// this matters i guess
var progLangs = ["Swift", "TS", "Go", "Java/Kotlin", "Python", "C#", "Rust", "Zig", "Obj-C", "..."]
var openSourceContributions = ["Ora Browser", "..."]
var workingOn: [projectName: String] = [
// Swift
cisum: "music streaming app - implements YouTube/JioSaavn/iTunes/LRCLIB APIs"
swift.js: "use SwiftUI on Web - transpiles SwiftUI to valid Next.js"
YouTubeSDK: "Swift SDK for YouTube's private API, known as InnerTube."
Smriti: "notion-alternative using SwiftData/GitHub's API to sync files"
// TypeScript
Thapar-IKS: "Website for my uni's Indian Knowledge System Center"
// Zig
ttyl: "terminal emulator + browser + raycast"
// Rust
theosgen: "easy iOS Tweaks Project Generator"
]
// reachout
let email = "[email protected]"
let socialHandle = "@atpugvaraa"
var langs = ["Hindi", "English", "German (elementary)", "French, Russian and Japanese (wannabe)"]
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

