$ /home/faizalpribadi
$ ./intro.sh
$ ls -la
$ whoami | jq
{
"name": "Faizal Pribadi",
"title": "Senior Software Engineer",
"experience": "9+ years",
"location": "Bogor, Indonesia",
"specialization": "Distributed Systems",
"stack": ["Go", "Kubernetes", "AWS", "Kafka"]
} $ cat $HOME/.profile | jq '.experience[]'
{
"current": {
"company": "Bukumed",
"industry": "Healthcare Technology",
"period": "2025 - Present"
},
"experience": [
{
"company": "KickAvenue",
"role": "Senior Software Engineer & SRE",
"period": "2024 - 2025"
},
{
"company": "GRAB",
"role": "Senior Software Engineer",
"period": "2019 - 2023"
}
]
} $ cat $HOME/.profile | jq '.experience[] | select(.company=="GRAB")'
{'company':'GRAB','highlights':['$50M+ monthly transactions','99.9% uptime','100M+ users']}