Engineer, interested in building softwares, platforms, anything that does something, human psychology and working with great people who share same brain cellsππ.
- π Iβm working on Machine Learning Research
- π I'm currently learning devops
- β‘ I'm looking for full-time job opportunity
using namespace std;
class Mohit {
private:
string Moto = "Coding my world, One line at a time!";
vector<string> Programming_Skills = { "C", "C++", "Python", "DSA", "ML" };
vector<string> WebTech/Frameworks = { "HTML/CSS", "JavaScript", "Reactjs", "Django", "Bootstrap"};
public:
Mohit(string major) {
major = "COMPUTER SCIENCE";
}
string GetDegree() {
return "B.Tech in Computer Science Engineering";
}
};
|
|
|
|