Ensure page is responsive on narrow displays
[jkinsey.net.git] / index.html
CommitLineData
4bbfb028
JK
1<html>
2 <head>
4f661204 3 <link rel="stylesheet" href="res/style.css" />
4bbfb028
JK
4 <title>Jack Kinsey</title>
5 </head>
2bcca5c6 6 <body>
b0fbfd4f 7 <main>
4bbfb028 8
048f206a
JK
9 <header>
10 <h1><a href="/"><span>Jack Kinsey</span></a></h1>
d7edfd55 11 <nav id="links">
4bbfb028 12 <ul>
048f206a
JK
13 <li><a href="#experience">Experience</a></li>
14 <li><a href="#skills">Skills</a></li>
15 <li><a href="#elsewhere">Elsewhere</a></li>
4bbfb028
JK
16 </ul>
17 </nav>
9d04f7fb 18 </header>
4bbfb028 19
048f206a
JK
20 <article id="resume">
21 <section>
22 <h2 id="experience">Experience</h2>
23 <details open>
24 <summary><h3>Senior Consultant at Booz Allen Hamilton in Washington, D.C. <em>(2019&mdash;Present)</em></h3></summary>
25 <ul>
26 <p><em>At <a href="https://www.niaid.nih.gov/">NIAID</a> under <a href="https://www.niaid.nih.gov/about/cyber-infrastructure-computational-biology-contacts">OCICB</a>:</em></p>
27 <li>Develop business process software using a mix of custom development and low-code tools</li>
28 <li>Create design and documentation standards for team of 5+ Power Platform developers</li>
29 <li>Create GitHub automation for one button Power Platform solution deployments and commits</li>
30 <li>Develop Power Platform application suite used by 20+ team members to allocate staff time to projects</li>
31 <li>Led introductory Power Apps team training for 6 fellow team members</li>
32 <li>Visualized budget statistics in Section 508-compliant charts using d3</li>
33 <li>Improved client visibility into document library via custom Vue.js interface</li>
34 <li>Provided business process workflow notifications to an internal website userbase of 5000+ via AWS Lambda web service</li>
35 </ul>
36 </details>
37 <details>
38 <summary><h3>Summer Games intern at Booz Allen Hamilton in Arlington, VA <em>(2018)</em></h3></summary>
39 <ul>
40 <li>Worked alongside a team of 4 to deliver a functional software product for use internally</li>
41 <li>Led development of a JavaScript/HTML/CSS user interface from scratch</li>
42 <li>Integrated with a custom Python backend built to do graph analytics</li>
43 </ul>
44 </details>
45 <details>
46 <summary><h3>Committee member (Various) at Setsucon in State College, PA <em>(2017&mdash;2021)</em></h3></summary>
47 <ul>
48 <p><em>As Programming Director:</em></p>
49 <li>Led team of 7+ fellow volunteers to organize programming for an online convention</li>
50 <li>Designed novel programming events to reach online audience</li>
51 <p><em>As Panels Coordinator:</em></p>
52 <li>Curated panel submissions from nearly 40 panelists</li>
53 <li>Designed the schedule for a 2 day convention of over 1000 people</li>
54 <li>Coordinated with a team of 20+ fellow volunteers</li>
55 </ul>
56 </details>
57 <details>
58 <summary><h3>Web intern at Fox Chapel Publishing in East Petersburg, PA <em>(2016&mdash;2017)</em></h3></summary>
59 <ul>
60 <li>Migrated 3+ WordPress sites and 1 forum from one hosting provider to another</li>
61 <li>Customized WordPress CSS for 4+ blogs</li>
62 <li>Presented Google Analytics data on 3+ sites to superiors</li>
63 <li>Prepared over 40 articles worth of backlog content for web publishing</li>
64 <li>Managed DNS records for 10+ sites</li>
65 <li>Provided technical support to over 400 active users across 2 forum sites</li>
66 <li>Helped manage Magento web commerce backend</li>
67 </ul>
68 </details>
69 <details>
70 <summary><h3>Independent web developer, programmer, and sysadmin <em>(2013&mdash;Present)</em></h3></summary>
71 <ul>
72 <li>Host and maintain a professional and personal website</li>
73 <li>Develop sites and web applications for friends, fun, and other commitments</li>
74 <li>Build and maintain an Arch Linux desktop</li>
75 </ul>
76 </details>
77 </section>
78 <section>
79 <h2 id="education">Education</h2>
80 <details open>
81 <summary><h3>Graduate of The Pennsylvania State University in State College, PA <em>(2016&mdash;2019)</em></h3></summary>
82 <ul>
83 <li>Member of The Schreyer Honors College</li>
84 <li>Bachelor's in Computer Science from The College of Engineering</li>
85 </ul>
86 </details>
87 </section>
88 <section>
89 <h2 id="skills">Skills</h2>
90 <details open>
91 <summary><h3>Tools</h3></summary>
92 <ol>
93 <li>Git, GitHub, jq, Power Apps, Power Automate, Dataverse, OData</li>
94 <li>Docker, Jira, Power BI, Dynamics 365, GitLab</li>
95 <li>LaTeX, WordPress, Vue, d3</li>
96 <li>AWS (<em>Lambda, DocumentDB, API Gateway, CDK</em>)</li>
97 </ol>
98 </details>
99 <details open>
100 <summary><h3>Systems</h3></summary>
101 <ol>
102 <li>Arch Linux, Alpine Linux</li>
103 <li>Windows</li>
104 <li>Debian Linux, macOS</li>
105 </ol>
106 </details>
107 <details open>
108 <summary><h3>Programming</h3></summary>
109 <ol>
110 <li>JavaScript, HTML, CSS, Bash, POSIX Shell</li>
111 <li>Python, TypeScript</li>
112 <li>SQL, <a href="https://git.jkinsey.net/?p=adventofcode2019.git;a=tree">Clojure</a>, <a href="https://git.jkinsey.net/?p=adventofcode2020.git;a=tree">Common Lisp</a></li>
113 <li>C, C++, C#, <a href="https://git.jkinsey.net/?p=adventofcode2018.git;a=tree">Haskell</a>, Rust, Go</li>
114 </ol>
115 </details>
116 <details open>
117 <summary><h3>Writing</h3></summary>
118 <ol>
119 <li>Project documentation, development design documents</li>
120 <li>Research, presentation to leadership</li>
121 </ol>
122 </details>
123 </section>
124 </article>
fc90a94a 125
048f206a
JK
126 <article id="elsewhere">
127 <section>
128 <h2><span>Elsewhere</span></h2>
129 <p>
130 <a href="https://github.com/jackkinsey/">github</a>
131 <a href="https://www.linkedin.com/in/jack-kinsey-26406994/">linkedin</a>
132 </p>
133 </section>
134 </article>
4bbfb028 135
b0fbfd4f 136 </main>
4bbfb028
JK
137 </body>
138</html>