const pavara = {
pronouns: "he" | "him",
location: "Sri Lanka π±π°",
currentlyLearning: ["Docker", "Bash Scripting", "DevOps Tools"],
funFact: "I believe every bug is just a feature in disguise πβ¨",
hobbies: ["Coding", "Breaking things (and fixing them!)"]
};$ whoami
pavara
$ pwd
~/learning/everyday
$ ls goals/
docker-mastery.md bash-wizardry.sh web-dev-journey/ open-source-contributions/
$ cat motivation.txt
"Code, learn, repeat. And have fun along the way! π"


