aayushkumar20 (aayush.) · GitHub
Skip to content
View aayushkumar20's full-sized avatar
🤖
print("Hello, World!")
🤖
print("Hello, World!")

Block or report aayushkumar20

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
aayushkumar20/README.md
Typing SVG

iOS Engineer · DSA Enthusiast


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)
        }
    }
}

⚡ Focus Areas

  • 🍎 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

📌 Featured Repositories

Repo Stack Description
Apple_Interview_SDE_Questions Swift Curated interview prep for Apple SDE roles ⭐ 4
HACKit — Holistic Automated Cybersecurity Kit Python Capstone cybersecurity automation toolkit ⭐ 3
CPU-and-GPU-Stress-Test Swift Hardware stress-testing utility ⭐ 1
Different-Sorting-Algorithms-in-JAVA Java Sorting algorithm implementations & benchmarks ⭐ 1 🍴 1

🛠️ Tech Stack

Tech Stack

📊 GitHub Stats

GitHub Stats GitHub Streak
Top Languages
Contribution Snake

🔗 Connect

$ echo "Designed with 💚 Swift, Actor Concurrency & a hacker aesthetic"

Pinned Loading

  1. Apple_Interview_SDE_Questions Apple_Interview_SDE_Questions Public

    Contains Imp Interview Questions For Apple SDE Roles

    Swift 4

  2. CPU-and-GPU-Stress-Test CPU-and-GPU-Stress-Test Public

    Swift 1

  3. Different-Sorting-algorithms-in-JAVA Different-Sorting-algorithms-in-JAVA Public

    Java 1 1

  4. HACKit-Capstone/Holistic-Automated-Cybersecurity-Kit HACKit-Capstone/Holistic-Automated-Cybersecurity-Kit Public

    Python 3