- π 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;
}