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

algorithms icon algorithms

In my bachelors of information and technology at vishwakarma goverment engineering college, I implemented various algorithms to enhance my theoretical knowledge and applied it to practical solution.

black-friday-sales-prediction icon black-friday-sales-prediction

This project is focused on predicting the sales of different products during the Black Friday event using machine learning algorithms. We have used the XGBoost, Decision Tree Regressor, Random Forest Regressor, and Linear Regression algorithms for the prediction.

competitive-programming icon competitive-programming

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, Google Codejam, TCS codevita, etc.

daldbms icon daldbms

A JAVA Based Distributed Database Management system on Virtual Machines

fake-news-detection icon fake-news-detection

Trained Fake News Detection model on massive news dataset comprising 878218 records. The dataset contains features like text, clean title, number of upvotes, comments, score, upvote ratio.

game icon game

Game using advance java concept

google-kickstart icon google-kickstart

Google Kickstart Solutions. Google Kickstart is most competitive coding competition organized by google to find best talents all over the world.

investnow icon investnow

A web platform where investors can find start-ups from different sectors and will be able to invest collectively (to reduce risk) or singularly. Innovators and start-ups will be able to present their work on the platform to attract investors to raise investment.

pacman icon pacman

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

pixplore icon pixplore

Community driven, cloud computing based web application to share photos.

plantone icon plantone

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

quantumkatas icon quantumkatas

Tutorials and programming exercises for learning Q# and quantum computing

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.