make the periods a style thing
[jkinsey.net.git] / index.html
1 <html>
2 <head>
3 <link rel="stylesheet" href="res/style.css" />
4 <title>Jack Kinsey</title>
5 </head>
6 <body>
7 <main>
8
9 <header id="menu" class="top">
10 <div id="name"><a href="/" class="home"><h1><span class="h">Jack Kinsey</span></h1></a></div>
11 <nav id="links">
12 <ul>
13 <li><a href="#experience" class="h">Experience</a></li>
14 <li><a href="#skills" class="h">Skills</a></li>
15 <li><a href="#about" class="h">Elsewhere</a></li>
16 </ul>
17 </nav>
18 </header>
19
20 <div id="content">
21 <article id="resume">
22 <div>
23 <h2 id="experience">Experience</h2>
24 <details open>
25 <summary><strong>Consultant at Booz Allen Hamilton in the Washington, D.C. area <em>(August 2019&mdash;Present)</em></strong></summary>
26 <ul>
27 <li>Developed business process software using a mix of custom development and low-code tools</li>
28 <li>Led development on over a dozen applications for client</li>
29 <li>Led development on suite of internal applications for managing staff resources</li>
30 <li>Led design of and documentation effort for client Power Platform development practices</li>
31 <li>Led client team training on Power Platform development</li>
32 <li>Designed and built GitHub automation for Power Platform ALM</li>
33 <li>Built chart and graph visualizations in JavaScript using d3</li>
34 <li>Built custom web interface in JavaScript using Vue</li>
35 <li>Developed serverless web service on AWS in TypeScript</li>
36 <li>Took ownership of and wrote improvements for a client C# application</li>
37 </ul>
38 </details>
39 <details>
40 <summary><strong>Graduate of The Pennsylvania State University in State College, PA <em>(Class of 2019)</em></strong></summary>
41 <ul>
42 <li>The Schreyer Honors College</li>
43 <li>Bachelor's in Computer Science</li>
44 <li>The College of Engineering</li>
45 </ul>
46 </details>
47 <details>
48 <summary><strong>Summer Games intern at Booz Allen Hamilton in Arlington, VA <em>(Summer 2018)</em></strong></summary>
49 <ul>
50 <li>Worked alongside a team of 4 to deliver a functional software product for use internally</li>
51 <li>Led development of a JavaScript/HTML/CSS user interface from scratch</li>
52 <li>Integrated with a custom Python backnd built to do graph analytics</li>
53 </ul>
54 </details>
55 <details>
56 <summary><strong>Committee Member (Various) at Setsucon in State College, PA <em>(Fall 2017&mdash;Winter 2021)</em></strong></summary>
57 <ul>
58 <p><em>As Programming Director:</em></p>
59 <li>Led team of 7+ fellow volunteers to organize programming for an online convention</li>
60 <li>Designed novel programming events to reach online audience</li>
61 <p><em>As Panels Coordinator:</em></p>
62 <li>Curated panel submissions from nearly 40 panelists</li>
63 <li>Designed the schedule for a 2 day convention of over 1000 people</li>
64 <li>Coordinated with a team of 20+ fellow volunteers</li>
65 </ul>
66 </details>
67 <details>
68 <summary><strong>Web intern at Fox Chapel Publishing in East Petersburg, PA <em>(Summer 2016&mdash;Summer 2017)</em></strong></summary>
69 <ul>
70 <li>Migrated 3+ WordPress sites and 1 forum from one hosting provider to another</li>
71 <li>Customized WordPress CSS for 4+ blogs</li>
72 <li>Presented Google Analytics data on 3+ sites to superiors</li>
73 <li>Prepared over 40 articles worth of backlog content for web publishing</li>
74 <li>Managed DNS records for 10+ sites</li>
75 <li>Provided technical support to over 400 active users across 2 forum sites</li>
76 <li>Helped manage Magento web commerce backend</li>
77 </ul>
78 </details>
79 <details>
80 <summary><strong>Independent web developer, programmer, and sysadmin <em>(2013&mdash;Present)</em></strong></summary>
81 <ul>
82 <li>Host and maintain a professional and personal website</li>
83 <li>Develop sites and web applications for friends, fun, and other commitments</li>
84 <li>Build and maintain an Arch Linux desktop</li>
85 </ul>
86 </details>
87 </div>
88 <div>
89 <h2 id="skills">Skills</h2>
90 <p><em>In rank order from "very confident/use frequently" to "have experience with/used once."</em></p>
91 <details open>
92 <summary><strong>Programming</strong></summary>
93 <ol>
94 <li>JavaScript, HTML, CSS, Bash, POSIX Shell</li>
95 <li>Python, TypeScript</li>
96 <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>
97 <li>C, C++, C#, <a href="https://git.jkinsey.net/?p=adventofcode2018.git;a=tree">Haskell</a>, Rust, Go</li>
98 </ol>
99 </details>
100 <details open>
101 <summary><strong>Tools</strong></summary>
102 <ol>
103 <li>Git, GitHub, jq, Power Apps, Power Automate</li>
104 <li>Docker, Jira, Power BI, Dynamics 365, GitLab</li>
105 <li>LaTeX, Wordpress, Vue, d3</li>
106 <li>AWS (<em>Lambda, DocumentDB, API Gateway, CDK</em>)</li>
107 </ol>
108 </details>
109 <details open>
110 <summary><strong>Systems</strong></summary>
111 <ol>
112 <li>Arch Linux, Alpine Linux</li>
113 <li>Windows</li>
114 <li>Debian Linux, macOS</li>
115 </ol>
116 </details>
117 <details open>
118 <summary><strong>Writing</strong></summary>
119 <ol>
120 <li>Project documentation, development design documents</li>
121 <li>Research, presentation to leadership</li>
122 </ol>
123 </details>
124 </div>
125 </article>
126
127 <article id="about">
128 <div>
129 <h2><span class="h">Elsewhere</span></h2>
130 <p>
131 <a href="https://github.com/jackkinsey/" class="h">github</a>
132 <a href="https://twitter.com/_jackkinsey" class="h">twitter</a>
133 <a href="https://www.linkedin.com/in/jack-kinsey-26406994/" class="h">linkedin</a>
134 </p>
135 </div>
136 <div>
137 <h2><span class="h">Notes</span></h2>
138 <p><span class="h">All content, unless otherwise noted, released under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.</span></p>
139 </div>
140 </article>
141 </div>
142
143 </main>
144 </body>
145 </html>