- 🎓 I'm a student passionate about the intersection of technology and mathematics
- 💻 Web developer with a focus on React and TypeScript
- 🤖 Machine learning and data science enthusiast
- 📊 Mathematics lover exploring computational applications
- 🧠 Exploring deep learning architectures
- 🌐 Building full-stack web applications
- 📈 Working with data visualization libraries
- 🔍 Investigating mathematical models for ML applications
// Code is poetry written in logic
#include <iostream>
#include <vector>
#include <algorithm>
int main() {
std::vector<std::string> skills = {"Grind", "Hustle", "Mindset"};
std::for_each(skills.begin(), skills.end(), [](const std::string& skill) {
std::cout << "Constantly improving my " << skill << "\n";
});
return 0;
}