👋Hi, I'm Easton, a Computer Science student at Texas Tech University
class SoftwareEngineer:
def __init__(self):
pass
class Bio(SoftwareEngineer):
def __init__(self):
self.name = 'Easton Archer'
self.location = 'Austin, Texas'
self.occupation = 'Software Engineer'
class Skills(SoftwareEngineer):
def __init__(self):
self.programming = ['Python', 'JavaScript', 'C', 'C++']
self.development = ['ReactJS', 'Bootstrap', 'HTML/CSS']
self.database = ['MongDB', 'MySQL', 'PostgreSQL']
self.cloud = ['AWS EC2', 'Azure', 'Copilot Studio']
self.tech = ['Git', 'Visual Studio Code', 'Microsoft Teams', 'Azure DevOps']