8806586f1a76f985ba33f8faff428c6b59e27e71
[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="#writing" class="h">Writing</a></li>
16 <li><a href="#code" class="h">Code</a></li>
17 <li><a href="#about" class="h">About</a></li>
18 <li><a href="#resume" class="h">R&eacute;sum&eacute;</a></li>
19 </ul>
20 </nav>
21 </header>
22
23 <div id="content">
24 <article id="resume">
25 <div>
26 <h2 id="experience">Experience.</h2>
27 <p><strong>Consultant at Booz Allen Hamilton in the Washington, D.C. area <em>(August 2019&mdash;Present)</em></strong></p>
28 <ul>
29 <li><p>Developed business process software using a mix of custom development and low-code tools</p></li>
30 <li><p>Led development on over a dozen applications for client</p></li>
31 <li><p>Led development on suite of internal applications for managing staff resources</p></li>
32 <li><p>Led design of and documentation effort for client Power Platform development practices</p></li>
33 <li><p>Led client team training on Power Platform development</p></li>
34 <li><p>Designed and built GitHub automation for Power Platform ALM</p></li>
35 <li><p>Built chart and graph visualizations in JavaScript using d3</p></li>
36 <li><p>Built custom web interface in JavaScript using Vue</p></li>
37 <li><p>Developed serverless web service on AWS in TypeScript</p></li>
38 <li><p>Took ownership of and wrote improvements for a client C# application</p></li>
39 </ul>
40 <p><strong>Summer Games intern at Booz Allen Hamilton in Arlington, VA <em>(Summer 2018)</em></strong></p>
41 <ul>
42 <li><p>Worked alongside a team of 4 to deliver a functional software product for use internally</p></li>
43 <li><p>Led development of a JavaScript/HTML/CSS user interface from scratch</p></li>
44 <li><p>Integrated with a custom Python backnd built to do graph analytics</p></li>
45 </ul>
46 <p><strong>Committee Member (Various) at Setsucon in State College, PA <em>(Fall 2017&mdash;Winter 2021)</em></strong></p>
47 <ul>
48 <p><em>As Programming Director:</em></p>
49 <li><p>Led team of 7+ fellow volunteers to organize programming for an online convention</p></li>
50 <li><p>Designed novel programming events to reach online audience</p></li>
51 <p><em>As Panels Coordinator:</em></p>
52 <li><p>Curated panel submissions from nearly 40 panelists</p></li>
53 <li><p>Designed the schedule for a 2 day convention of over 1000 people</p></li>
54 <li><p>Coordinated with a team of 20+ fellow volunteers</p></li>
55 </ul>
56 <p><strong>Independent web developer, programmer, and sysadmin <em>(2013&mdash;Present)</em></strong></p>
57 <ul>
58 <li><p>Host and maintain a professional and personal website</p></li>
59 <li><p>Develop sites and web applications for friends, fun, and other commitments</p></li>
60 <li><p>Build and maintain an Arch Linux desktop</p></li>
61 </ul>
62 </div>
63 <div>
64 <h2 id="education">Education.</h2>
65 <p><strong>The Pennsylvania State University <em>(Class of 2019)</em></strong></p>
66 <ul>
67 <li><p>The Schreyer Honors College</p></li>
68 <li><p>Bachelor's in Computer Science</p></li>
69 <li><p>The College of Engineering</p></li>
70 </ul>
71 </div>
72 <div>
73 <h2 id="skills">Skills.</h2>
74 <p><strong>Programming</strong></p>
75 <ul>
76 <li><p>Python, JavaScript, HTML, CSS, Bash, POSIX Shell</p></li>
77 <li><p>TypeScript, C#, SQL, Clojure, Common Lisp</p></li>
78 <li><p>C, C++, Haskell, Rust, Go</p></li>
79 </ul>
80 <p><strong>Tools</strong></p>
81 <ul>
82 <li><p>Git, GitHub, LaTeX, Wordpress, Docker, jq</p></li>
83 <li><p>Power Apps, Power Automate, Power BI, Dynamics 365</p></li>
84 <li><p>AWS Lambda, AWS Document DB, AWS API Gateway, AWS CDK</p></li>
85 </ul>
86 <p><strong>Systems</strong></p>
87 <ul>
88 <li><p>Arch Linux, Alpine Linux, Windows</p></li>
89 </ul>
90 <p><strong>Writing</strong></p>
91 <ul>
92 <li><p>Write project documentation and development design documents</p></li>
93 </ul>
94 </div>
95 </article>
96
97 <article id="about">
98 <div>
99 <h2><span class="h">Social media.</span></h2>
100 <p>
101 <a href="https://github.com/jackkinsey/" class="h">github</a>
102 <a href="https://twitter.com/_jackkinsey" class="h">twitter</a>
103 <a href="https://www.linkedin.com/in/jack-kinsey-26406994/" class="h">linkedin</a>
104 </p>
105 </div>
106 <div>
107 <h2><span class="h">Notes.</span></h2>
108 <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>
109 </div>
110 </article>
111 </div>
112
113 </main>
114 </body>
115 </html>