-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
96 lines (92 loc) · 4.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: default
title: "Andrew Gunsch"
---
<div class="photo-container">
<img class="photo" alt="photo of Andrew" src="{{ '/assets/img/andrew-2021.webp' | relative_url }}" />
</div>
<div class="text-container">
<div class="section">
<div class="section-title">Work</div>
<p>
I've spent my career building software, usually web-based projects with
an emphasis on web security, with a habit of ending up platforms.
</p>
<p>
If we've worked together,
<a href="https://www.linkedin.com/in/andrew-gunsch-267b2338">say hi on LinkedIn</a>!
</p>
<p>Writings:</p>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date: "%Y" }})
</li>
{% endfor %}
<li>
<i>Ad Hoc company blog</i>
<ul>
<li><a href="https://adhoc.team/2022/06/13/building-blocks-of-platforms/">The building blocks of platforms</a> (2022)</li>
<li><a href="https://adhoc.team/2022/06/27/human-centered-governance-platform-adoption/">Human-centered governance for platform adoption</a> (2022)</li>
<li><a href="https://adhoc.team/2022/06/30/carrots-sticks-of-platform-governance/">The carrots and sticks of platform governance</a> (2022)</li>
<li><a href="https://adhoc.team/2023/05/31/creating-a-platform-for-employee-internal-apps-with-gcp/">Creating a platform for employee-internal apps with GCP</a> (2023)</li>
</ul>
</li>
</ul>
<p>Speakings:</p>
<ul>
<li><a href="https://platformcon.com/talks/how-to-make-the-business-case-for-an-internal-developer-platform">How to make the business case for an Internal Developer Platform</a> (PlatformCon 2023)</li>
<li><a href="https://platformcon.com/talks/a-carrot-and-stick-approach-to-raising-the-bar-on-application-quality">A carrot and stick approach to raising the bar on application quality</a> (PlatformCon 2023)</li>
</ul>
<p>
Coding:
<ul>
<li><a href="https://github.com/gunsch"><img class="inline-icon"
alt="" src="{{ '/assets/img/github-32px.webp' | relative_url }}" />GitHub</a> (gunsch)</li>
<li><a
href="chromium-log.html">Contributions to Chromium</a> (largely in <code>src/chromecast/</code>)</li>
</ul>
</p>
</div>
<div class="section">
<div class="section-title">Projects</div>
<ul>
<li>Running reddit's <a href="https://brackets.qxlp.net/">college basketball brackets
challenge</a> (<a href="https://github.com/gunsch/brackets">github</a>)</li>
<li>Building <a href="https://whichclasses.com">WhichClasses.com</a>, for students at
the University of Arizona to better sort through "teacher-course evaluation"
data (data through 2011)</li>
<li>Designing <a href="https://qxlp.net/cs337">CSC 337</a> ("Web Programming") for the
University of Arizona, teaching the first instance in Spring 2012</li>
</ul>
</div>
<div class="section">
<div class="section-title">Personal</div>
<p>
In the rest of life, you'll find me wearing bright colors, making fancy cocktails,
dancing in my living room, and wandering Seattle --- say hi!
</p>
<p>
Contact me at:
<ul>
<li>[email protected]</li>
<li><a href="https://www.linkedin.com/in/andrew-gunsch-267b2338"><img class="inline-icon"
alt="" src="{{ '/assets/img/linkedin-14px.webp' | relative_url }}" />LinkedIn</a></li>
<li><a href="https://www.instagram.com/banandrew.bunsch/"><img class="inline-icon"
alt="" src="{{ '/assets/img/instagram.webp' | relative_url }}" />@banandrew.bunsch</a> </li>
<li><a href="https://keybase.io/gunsch"><img class="inline-icon"
alt="" src="{{ '/assets/img/keybase.webp' | relative_url }}" />gunsch</a> (keybase)</li>
</ul>
</p>
</div>
<!--
Press?
- Developer Portals: https://cloud.google.com/blog/products/gcp/now-you-can-automatically-document-your-api-with-cloud-endpoints
- Chromecast article
- spelling bee?? (oh no! can't find anymore)
- whichclasses article
- student body president? :lol:
- national merit: https://tucson.com/news/local/education/precollegiate/named-merit-scholarship-semifinalists/article_6feb5918-dd38-5df7-8c13-27d23c84798c.html
- https://www.huffpost.com/entry/coming-out-as-an-atheist_b_59a0bbb2e4b0d0ef9f1c13e4
-->
</div>