Skip to content
View EastonArcher's full-sized avatar

Block or report EastonArcher

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EastonArcher/README.md

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']

📫 Contact Me



Readme Card Readme Card

Pinned Loading

  1. JavaScript-Frameworks JavaScript-Frameworks Public

    ⚡JavaScript To-do app built using 3 different frameworks - Vanilla JavaScript, React, and Agular

    TypeScript 2 1

  2. Python-Automation Python-Automation Public

    ⚡Repository of Python Automation Ideas; Includes PDF merger, Photo editor, and YouTube video downloader scripts

    Python 4 2

  3. Django-Website Django-Website Public

    ⚡ GitHub repository for a Django-based personal portfolio website with dynamic content

    Python 2

  4. JavaScript-Three.js-Website JavaScript-Three.js-Website Public

    ⚡Portfolio website created with Three.js allowing for dynamic environment and 3D graphics

    JavaScript 1 1

  5. Python-Machine-Learning Python-Machine-Learning Public

    ⚡Explore machine learning concepts through Python scripts and Jupyter notebooks showcasing algorithms and applications

    Python 2 1

  6. Python-Simulated-Annealing Python-Simulated-Annealing Public

    ⚡Solve the Eight Queens Puzzle with Simulated Annealing for optimal queen placement on a chessboard

    Python 4