diff options
Diffstat (limited to 'cv.html')
-rw-r--r-- | cv.html | 53 |
1 files changed, 35 insertions, 18 deletions
@@ -12,45 +12,60 @@ <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> + <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>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> + <a href="https://www.53hor.net/cv.pdf">PDF</a>. </p> <hr /> - <h2>Functional Skills and Qualifications</h2> + <h2>Summary</h2> - <hr /> - <h2>Work Experience</h2> + <p>TODO:</p> <hr /> - <h2>Skills</h2> + <h2>Work Experience</h2> <ul> <li> + Application Developer at Automatic Data Processing (Jun. 2018 to + Present) + </li> + <li> + Freelance Web Application Designer and Developer (Jul. 2019 to Present) + </li> + <li> Technology Support Specialist at The College of William and Mary (Feb. 2015 to May 2018) </li> + </ul> + + <hr /> + <h2>Skills</h2> + + <hr /> + <h2>Academics</h2> + + <ul> <li> - Application Developer at Automatic Data Processing (Jun. 2018 - Present) + Bachelor of Science in Computer Science at The College of William and + Mary (Aug. 2014 to May 2018) </li> <li> - Freelance Web Application Designer and Developer (Jul. 2019 - Present) + High School Diploma at Peninsula Catholic High School (Sep. 2010 to May + 2014) </li> </ul> <hr /> - <h2>Academics</h2> + <h2>Functional Skills and Qualifications</h2> + <ul> Proficient Languages (Every Day) <li>Bourne Shell (POSIX <code>sh</code>)</li> @@ -68,6 +83,7 @@ <li>C</li> <li>TypeScript</li> <li>PowerShell</li> + <li>PHP</li> </ul> <ul> @@ -78,6 +94,7 @@ <li>Hyper.rs</li> <li>Actix.rs</li> <li>Spring Boot</li> + <li>Symfony 5</li> </ul> <ul> @@ -87,6 +104,7 @@ <li>MS SQL Server</li> <li>SQLite</li> <li>ZFS</li> + <li>MongoDB</li> </ul> <ul> @@ -106,7 +124,7 @@ </ul> <ul> - Voice Vendor Technologies (from an Automation Perspective) + Voice Vendor Technologies (from an automation perspective) <li>Avaya Communication Manager</li> <li>Genesys Call Routing, Configuration Server</li> <li>Calabrio Call Recording</li> @@ -129,10 +147,9 @@ <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. + maintain/update a post on what I frequently use there as well. TODO: + link </p> - - <p></p> </ul> </body> </html> |