From c0a5b390c4291cfbd452e0c3caa2cc50f6dffd12 Mon Sep 17 00:00:00 2001 From: Jack Kinsey Date: Thu, 11 Nov 2021 20:02:06 -0500 Subject: [PATCH] Rewrite experience, misc tweaks --- index.html | 83 ++++++++++++++++++++++++--------------------------- res/style.css | 19 +++++------- 2 files changed, 46 insertions(+), 56 deletions(-) diff --git a/index.html b/index.html index 55e6237..9ecccd5 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ @@ -22,30 +22,21 @@

Experience

- Consultant at Booz Allen Hamilton in the Washington, D.C. area (August 2019—Present) + Senior Consultant at Booz Allen Hamilton in the D.C. area (2019—Present)
    -
  • Developed business process software using a mix of custom development and low-code tools
  • -
  • Led development on over a dozen applications for client
  • -
  • Led development on suite of internal applications for managing staff resources
  • -
  • Led design of and documentation effort for client Power Platform development practices
  • -
  • Led client team training on Power Platform development
  • -
  • Designed and built GitHub automation for Power Platform ALM
  • -
  • Built chart and graph visualizations in JavaScript using d3
  • -
  • Built custom web interface in JavaScript using Vue
  • -
  • Developed serverless web service on AWS in TypeScript
  • -
  • Took ownership of and wrote improvements for a client C# application
  • +

    At NIAID under OCICB:

    +
  • Develop business process software using a mix of custom development and low-code tools
  • +
  • Create design and documentation standards for team of 5+ Power Platform developers
  • +
  • Create GitHub automation for one button Power Platform solution deployments and commits
  • +
  • Develop Power Platform application suite used by 20+ team members to allocate staff time to projects
  • +
  • Led introductory Power Apps team training for 6 fellow team members
  • +
  • Visualized budget statistics in Section 508-compliant charts using d3
  • +
  • Improved client visibility into document library via custom Vue.js interface
  • +
  • Provided business process workflow notifications to an internal website userbase of 5000+ via AWS Lambda web service
- Graduate of The Pennsylvania State University in State College, PA (Class of 2019) -
    -
  • The Schreyer Honors College
  • -
  • Bachelor's in Computer Science
  • -
  • The College of Engineering
  • -
-
-
- Summer Games intern at Booz Allen Hamilton in Arlington, VA (Summer 2018) + Summer Games intern at Booz Allen Hamilton in Arlington, VA (2018)
  • Worked alongside a team of 4 to deliver a functional software product for use internally
  • Led development of a JavaScript/HTML/CSS user interface from scratch
  • @@ -53,7 +44,7 @@
- Committee Member (Various) at Setsucon in State College, PA (Fall 2017—Winter 2021) + Committee member (Various) at Setsucon in State College, PA (2017—2021)

    As Programming Director:

  • Led team of 7+ fellow volunteers to organize programming for an online convention
  • @@ -65,7 +56,7 @@
- Web intern at Fox Chapel Publishing in East Petersburg, PA (Summer 2016—Summer 2017) + Web intern at Fox Chapel Publishing in East Petersburg, PA (2016—2017)
  • Migrated 3+ WordPress sites and 1 forum from one hosting provider to another
  • Customized WordPress CSS for 4+ blogs
  • @@ -77,7 +68,7 @@
- Independent web developer, programmer, and sysadmin (2013—Present) + Independent web developer, programmer, and sysadmin (2013—Present)
  • Host and maintain a professional and personal website
  • Develop sites and web applications for friends, fun, and other commitments
  • @@ -86,28 +77,28 @@
-

Skills

-

In rank order from "very confident/use frequently" to "have experience with/used once."

+

Education

- Programming -
    -
  1. JavaScript, HTML, CSS, Bash, POSIX Shell
  2. -
  3. Python, TypeScript
  4. -
  5. SQL, Clojure, Common Lisp
  6. -
  7. C, C++, C#, Haskell, Rust, Go
  8. -
+ Graduate of The Pennsylvania State University in State College, PA (2016—2019) +
    +
  • Member of The Schreyer Honors College
  • +
  • Bachelor's in Computer Science from The College of Engineering
  • +
+
+
+

Skills

- Tools + Tools
    -
  1. Git, GitHub, jq, Power Apps, Power Automate
  2. +
  3. Git, GitHub, jq, Power Apps, Power Automate, Dataverse, OData
  4. Docker, Jira, Power BI, Dynamics 365, GitLab
  5. -
  6. LaTeX, Wordpress, Vue, d3
  7. +
  8. LaTeX, WordPress, Vue, d3
  9. AWS (Lambda, DocumentDB, API Gateway, CDK)
- Systems + Systems
  1. Arch Linux, Alpine Linux
  2. Windows
  3. @@ -115,7 +106,16 @@
- Writing + Programming +
    +
  1. JavaScript, HTML, CSS, Bash, POSIX Shell
  2. +
  3. Python, TypeScript
  4. +
  5. SQL, Clojure, Common Lisp
  6. +
  7. C, C++, C#, Haskell, Rust, Go
  8. +
+
+
+ Writing
  1. Project documentation, development design documents
  2. Research, presentation to leadership
  3. @@ -124,19 +124,14 @@
-
+ diff --git a/res/style.css b/res/style.css index cd8a9f1..803443d 100644 --- a/res/style.css +++ b/res/style.css @@ -66,24 +66,12 @@ header nav ul li a:hover, header nav ul li a.selected { article { width: 700px; margin: 0 auto; - /* padding: 16px 0px 16px 0px; */ } article h2 { - /* padding: 8px 0px 8px 0px; */ font-size: 1.2em; } -article h2::before { - font-size: 1em; - content: "\2014"; /* emdash */ -} - -article h2::after { - font-size: 1em; - content: "."; -} - em { font-style:italic; } @@ -116,4 +104,11 @@ a, p, h1, h2, li, summary { article details summary { margin: 8px 0px 8px 0px; + font-weight: bold; + display: flex; +} + +article details summary em { + text-align: right; + flex-grow: 1; } -- 2.26.2