class Engineer:
def __init__(self):
self.name = "Muhammad Ahmad"
self.location = "Kot Addu, Pakistan π΅π°"
self.university = "UET Taxila β B.Sc. Computer Engineering (2023β2027)"
self.role = ["Class Representative", "Undergraduate Engineer", "Aspiring Developer"]
self.interests = ["Web Development", "R&D Engineering", "Digital Systems", "Embedded Systems"]
self.languages = ["Python", "C++", "Java", "JavaScript", "TypeScript"]
self.motto = "One commit at a time π"
def current_focus(self):
return "Building full-stack applications & exploring hardware-software co-design"
Β featured_projects.showcase()