From 91303191c524ab03c5b0a9a6766a8435276a867c Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sun, 11 Aug 2019 11:31:36 -0400 Subject: Added resume, contact pages, updated css and added new post. --- pages/contact.md | 49 +++++++++++++++++++++++++++++++++++++++++++++ pages/journal.md | 1 + pages/resume.md | 48 ++++++++++++++++++++++++++++++++++++++++++++ pages/resume.md.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ pages/resume.pdf | Bin 0 -> 24012 bytes 5 files changed, 153 insertions(+) create mode 100644 pages/contact.md create mode 100644 pages/resume.md create mode 100644 pages/resume.md.html create mode 100644 pages/resume.pdf (limited to 'pages') diff --git a/pages/contact.md b/pages/contact.md new file mode 100644 index 0000000..46e07e8 --- /dev/null +++ b/pages/contact.md @@ -0,0 +1,49 @@ +--- +permalink: "/{{slug}}" +title: Contact +description: How to Get in Touch with Me +layout: page.liquid +--- + +# RSS Feed + +You can keep track of all of my posts by subscribing to my RSS feed. By doing +this you'll get to read my posts offline, without having to visit the site. +You'll also be able to format the posts in your reader of choice. + +To do this, ... + +# Chat Room + +You can get in touch with me directly in my [chat +room](https://nextcloud.53hor.net/call/8caf3jsy). + +# The `53hornet` Handle + +My handle pretty much everywhere online is `53hornet`. If you want to get in +touch with me on a given site, check for that username first. While I do have +accounts on Facebook, Reddit, GitHub, etc. I do not frequent these sites. I +don't "do" social media. That's why I built this site. + +# YouTube + +I have two primary YouTube accounts: `53hornet` and `STMUAC`. + +# LinkedIn + +I have a LinkedIn in case you're trying to connect with me professionally. I do +not actively participate on LinkedIn, it really just existed as my +resume-holder before this site was finished. + +# Resume + +Here is a link to my resume. I keep it updated frequently so I don't forget the +types of things I've worked on. There is also a download link for a PDF +version. + +# Email + +Email is really the best way of reaching me. Even if I don't respond +immediately, everything in my inbox is like an indexed to-do list so I'll get +to it eventually. You can write to me about cars, programming projects, etc. +but you may not solicit me. That I won't respond to. diff --git a/pages/journal.md b/pages/journal.md index 724d64e..c899fdb 100644 --- a/pages/journal.md +++ b/pages/journal.md @@ -1,5 +1,6 @@ --- title: Journal +description: Is it a blog? Probably. layout: journal.liquid permalink: "/{{slug}}" --- diff --git a/pages/resume.md b/pages/resume.md new file mode 100644 index 0000000..95181fe --- /dev/null +++ b/pages/resume.md @@ -0,0 +1,48 @@ +--- +permalink: "/{{slug}}" +title: Resume +description: My Professional, Up-to-Date Resume +layout: page.liquid +--- + +# Adam T. Carpenter + +Email: [atc@53hor.net](mailto:atc@53hor.net) +| Web Site: [www.53hor.net](https://53hor.net) +| Portfolio: [git.53hor.net](https://git.53hor.net) +| LinkedIn: [in/adam-carpenter](https://www.linkedin.com/in/adam-carpenter/) + +## Software Developer + +## Technical Expertise + +- C#, .NET Core, ASP.NET Core, .NET Framework +- JavaScript, TypeScript, ECMAScript 6 +- AngularJS, Aurelia +- HTML5, CSS3/Sass +- Rust, C, C++ +- POSIX Shell, Python +- MS SQL Server + EFCore, OracleDB, SQLite +- UNIX/\*NIX (GNU/Linux, FreeBSD), Windows (10, Server 2016) +- Docker, IBM Cloud Private (Kubernetes) +- Splunk, ElasticSearch (ELK Stack) + +## Professional Experience + +### Associate Application Developer (Automation Spec.) + +- Agile, Scrum methodologies +- devops +- automation +- mentoring new hires +- spearheading kubernetes +- rest apis +- web apps +- legacy + greenfield application interfacing + +### Technology Support + +## Education + +### Bachelor of Science, Computer Science, The College of William and Mary ('18) + diff --git a/pages/resume.md.html b/pages/resume.md.html new file mode 100644 index 0000000..089d829 --- /dev/null +++ b/pages/resume.md.html @@ -0,0 +1,55 @@ + + + + + + + Resume + + + + + +
+

Resume

+
+

Adam T. Carpenter

+

Email: atc@53hor.net | Web Site: www.53hor.net | Portfolio: git.53hor.net | LinkedIn: in/adam-carpenter

+

Software Developer

+

Technical Expertise

+ +

Professional Experience

+

Associate Application Developer (Automation Spec.)

+ +

Technology Support

+

Education

+

Bachelor of Science, Computer Science, The College of William and Mary (’18)

+ + diff --git a/pages/resume.pdf b/pages/resume.pdf new file mode 100644 index 0000000..2bb3d25 Binary files /dev/null and b/pages/resume.pdf differ -- cgit v1.2.3