Texas Tech University Computer Science Recent College Graduate
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', 'Java', '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']