Giter Club home page Giter Club logo

pacman's Introduction

Hello world!ย 

Linkedin Badge Leetcode GitHub followers Gmail Badge

https://drive.google.com/drive/folders/1eRSLDQr3ClYAXHO6sPSWz5bcUKfQejKu

  • I'm Fenil Parmar, Master's in Applied Computer Science Student at ๐Ÿ‘จโ€๐Ÿ’ป Dalhousie University, Nova Scotia, Canada.

  • I am proficient problem solver and tech enthusiastic. I would love to be a Software Engineer where I can provide significant contribution with high learning curve.

#include<bits/stdc++.h>
using namespace std;

class Fenil {

  private: 
    string name = "Fenil Milankumar Parmar";
    string emailId = "[email protected]";
    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;
}


๐Ÿง About

  • ๐Ÿ”ญ 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.

pacman's People

Contributors

11fenil11 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.