summaryrefslogtreecommitdiff
path: root/cv.html
blob: ab4318f468829b499ede97f30ea52ed1eae8f4b8 (plain) (blame)
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
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/includes/stylesheet.css" />
  </head>
  <body>
    <h1>Adam T. Carpenter</h1>

    <label for="email">Email</label>
    <a id="email" href="mailto:atc@53hor.net">atc@53hor.net</a>
    <label for="www">WWW</label>
    <a id="www" href="https://www.53hor.net/info.html"
      >www.53hor.net/info.html</a
    >
    <label for="git">Git</label>
    <a id="git" href="https://git.53hor.net">git.53hor.net</a>

    <p>
      This document is available in
      <a href="https://www.53hor.net/cv.html">HTML</a> or as a
      <a href="https://www.53hor.net/cv.pdf">PDF</a>.
    </p>

    <hr />
    <h2>Summary</h2>

    <p>
      I am a computer programmer who has been developing and maintaining web
      applications and services since 2018. I have also been providing systems
      administration services and technical learning assistance since 2016.
    </p>

    <p>
      I am fluent in Rust, C#, Python, JavaScript, Bourne Shell, and HTML. I am
      also familiar with Java, PHP, C, C++, TypeScript, and PowerShell.
    </p>

    <hr />
    <h2>Skills</h2>

    <h3>Software Development</h3>
    <h3>Systems Administration</h3>
    <h3>Technical Leadership</h3>

    <hr />
    <h2>Experience</h2>

    <ul>
      <li>
        Automatic Data Processing | Application Developer | June 2018 to present
      </li>
      <li>
        Freelance | Web Application Designer & Developer | July 2019 to present
      </li>
      <li>
        The College of William and Mary | Technology Support Specialist |
        February 2015 to May 2018
      </li>
    </ul>

    <hr />
    <h2>Academics</h2>

    <ul>
      <li>
        Bachelor of Science in Computer Science at The College of William and
        Mary (Aug. 2014 to May 2018)
      </li>
      <li>
        High School Diploma at Peninsula Catholic High School (Sep. 2010 to May
        2014)
      </li>
    </ul>
  </body>
</html>