Skip to content
View piquecode's full-sized avatar
  • Bangalore, IN
  • 23:46 (UTC +05:30)

Block or report piquecode

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
piquecode/README.md

Email

Hey there! I'm Pranav Kumar, a tech enthusiast and developer with a slight coding addiction... seriously, I find any excuse to just write more code! I'm passionate about anything FOSS and always learning something new.


Define Me... In Code

class Developer:
    def __init__(self):
        self.name = "Pranav Kumar"
        self.age = 22
        self.role = "Software Engineer"
        self.location = "Bangalore, India"
    
    def get_skills(self):
        return {
            "languages": ["Python", "C", "Kotlin", "Java", "SQL"],
            "technologies": ["MySQL", "Linux", "Git", "Android Development", "Web Development"],
            "currently_learning": ["LLMs", "Data Structures & Advanced Algorithms"]
        }
    
    def currently_working_on(self):
        return [
            "MicroMood : A minimal ad-free, open source, mood tracker with micro-notes.",
            "TheLiminalYears : A GitHub Pages running digital journal & blog."
        ]

me = Developer()

Tech Stack

Python C Kotlin MySQL Linux Git


Pinned Loading

  1. MicroMood MicroMood Public

    Open-source, ad-free mood tracker with micro note-taking. Minimalistic UI with full data control.

    Kotlin

  2. LibreTypeface LibreTypeface Public

    A Magisk module for replacing Android system fonts with open source typefaces.

    Shell 2 1