I'm a software engineer who loves to build great applications with well-structured code and architecture.
My skills
class HosseinTrips():
def __init__(self):
self.name = "Hossein Fathi Aghdam";
self.username = "h-fathi";
self.location = "Tehran, Iran";
self.interested = "microservice, ddd";
def __str__(self):
return self.name
if __name__ == '__main__':
me = HosseinTrips()
Last Edited on: 24/12/2021