University Logo

Alex Lawson

2803 Briar Grove Circle, Bryan, TX 77802
alexlawson2040@gmail.com | 979-436-4167


Education

Texas A&M University, College Station, TX
Bachelor of Business Administration in Management of Information Systems
Expected Graduation: May 2027
GPA: 3.20

Experience

University Center & Special Events, College Station, TX
Student Assistant in Event Setup/AV Support
August 2025 – Present

Activities

MSC OPAS, College Station, TX
Outreach Manager
September 2023 – Present

FIRST Tech Challenge
Robotics Coach
August 2023 – April 2025

Goldman Sachs
Case Competition Consultant
September 2023

Skills

About GitHub Repositories, Branches, and Commits

GitHub is a platform that allows developers to store and manage code projects online using repositories. A repository acts like a folder where all project files, such as HTML, CSS, and JavaScript, are stored. Branches allow developers to create separate versions of the code to test new features or changes without affecting the main version. Commits record changes made to files, acting as a save point with a descriptive message about what was updated. When creating this website, I used GitHub to store my project files in a repository, made updates in a separate branch, and committed changes as I edited and improved the design. Once everything looked good, I merged the branch back into the main version of the site.