COURSES
COURSES

ONE

1
2

01

iOS Development
Program – Phase 2

Infosys + Apple|Jan 2026 - Mar 2026 (Ongoing)

Where prototypes become real products. Built apps with SwiftUI & UIKit, integrated AVFoundation speech synthesis for narration, UIImpactFeedbackGenerator for tactile feedback, and Core ML for on-device intelligence.

Accessibility wasn't a checkbox — it was built into design from day one. VoiceOver support, Dynamic Type, and inclusive interaction patterns for all abilities.

SwiftUI
UIKit
AVFoundation
Core ML
Accessibility
SwiftUI
UIKit
AVFoundation
Core ML
Accessibility
SwiftUI
UIKit
AVFoundation
Core ML
Accessibility

TWO

1
2

02

Apple Student
Challenge 2026

Apple Developer|2026

Built Little Why's — an inclusive educational app for kids who ask 'why?'

350 winners worldwide. 50 Distinguished Winners invited to Apple Park for WWDC. Judged by Apple engineers. Submission: Feb 28, 2026.

Every element has a voice (AVSpeechSynthesizer). Every tap has feedback (haptics). Every child can learn (accessibility-first).

SwiftUI
Accessibility
Haptics
Inclusive Design
SwiftUI
Accessibility
Haptics
Inclusive Design
SwiftUI
Accessibility
Haptics
Inclusive Design

THREE

1
2

03

Go for Gold
Gold Level (iAspire)

Accenture|Dec 2025|3049 XP|51 Learnings

51 modules. 28 hours. Gold level. Enterprise-grade digital skills across cybersecurity, cloud security, application security, agile methodologies, and generative AI.

Why application security matters before deployment, not after. How AI tools embed into workflows. What sprints, retrospectives, and iterative delivery actually mean.

Cybersecurity
Cloud Security
Agile
Gen AI
Prompt Engineering
Cybersecurity
Cloud Security
Agile
Gen AI
Prompt Engineering
Cybersecurity
Cloud Security
Agile
Gen AI
Prompt Engineering

FOUR

1
2

04

iOS Development
Program – Phase 1

Infosys + Apple|May 2025 - Dec 2025

Foundation semester: Swift fundamentals, Xcode, Human Interface Guidelines, and Figma prototyping.

From zero to a working app blueprint. Swift's optionals, closures, and protocols clicked. HIG revealed Apple's philosophy: design isn't just aesthetic, it's deeply functional.

Where code meets craft. The beginning of thinking like an Apple developer.

Swift
Xcode
Figma
HIG
UI Prototyping
Swift
Xcode
Figma
HIG
UI Prototyping
Swift
Xcode
Figma
HIG
UI Prototyping

FIVE

1
2

05

Design Thinking &
Business Essentials

Infosys Springboard|May 2025 - Nov 2025

Human-centered design: empathy mapping, user research, rapid prototyping, storyboarding, and iterative validation.

The biggest shift: solutions come last. Start with the human — their frustrations, behaviors, unmet needs. Then ideate, prototype fast, test early.

Shaped how I built Little Why's — every feature decision started with "what does the child actually need?"

Design Thinking
User Research
Prototyping
UX Strategy
Design Thinking
User Research
Prototyping
UX Strategy
Design Thinking
User Research
Prototyping
UX Strategy

SIX

1
2

06

Amazon ML
Summer School

Amazon (Mentee Selection)|Aug 2025 - Sep 2025

3,000 students selected across India. Taught by Amazon Applied Scientists. Eight modules covering supervised/unsupervised learning, deep neural networks, reinforcement learning, generative AI, and causal inference.

Live Q&A: How Alexa's speech recognition works. How Amazon's recommendation systems are built. How ML powers fulfillment at scale.

The moment ML went from textbook to real-world application.

Machine Learning
Neural Networks
Reinforcement Learning
Gen AI
Machine Learning
Neural Networks
Reinforcement Learning
Gen AI
Machine Learning
Neural Networks
Reinforcement Learning
Gen AI

SEVEN

1
2

07

NPTEL
Discipline Star

NPTEL|May 2025

Discipline Star — awarded for sustained commitment across multiple IIT-led courses.

Earned across: C Programming, Problem Solving, Python, Java, Cloud Computing, and DBMS.

Not about a skill. About consistency. A quiet badge that says: I showed up, every time.

Programming
Cloud Computing
DBMS
Problem Solving
Programming
Cloud Computing
DBMS
Problem Solving
Programming
Cloud Computing
DBMS
Problem Solving

