Skip to content
View kashyaap's full-sized avatar

Block or report kashyaap

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

Hi, I'm Abhinav Kashyap.

I'm a Full Stack Developer with a passion for innovation in 🕹️Tech | 🏛️ Design | 🎭 Art.

Reach me on:

LinkedIn Medium Gmail

class DeveloperProfile:
    def __init__(self, name, role, passion, hobbies):
        self.name = name
        self.role = role
        self.passion = passion
        self.hobbies = hobbies

    def introduce(self):
        introduction = (
            f"Hey, I'm {self.name}, a {self.role} with a knack for {self.passion}.\n"
            f"I enjoy the journey of coding — transforming ideas into reality "
            f"and continuously learning along the way.\n"
            f"Beyond code, I recharge by {self.hobbies}.\n"
            f"Always up for a chat about tech or art. Let's connect!\n"
        )
        return introduction


# Initialize with your details
abhinav = DeveloperProfile(
    name="Abhinav Kashyap",
    role="Full Stack Developer",
    passion="innovation",
    hobbies="exploring new technologies, Theatre 🎭, Cycling 🚴, Singing 🎵, Playing Chess ♟️"
)

My Skillset

Languages

Python JavaScript PHP HTML CSS Java SQL

Frameworks

Django Laravel ExpressJS NodeJS Bootstrap

Libraries

React Chart.js AntDesign

Currently Exploring

NEXT.js Go

kashyaap

Popular repositories Loading

  1. GrievanceManagementPortal GrievanceManagementPortal Public

    CSS

  2. kashyaap kashyaap Public

  3. LeetCode LeetCode Public

    Python

  4. Dynamic-CV-Builder Dynamic-CV-Builder Public

    TeX

  5. SpamCheckApp SpamCheckApp Public

    Application for reporting spam

    Python

  6. system-design-primer system-design-primer Public

    Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    Python