#include<bits/stdc++.h>
using namespace std;
class Fenil {
private:
string name = "Fenil Milankumar Parmar";
string emailId = "fenil.cad@gmail.com";
string university = "Dalhousie University, Halifax, NS, Canada";
public:
vector<string> skills;
Fenil() {
skills.push_back("Software Engineering");
skills.push_back("Problem Solving");
skills.push_back("Cloud Computing");
skills.push_back("Web Development");
}
map<string, string> profileInfo() {
map<string, string> info;
info["name"] = name;
info["emailId"] = emailId;
info["university"] = university;
return info;
}
vector<string> preferredProgrammingLanguages() {
vector<string> languages {"C++", "Java", "Python", "JavaScript"};
return languages;
}
string careerGoal() {
priority_queue<string> careerGoal;
careerGoal.push("Software Engineering using Java, C++, Python");
careerGoal.push("Web Developer using MERN Stack and Cloud Technologies");
careerGoal.push("Machine Learning and Data Science");
return careerGoal.top();
}
};
int main(){
Fenil hireFenil;
return 0;
}
- 🔭 I’m currently working on MERN Stack Web development project with AWS services.
- 🌱 I’m currently learning cloud technologies, problem solving, and system designing.
- 👯 I’m looking to collaborate on C++, Java, Python, or JavaScript based project.
- 💬 Ask me about Software Engineering, Problem solving, and Cloud.
- 😄 Pronouns: He/Him
- ⚡ Fun fact: I'm Nephophile, Person who love clouds ☁️, exploring beauty of Cumulonimbus, Cumulus , and Cirrus.