summaryrefslogblamecommitdiff
path: root/cv.html
blob: ab4318f468829b499ede97f30ea52ed1eae8f4b8 (plain) (tree)
1
2
3
4
5
6
7
8
9

               


                                                             

                              
 
                                    
                                                               
                                


                                                      


                                                              
       
                                   
                                                              
                                                     

        
          
                    
 
















                                                                               

          
                       


          
                                                                                

           
                                                                               

           

                                                                         
           


          


                      
          

                                                                             

           

                                                                               

           

         
<!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>