“I choose a lazy person to do a hard job, because a lazy person will find an easy way to do it.” Bill Gates
class SoftwareEngineer:
def __init__(self):
self.name = "Erick Infante Covarrubias"
self.role = "Software Engineer"
self.language_spoken = ["es_ES", "en_US"]
self.language_prog = ["Java", "Python", "VBA", "C/C++", "PHP", "Javascript"]
self.technologies = ["HTML", "CSS", "SQL", "MongoDB", "Git", "VirtualBox", "Android SDK", "Docker", "Selenium", "PM4PY"]
self.work_palce = "Digital237"
self.position = "Laravel Backend Developer"
self.motivation = ["Games", "Automation of daily life", "One Piece"]
def say_hi(self):
print("Thanks for dropping by, take a look and hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
NOTE: Top languages does not indicate my skill level or anything like that. It is just a metric of which languages have been hosted by me on GitHub based on the usage across repositories. There are others which I haven't put up on GitHub.