Skip to content
View jineshparakh's full-sized avatar
👨‍💻
Focusing
👨‍💻
Focusing

Organizations

@membase @couchbase @couchbaselabs @PICT-ACM-Student-Chapter @couchbasecloud @DSC-PICT @Eaglion-Programmers
Block or Report

Block or report jineshparakh

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
jineshparakh/README.md

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

Pinned

  1. OOP OOP Public

    C++ 49 8

  2. jineshparakh jineshparakh Public

    My GitHub README.md

    5

  3. ExpenseManagerApp ExpenseManagerApp Public

    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

    Java 15 7

  4. codeforcesChecker codeforcesChecker Public

    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.

    Python 4

  5. WebSpider WebSpider Public

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

    Python 2 1

  6. TSP-Genetic-Algorithm TSP-Genetic-Algorithm Public

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

    Python