#!/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())Languages
Frameworks & Libraries
Databases
DevOps & Tools
DevOps & Tools
Concepts
| ๐ 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 |
| ๐ | 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 |
| ๐ Degree | ๐ซ Institution | ๐ Year | ๐ Score |
|---|---|---|---|
| B.Sc Computer Science (FYUGP) | Calicut University, Kerala | 2023 โ Present | Ongoing |
| Higher Secondary โ Science | Kerala State Board | 2021 โ 2023 | Completed |
๐ 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
๐ก "Build โ Break โ Learn โ Repeat"
