summaryrefslogtreecommitdiff
path: root/cv.html
blob: fbb5561123260e612c43e1dc5c430628884d4718 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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>

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

    <p>
      I am a computer programmer who has been developing and maintaining native
      and web applications since 2018. I have also been providing system
      administration services and technical mentoring since 2016. I aim to
      create simple, performant, and well-documented software with no surprises.
    </p>

    <p>
      I am fluent in Rust, C#, Python, JavaScript, Bourne Shell, and HTML+CSS. 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 Mentoring and Leadership</h3>

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

    <ul>
      <li>
        Automatic Data Processing | Application Developer | June 2018 to present
        <ul>
          <li>
            Angelshark saved money (dial plan tool, password rotator, termed
            user cleanup, monitoring), got it open-sourced
          </li>
          <li>Narwhal reverse proxy for authentication, security</li>
          <li>Technical mentoring and knowledge sharing</li>
        </ul>
      </li>
      <li>
        Freelance | Web Application Designer & Developer | July 2019 to present
        <ul>
          <li>Delivered results ahead of schedule</li>
          <li>Quickly adjusted course for shifting requirements</li>
        </ul>
      </li>
      <li>
        The College of William and Mary | Technology Support Specialist |
        February 2015 to May 2018
        <ul>
          <li>
            Worked directly with customers to diagnose issues and install and
            configure software
          </li>
          <li>Accepted requests in person and remotely</li>
        </ul>
      </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>

    <hr />
    <h2>About Me</h2>

    <p>...</p>
  </body>
</html>