Giter Site home page Giter Site logo

Hello world!Ā 

Linkedin Badge Leetcode GitHub followers Gmail Badge

  • 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.

Fenil Parmar's Projects

shareit icon shareit

Not everyone can afford all they want to use in their everyday lives in today's fast-paced and expensive world. The primary causes of this issue are price increases and inflation. Share- It provides a resolution to this problem. It is an online service designed to assist society's citizens, allowing those in need to borrow or purchase gently used products from others at a reduced cost

smartsociety icon smartsociety

Online Web Application to automate all the tedious and monotonous work being done at housing society level. which includes dynamic parking, maid management , online payment , Facilities booking system , Virtual Notice board , Complain tracking system , Know your neighbors , Keeping up with inventories and resources.

themindguardian icon themindguardian

Mental Health Analysis cross platform mobile application using Flutter.

wear-it-virtually icon wear-it-virtually

As we all know that now in online shopping we always have fear that would a selected outfit will suit on us? will it be of perfect size? so, using Machine Learning we will try to provide a virtual trial room for the online shoppers to solve the above mentioned problems. In which customer will be able to see whether an outfit suits him? Whether size is perfect or not?

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.