Skip to content
View arjunpk8910's full-sized avatar

Block or report arjunpk8910

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

Typing SVG

Profile Views Followers Focus Location


๐Ÿง‘โ€๐Ÿ’ป About Me

#!/usr/bin/env python3
# -*- coding: utf-8 -*-

class ArjunPK:
    def __init__(self):
        self.name            = "Arjun PK"
        self.location        = "Kerala, India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        self.degree          = "B.Sc Computer Science (FYUGP)"
        self.university      = "Calicut University"
        self.email           = "Arjunpk8910@gmail.com"

        self.stack = [
            "Python", "JavaScript",
            "HTML/CSS", "SQL (MySQL)",
            "Django", "Tkinter",
            "Git", "Linux"
        ]

        self.currently_learning = [
            "React.js",
            "Node.js & REST APIs",
            "System Design Fundamentals",
            "DSA โ€” LeetCode Grind ๐Ÿ”ฅ"
        ]

        self.fun_fact = (
            "I once booted Kali Linux from a "
            "Live USB I built myself ๐Ÿ‰"
        )

    def motto(self) -> str:
        return "Build โ†’ Break โ†’ Learn โ†’ Repeat ๐Ÿš€"

me = ArjunPK()
print(me.motto())


๐Ÿ› ๏ธ Tech Stack

Languages

Python JavaScript HTML5 CSS3 SQL

Frameworks & Libraries

Django Tkinter

Databases

MySQL

DevOps & Tools

DevOps & Tools

Git GitHub Linux Kali Linux VS Code Cursor Antigravity

Concepts

OOP Data Structures Algorithm Design Database Management


๐Ÿ“Š GitHub Stats


๐Ÿ”ฅ Streak Stats

GitHub Streak

๐Ÿ“ˆ Activity Graph

Activity Graph

๐Ÿ† Trophy Wall

GitHub Trophies

๐Ÿ’ผ Projects

๐Ÿš€ Project ๐Ÿ› ๏ธ Stack โœจ Highlights
Python GUI Number Guessing Game Python ยท Tkinter ยท Git ยท OOP Separated game logic from UI using OOP; robust input validation to handle non-numeric entries; hosted on GitHub with clean atomic commit history
Kali Linux Persistent Live USB Linux ยท Bash ยท System Administration Engineered a fully functional persistent Kali Linux Live USB environment; diagnosed & resolved bootloader magic-number errors; optimised display output & performance
Backend Framework & DB Integration Python ยท Django ยท MySQL Built server-side routing with Django; designed relational DB schemas in MySQL; integrated backend queries with frontend rendering for dynamic data display

๐ŸŽฏ Achievements

๐Ÿ… Achievement Details
๐ŸŽ“ CS FYUGP Enrolment Admitted to Four-Year Undergraduate Programme in Computer Science at Calicut University (2023)
๐Ÿ’ป Full-Stack Mini Project Built a Django + MySQL web app integrating backend routing, DB schema design, and dynamic frontend rendering
๐Ÿง Linux Systems Hacker Successfully engineered a persistent Kali Linux Live USB, resolving low-level bootloader issues independently
๐ŸŽฎ OOP GUI App Designed and shipped a Python Tkinter desktop game applying clean OOP architecture patterns
๐ŸŒ Multi-lingual Fluent in English; conversational in Malayalam

๐ŸŽ“ Education

๐Ÿ“– Degree ๐Ÿซ Institution ๐Ÿ“… Year ๐Ÿ“Š Score
B.Sc Computer Science (FYUGP) Calicut University, Kerala 2023 โ€“ Present Ongoing
Higher Secondary โ€” Science Kerala State Board 2021 โ€“ 2023 Completed

๐ŸŒฑ Currently Learning

๐Ÿ Python Advanced   โ†’  Decorators ยท Generators ยท Async/Await
โš›๏ธ  React.js          โ†’  Hooks ยท Component Design ยท State Management
๐ŸŒ Node.js & APIs    โ†’  Express ยท REST ยท JSON ยท Auth (JWT)
๐Ÿ—ƒ๏ธ  System Design     โ†’  Scalability ยท Caching ยท DB Indexing
๐Ÿ”ข DSA               โ†’  Arrays ยท Trees ยท Graphs ยท Dynamic Programming
๐Ÿ” Linux & Security  โ†’  Bash Scripting ยท Permissions ยท Networking Basics

๐Ÿ“ฌ Connect With Me

Gmail GitHub Location

๐Ÿ’ก "Build โ†’ Break โ†’ Learn โ†’ Repeat"

Popular repositories Loading

  1. Number-guessing-game Number-guessing-game Public

    A number guessing game created by python Tkinder

    Python 1

  2. arjunpk8910 arjunpk8910 Public

    1