From: Jack Kinsey Date: Mon, 5 May 2025 04:09:39 +0000 (-0400) Subject: Simplify things X-Git-Url: http://git.jkinsey.net/?a=commitdiff_plain;h=b21ac33c31172296709364dcc6eceb0101353ae0;p=jkinsey.net.git Simplify things --- diff --git a/index.html b/index.html index ab99b7f..eebb4b3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,9 @@ + - + + + Jack Kinsey @@ -8,128 +11,44 @@

Jack Kinsey

-
-
-
-

Experience

-
-

Senior Consultant at Booz Allen Hamilton in Washington, D.C. (2019—Present)

-
    -

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

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
  • -
  • Integrated with a custom Python backend built to do graph analytics
  • -
-
-
-

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
  • -
  • Designed novel programming events to reach online audience
  • -

    As Panels Coordinator:

    -
  • Curated panel submissions from nearly 40 panelists
  • -
  • Designed the schedule for a 2 day convention of over 1000 people
  • -
  • Coordinated with a team of 20+ fellow volunteers
  • -
-
-
-

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
  • -
  • Presented Google Analytics data on 3+ sites to superiors
  • -
  • Prepared over 40 articles worth of backlog content for web publishing
  • -
  • Managed DNS records for 10+ sites
  • -
  • Provided technical support to over 400 active users across 2 forum sites
  • -
  • Helped manage Magento web commerce backend
  • -
-
-
-

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
  • -
  • Build and maintain an Arch Linux desktop
  • -
-
+
+
+
+ guy who likes doing things on the computer + + +
+
-

Education

-
-

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

-
    -
  1. Git, GitHub, jq, Power Apps, Power Automate, Dataverse, OData
  2. -
  3. Docker, Jira, Power BI, Dynamics 365, GitLab
  4. -
  5. LaTeX, WordPress, Vue, d3
  6. -
  7. AWS (Lambda, DocumentDB, API Gateway, CDK)
  8. -
-
-
-

Systems

-
    -
  1. Arch Linux, Alpine Linux
  2. -
  3. Windows
  4. -
  5. Debian Linux, macOS
  6. -
-
-
-

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. -
  3. Research, presentation to leadership
  4. -
-
-
-
- - diff --git a/res/resume.pdf b/res/resume.pdf new file mode 100644 index 0000000..9a1cfe4 Binary files /dev/null and b/res/resume.pdf differ diff --git a/res/style.css b/res/style.css index 08aa894..5f186a0 100644 --- a/res/style.css +++ b/res/style.css @@ -57,6 +57,7 @@ body { font-family: monospace; padding: 16px; margin: 8px; + font-size: 1.1em; } @@ -82,6 +83,17 @@ em > em { font-weight: bold; } +sup { + font-size: 0.75em; + display: inline-block; + vertical-align: top; + margin-top: -0.4em; + padding-left: 0.1em; +} + +.hidden { + display: none; +} /** Header **/