Hi! I am Ali Aqa Atayee, an accomplished Full-Stack software engineer, entrepreneur, and branding specialist with experience in developing and co-founding tech startups. As a leader, I enjoy problem-solving, ideating, conceptualizing, and producing consumer-centric technology. I've spent the last several months working remotely and asynchronously using pair programming with people across different cultures to lead and build real-world projects.
My 5 years of experience made me innovative, strong communicative, and analytical with international exposure. I have a degree in Computer Science and am comfortable at all levels of the software development stack.
Interested to talk more? lets schedule a zoom chat!
class aliatayee():
def __init__(self):
self.name = "Ali Aqa Atayee";
self.username = "aliatayee";
self.location = "Kabul, Afghanistan";
self.twitter = "@aqaatayee";
self.web = "https://aliatayee.com";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Ali()