summaryrefslogtreecommitdiff
path: root/cv.html
blob: 42b4b50b120f58b5247ddd2834d6eeb64cb5ca2c (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/includes/stylesheet.css" />
  </head>
  <body>
    <h1>Adam T. Carpenter</h1>

    <hr />
    <h2>Contact</h2>

    <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/profile</a>
    <label for="git">Git</label>
    <a id="git" href="https://git.53hor.net">git.53hor.net</a>

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

    <p>TODO: my summary</p>

    <p>
      This curriculum vitae 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>Functional Skills and Qualifications</h2>

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

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

    <ul>
      <li>
        Technology Support Specialist at The College of William and Mary (Feb.
        2015 to May 2018)
      </li>
      <li>
        Application Developer at Automatic Data Processing (Jun. 2018 - Present)
      </li>
      <li>
        Freelance Web Application Designer and Developer (Jul. 2019 - Present)
      </li>
    </ul>

    <hr />
    <h2>Academics</h2>
    <ul>
      Proficient Languages (Every Day)
      <li>Bourne Shell (POSIX <code>sh</code>)</li>
      <li>C#</li>
      <li>HTML, CSS</li>
      <li>Java</li>
      <li>JavaScript, ECMAScript</li>
      <li>Python</li>
      <li>Rust</li>
    </ul>

    <ul>
      Familiar Languages (Every So Often)
      <li>C++</li>
      <li>C</li>
      <li>TypeScript</li>
      <li>PowerShell</li>
    </ul>

    <ul>
      Libraries & Frameworks
      <li>.NET Core, ASP.NET Core, EF Core</li>
      <li>Vue.js</li>
      <li>Aurelia</li>
      <li>Hyper.rs</li>
      <li>Actix.rs</li>
      <li>Spring Boot</li>
    </ul>

    <ul>
      Servers & Storage
      <li>Apache, NGINX, Lighttpd</li>
      <li>IIS</li>
      <li>MS SQL Server</li>
      <li>SQLite</li>
      <li>ZFS</li>
    </ul>

    <ul>
      Platforms, Operating Systems, Virtualization
      <li>FreeBSD, jails</li>
      <li>
        Linux
        <ul>
          <li>Alpine Linux</li>
          <li>Arch, Manjaro GNU/Linux</li>
          <li>Debian GNU/Linux</li>
        </ul>
      </li>
      <li>Docker, Docker Swarm</li>
      <li>Kubernetes, IBM Cloud Private, Ferris Wheel, Helm</li>
      <li>Microsoft Windows 10, Windows Server 2016</li>
    </ul>

    <ul>
      Voice Vendor Technologies (from an Automation Perspective)
      <li>Avaya Communication Manager</li>
      <li>Genesys Call Routing, Configuration Server</li>
      <li>Calabrio Call Recording</li>
      <li>Glance CoBrowser</li>
      <li>VeraSMART Call Accounting</li>
    </ul>

    <ul>
      VCS, CI/CD
      <li>Git</li>
      <li>Subversion</li>
      <li>GitHub</li>
      <li>GitLab</li>
      <li>Bitbucket</li>
      <li>Jenkins</li>
    </ul>

    <ul>
      Text Processing & The Command Line
      <p>
        The tools I use day-to-day on the command line are too numerous to list
        here. I'm frequently jotting notes about what I use on my web log, and
        maintain/update a post on what I frequently use there as well.
      </p>

      <p></p>
    </ul>
  </body>
</html>