aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/body/experience.html
blob: b46a2eeb5e00a9c7341f03273a0121a094d10c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<h3>Experience</h1>
    <hr>
    <table>
        <tbody>
            <tr>
                <td><strong>Undergraduate Research Assistant</strong></td>
                <td style="text-align: right;">June 2020 – Present
                </td>
            </tr>
            <tr>
                <td><em>Texas A&M University</em></td>
                <td style="text-align: right;"><em>College Station, TX</em></td>
            </tr>
        </tbody>
    </table>
    <ul>
        <li>Developed a REST API using FastAPI and PostgreSQL to store data from learning management systems
        </li>
        <li>Developed a full-stack web application using Flask, React, PostgreSQL and Docker to analyze GitHub
            data
        </li>
        <li>Explored ways to visualize GitHub collaboration in a classroom setting
        </li>
    </ul>
    <table>
        <tbody>
            <tr>
                <td><strong>Information Technology Support
                        Specialist</strong></td>
                <td style="text-align: right;">Sep. 2018 – Present</td>
            </tr>
            <tr>
                <td><em>Southwestern University</em></td>
                <td style="text-align: right;"><em>Georgetown, TX</em></td>
            </tr>
        </tbody>
    </table>
    <ul>
        <li>Communicate with managers to set up campus computers
            used on campus
        </li>
        <li>Assess and troubleshoot computer problems brought by
            students, faculty and staff
        </li>
        <li>Maintain upkeep of computers, classroom equipment,
            and 200 printers across campus
        </li>
    </ul>
    <table>
        <tbody>
            <tr>
                <td><strong>Artificial Intelligence Research
                        Assistant</strong></td>
                <td style="text-align: right;">May 2019 – July 2019</td>
            </tr>
            <tr>
                <td><em>Southwestern University</em></td>
                <td style="text-align: right;"><em>Georgetown, TX</em></td>
            </tr>
        </tbody>
    </table>
    <ul>
        <li>Explored methods to generate video game dungeons
            based off of <em>The Legend of Zelda</em>
        </li>
        <li>Developed a game in Java to test the generated
            dungeons
        </li>
        <li>Contributed 50K+ lines of code to an established
            codebase via Git
        </li>
        <li>Conducted a human subject study to determine which
            video game dungeon generation technique is enjoyable
        </li>
        <li>Wrote an 8-page paper and gave multiple
            presentations on-campus
        </li>
        <li>Presented virtually to the World Conference on
            Computational Intelligence
        </li>
    </ul>