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 |