EIGHT

1
2

08

Programming
in Java

NPTEL|IIT Kharagpur|Jan 2025 - Apr 2025|Score: 77/100

Object-oriented programming: encapsulation, inheritance, polymorphism, abstraction, exception handling, and the Collections framework.

Java forces you to design before you build. OOP isn't just a pattern — it's a way of modeling the world. HashMap vs ArrayList vs LinkedList becomes second nature.

Introduced architecture thinking to my coding.

Java
OOP
Collections
Exception Handling
Java
OOP
Collections
Exception Handling
Java
OOP
Collections
Exception Handling

NINE

1
2

09

AWS Cloud Quest
Cloud Practitioner

Amazon Web Services|Jan 2025 - Mar 2025|22+ Modules

22+ missions. RPG-style cloud learning where you solve real problems using actual AWS services.

EC2, S3, IAM, VPC, security groups, databases — each scenario hands-on in a live AWS environment.

The gamification works. Earned AWS Cloud Practitioner badge. The most fun way to earn cloud credibility.

AWS
EC2
S3
IAM
Cloud Security
AWS
EC2
S3
IAM
Cloud Security
AWS
EC2
S3
IAM
Cloud Security

TEN

1
2

10

The Joy of Computing
Using Python

NPTEL|IIT Madras|Jul 2024 - Oct 2024|Score: 90/100

Python as a playground: recursion, data structures, simulations, computational experiments. Less textbook, more exploration.

Recursion became intuitive. Data structures felt natural. The jump from 'concept in my head' to 'working code on screen' got dramatically shorter.

90/100 — my highest NPTEL score. The course that made me fall in love with problem-solving all over again.

Python
Recursion
Data Structures
Scripting
Python
Recursion
Data Structures
Scripting
Python
Recursion
Data Structures
Scripting

ELEVEN

1
2

11

Google Cloud
Comp. Foundations

NPTEL|IIT Kharagpur|Aug 2024 - Oct 2024

From local machine to the cloud — a different kind of scale. IaaS, PaaS, SaaS, virtualization, GCP services (Compute Engine, Cloud Storage), and distributed system fundamentals.

Cloud computing isn't just 'someone else's computer'. It's a completely different model of thinking about compute, storage, and networking.

The bridge between "I can code" and "I understand systems."

Google Cloud
Cloud Architecture
Compute Services
Google Cloud
Cloud Architecture
Compute Services
Google Cloud
Cloud Architecture
Compute Services

TWELVE

1
2

12

Google Cloud
Arcade Facilitator

Google Cloud|Jul 2024 - Nov 2024

Hands-on GCP labs earning badges through real deployments. Actual consoles, real Kubernetes clusters, real deployments — not simulated.

Kubernetes stops being abstract when you're actually spinning up clusters. Deployed containerized apps, configured load balancers, managed cloud resources.

Gamified learning with the satisfying click of badges unlocking.

GCP
Kubernetes
Containerization
DevOps
GCP
Kubernetes
Containerization
DevOps
GCP
Kubernetes
Containerization
DevOps

THIRTEEN

1
2

13

Problem Solving
Through Prog.

NPTEL|IIT Kharagpur|Jan 2024 - Apr 2024|Score: 63/100

Computational thinking — using C as a tool to break down problems. Flowcharts, pseudocode, algorithms, divide-and-conquer.

Think before you type: decompose a problem, design a solution, then implement. Matrix operations, searching, sorting through the lens of 'how do I make the computer do this efficiently?'

Perfect assignments (25/25). Less about C, more about thinking like an engineer.

C Programming
Algorithms
Time Complexity
C Programming
Algorithms
Time Complexity
C Programming
Algorithms
Time Complexity

FOURTEEN

1
2

14

Introduction to
Programming in C

NPTEL|IIT Kanpur|Jan 2024 - Mar 2024|Score: 87/100

Where it all began — talking to the machine. C sits closest to the metal. No hand-holding, no shortcuts.

Variables, conditionals, loops, functions, pointers, and memory. Not just syntax — the why behind how programs work.

Pointers clicked here. Understanding memory addresses directly — the moment programming stopped feeling like magic and started feeling like craft.

The foundation. Every line of code since carries a bit of this course's DNA.

C Programming
Pointers
Memory Management
Recursion
C Programming
Pointers
Memory Management
Recursion
C Programming
Pointers
Memory Management
Recursion