Code Monkey home page Code Monkey logo

Github

Hi 👋, I'm < Jinesh Parakh />

Jinesh's Profile Views

About Me

import json

class JineshParakh:
    def __init__(self):
        self.info = {
            "😄 Pronouns" : ["He", "Him"],
            "💻 Studying" : {
                "Degree" : "Computer Engineering",
                "College" : "Pune Institute of Computer Technology",
                "Batch" : "2018-2022"
            },
            "🔭 Workplace" : {
                "Company" : "UBS",
                "Position" : "Summer Intern",
                "Department" : "Group Functions - Network Tools"
            },
            "💡 Exploring" : ["PrimeFaces", "Hibernate"],
            "👥 Positions of Responsibility" : {
                "Chairperson" : "PICT ACM Student Chapter",
                "CP Lead" : "DSC PICT",
                "Editor in Chief" : "Pictoreal"
            },
            "⚡ Funfact" : "Could've added languages & tools here itself but couldn't resist using badges"
        }

    def sayHello(self):
        print("Hello, thanks for dropping by. Do ⭐ the repo if you liked it!\n")

    def getInfo(self):
        print(json.dumps(self.info, sort_keys = False, indent = 4, ensure_ascii = False))

jineshparakh = JineshParakh()

jineshparakh.sayHello()
jineshparakh.getInfo()
  

Connect with me

Gmail LinkedIn Outlook Outlook


Problem Solving Handles

jineshparakh jineshparakh jineshparakh jineshparakh jineshparakh


Languages and Tools

C C++ Python Java Flask Hibernate MySQL MongoDB Selenium Heroku HTML5 CSS3 Bootstrap GitHub Markdown


Some Projects

Web Spider Expense Manager App
Parking Management Codeforces Checker

Let's talk numbers

jineshparakh



Some Programming Humour for you

Jinesh Parakh's Projects

codeforceschecker icon codeforceschecker

codeforcesChecker is an invaluable command-line tool for Competitive Programmers. It helps in reducing the hassles to check the validity of code with sample test-cases.

expensemanagerapp icon expensemanagerapp

An Android App to manage your expenses in an Easy manner with a user friendly UI. This app was designed and created as a part of the Mini Project Under the Skills Development Lab Coursework

faiss icon faiss

A library for efficient similarity search and clustering of dense vectors.

outputfilesgenerator icon outputfilesgenerator

A script for simplifying the process of test-case generation for competitive programmers

parking-management-system icon parking-management-system

It is a Client-Server Multithreaded Swing GUI App as a part of Skills Development Lab Coursework. It helps visitors book and reserve a parking slot with respect to the availability of free slots added by a company.

tsp-genetic-algorithm icon tsp-genetic-algorithm

This project aims to use Genetic Algorithms for optimizing the Travelling Salesperson Problem.

webspider icon webspider

Welcome to Jinesh Parakh's submission for the UBS Avant Garde Engineering Challenge Round 2(UBS Project X Code Challenge Round II)

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.