struct SoftwareEngineer {
const char* name = "Talha Yousif";
const char* location = "Karachi, PK";
std::vector<std::string> stack = {
"C++", "Python", "JavaScript",
"Rust", "Node.js", "React"
};
void current_focus() {
std::cout << "Backend Development" << std::endl;
std::cout << "Cloud Computing" << std::endl;
std::cout << "System Programming" << std::endl;
}
};
┌──────────────────────────────────────────┐
│ MELO MOTION │
├──────────────────────────────────────────┤
│ AI-powered music recommendation system │
│ Tech: Rust, React, Spotify API │
└──────────────────────────────────────────┘
┌──────────────────────────────────────────┐
│ Shard Drive │
├──────────────────────────────────────────┤
│ Cloud storage solution │
│ Focus: Security & Scalability │
└──────────────────────────────────────────┘
├── Harvard University
│ └── CS50: Intro to Programming with Python
├── Google
│ └── Introduction to Generative AI
├── IBM
│ ├── Cloud Computing
│ ├── Front-end Development with React
│ └── Git and GitHub
└── Duke University
└── Programming Foundations
└── End of README ──────────────────────────