summaryrefslogblamecommitdiff
path: root/cv.html
blob: fbb5561123260e612c43e1dc5c430628884d4718 (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>

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