class Developer:
def __init__(self):
self.name = "Muhammad Akbar Pradana"
self.alias = ["Akbar", "Devaaldo"]
self.location = "Yogyakarta, Indonesia"
self.education = "Undergraduate Informatics Student"
self.university = "Jenderal Achmad Yani University of Yogyakarta"
self.interests = ["AI Engineering", "Backend Development", "Machine Learning", "Problem Solving"]
self.learning_philosophy = "Always curious, always growing"
def current_focus(self):
return ["AI Engineering", "Backend Development", "LLM Applications", "Scalable Systems"]
def life_motto(self):
return "Don't wait to be chosen, be the chosen one."
me = Developer()
print(me.life_motto())
π―
Focusing
college student
- Indonesia
-
20:48
(UTC +07:00) - _akbarprdna
- in/akbarprdna
- https://g.dev/akbarprdna
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


