put things in d e t a i l s
[jkinsey.net.git] / index.html
1 <html>
2 <head>
3 <!-- <link rel="stylesheet" href="res/reset.css" /> -->
4 <link rel="stylesheet" href="res/style.css" />
5
6 <title>Jack Kinsey</title>
7 </head>
8 <body class="yellow">
9 <main>
10
11 <header id="menu" class="top">
12 <div id="name"><a href="/" class="home"><h1><span class="h">Jack Kinsey</span></h1></a></div>
13 <nav id="links">
14 <ul>
15 <li><a href="#experience" class="h">Experience</a></li>
16 <li><a href="#skills" class="h">Skills</a></li>
17 <li><a href="#about" class="h">About</a></li>
18 </ul>
19 </nav>
20 </header>
21
22 <div id="content">
23 <article id="resume">
24 <div>
25 <h2 id="experience">Experience.</h2>
26 <details open>
27 <summary><strong>Consultant at Booz Allen Hamilton in the Washington, D.C. area <em>(August 2019&mdash;Present)</em></strong></summary>
28 <ul>
29 <li>Developed business process software using a mix of custom development and low-code tools</li>
30 <li>Led development on over a dozen applications for client</li>
31 <li>Led development on suite of internal applications for managing staff resources</li>
32 <li>Led design of and documentation effort for client Power Platform development practices</li>
33 <li>Led client team training on Power Platform development</li>
34 <li>Designed and built GitHub automation for Power Platform ALM</li>
35 <li>Built chart and graph visualizations in JavaScript using d3</li>
36 <li>Built custom web interface in JavaScript using Vue</li>
37 <li>Developed serverless web service on AWS in TypeScript</li>
38 <li>Took ownership of and wrote improvements for a client C# application</li>
39 </ul>
40 </details>
41 <details>
42 <summary><strong>Graduate of The Pennsylvania State University <em>(Class of 2019)</em></strong></summary>
43 <ul>
44 <li>The Schreyer Honors College</li>
45 <li>Bachelor's in Computer Science</li>
46 <li>The College of Engineering</li>
47 </ul>
48 </details>
49 <details>
50 <summary><strong>Summer Games intern at Booz Allen Hamilton in Arlington, VA <em>(Summer 2018)</em></strong></summary>
51 <ul>
52 <li>Worked alongside a team of 4 to deliver a functional software product for use internally</li>
53 <li>Led development of a JavaScript/HTML/CSS user interface from scratch</li>
54 <li>Integrated with a custom Python backnd built to do graph analytics</li>
55 </ul>
56 </details>
57 <details>
58 <summary><strong>Committee Member (Various) at Setsucon in State College, PA <em>(Fall 2017&mdash;Winter 2021)</em></strong></summary>
59 <ul>
60 <p><em>As Programming Director:</em></p>
61 <li>Led team of 7+ fellow volunteers to organize programming for an online convention</li>
62 <li>Designed novel programming events to reach online audience</li>
63 <p><em>As Panels Coordinator:</em></p>
64 <li>Curated panel submissions from nearly 40 panelists</li>
65 <li>Designed the schedule for a 2 day convention of over 1000 people</li>
66 <li>Coordinated with a team of 20+ fellow volunteers</li>
67 </ul>
68 </details>
69 <details>
70 <summary><strong>Independent web developer, programmer, and sysadmin <em>(2013&mdash;Present)</em></strong></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 </div>
78 <div>
79 <h2 id="skills">Skills.</h2>
80 <details open>
81 <summary><strong>Programming</strong></summary>
82 <ul>
83 <li>Python, JavaScript, HTML, CSS, Bash, POSIX Shell</li>
84 <li>TypeScript, C#, SQL, Clojure, Common Lisp</li>
85 <li>C, C++, Haskell, Rust, Go</li>
86 </ul>
87 </details>
88 <details open>
89 <summary><strong>Tools</strong></summary>
90 <ul>
91 <li>Git, GitHub, LaTeX, Wordpress, Docker, jq</li>
92 <li>Power Apps, Power Automate, Power BI, Dynamics 365</li>
93 <li>AWS Lambda, AWS Document DB, AWS API Gateway, AWS CDK</li>
94 </ul>
95 </details>
96 <details open>
97 <summary><strong>Systems</strong></summary>
98 <ul>
99 <li>Arch Linux, Alpine Linux, Windows</li>
100 </ul>
101 </details>
102 <details open>
103 <summary><strong>Writing</strong></summary>
104 <ul>
105 <li>Write project documentation and development design documents</li>
106 </ul>
107 </details>
108 </div>
109 </article>
110
111 <article id="about">
112 <div>
113 <h2><span class="h">Social media.</span></h2>
114 <p>
115 <a href="https://github.com/jackkinsey/" class="h">github</a>
116 <a href="https://twitter.com/_jackkinsey" class="h">twitter</a>
117 <a href="https://www.linkedin.com/in/jack-kinsey-26406994/" class="h">linkedin</a>
118 </p>
119 </div>
120 <div>
121 <h2><span class="h">Notes.</span></h2>
122 <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>
123 </div>
124 </article>
125 </div>
126
127 </main>
128 </body>
129 </html>