Skip to content

jineshparakh/jineshparakh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 

Repository files navigation

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

Releases

No releases published

Packages

No packages published