Skip to content
View 11fenil11's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report 11fenil11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
11fenil11/README.md

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 = "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;
}


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

Pinned

  1. Covid19-Detection-Using-Chest-X-Ray Covid19-Detection-Using-Chest-X-Ray Public

    Covid-19 detection in chest x-ray images using Convolution Neural Network.

    Jupyter Notebook 45 24

  2. Competitive-Programming Competitive-Programming Public

    This Repository will contain the solution of the coding problems from different Coding Platform sites like CodeForces, Hackerrank, Codechef and also Coding Competitions like Google Kickstart, Googl…

    C++

  3. Pacman Pacman Public

    This repository contains the source code of our pacman game which is made in C++ language.

    C++ 4 3

  4. GUI-based-Algorithm-Calculator GUI-based-Algorithm-Calculator Public

    Java Graphical User Interface application which contain 6 type of sorting algorithms.

    Java 8 13

  5. plantOne plantOne Public

    Web application using Spring Boot and Vue for online selling, donating, and trading the plants.

    Java

  6. TheMindGuardian TheMindGuardian Public

    Mental Health Analysis cross platform mobile application using Flutter.

    Dart