Skip to content
View atpugvaraa's full-sized avatar
🔥
cooking
🔥
cooking
  • Google Developer Groups, TIET
  • TIET
  • 13:03 (UTC +05:30)
  • X @atpugvaraa

Block or report atpugvaraa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
atpugvaraa/README.md
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)"]
}

Contact me:

atpugvaraa 852755623501758515

Pinned Loading

  1. swift.js swift.js Public

    the declarative js ui framework* your girl dreams about.

    1

  2. the-ora/browser the-ora/browser Public

    Less noise, more browsing.

    Swift 1.8k 60

  3. create-swiftjs-app create-swiftjs-app Public

    Objective: learn how to write cli in go

    TypeScript

  4. cisum cisum Public

    *best* music streaming app in my opinion

    Swift 13

  5. ttyl ttyl Public

    Forked from ghostty-org/ghostty

    Objective: learn how to use zig

    Zig

  6. YouTubeSDK YouTubeSDK Public

    Swift SDK for YouTube's private API, known as InnerTube.

    Swift