class Pradyumna {
private:
string name = "Pradyumna";
string role = "Software Developer";
vector<string> languages = {"C", "C++", "Python", "JavaScript", "Java"};
public:
void getCurrentFocus() {
cout << "π Mastering Data Structures & Algorithms" << endl;
cout << "π» Building Full Stack Applications" << endl;
cout << "π Learning Network Administration & Security" << endl;
cout << "π± Contributing to Open Source Projects" << endl;
cout << "π Exploring Machine Learning" << endl;
}
void getGoals2024() {
cout << "β¨ Contribute to 100+ open source projects" << endl;
cout << "π Solve 500+ DSA problems" << endl;
cout << "π Build 10+ impactful projects" << endl;
}
};
π― Problem Solving | π Development | π Community |
---|---|---|
π₯ 500+ DSA Problems Solved | β‘ 20+ Projects Built | π€ Open Source Contributor |
π Multiple Contest Participations | π» Full Stack Applications | π Knowledge Sharing |
π Consistent Daily Practice | π οΈ Modern Tech Stack | π± Mentoring Juniors |