╔══════════════════════════════════════════════════════╗
║ > whoami ║
║ akbar@usk:~$ Developer · Automation · Web · Mobile ║
║ akbar@usk:~$ currently building things that run ║
╚══════════════════════════════════════════════════════╝
class AkbarPermana:
def __init__(self):
self.name = "Akbar Permana"
self.role = "Software Developer"
self.uni = "Universitas Syiah Kuala"
self.location = "Banda Aceh, ID 🇮🇩"
self.focus = ["Automation", "Web Dev", "Mobile Apps"]
self.currently = "Building browser automation pipelines"
self.motto = "Clean code. Real solutions. Ship it."
def say_hi(self):
print("Thanks for stopping by! Let's build something.")[ACTIVE] → Building automation pipelines (Python + Selenium)
[LEARNING] → Mobile dev with Flutter
[EXPLORING]→ TypeScript for frontend projects
[GOAL] → Ship clean, production-ready software
┌─────────────────────────────────────────────┐
│ Automation ████████████████░░░░ 80% │
│ Web Dev ███████████████░░░░░ 75% │
│ Mobile ████████████░░░░░░░░ 60% │
│ TypeScript ██████████░░░░░░░░░░ 50% │
└─────────────────────────────────────────────┘
"First, solve the problem. Then, write the code."