-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (90 loc) · 3.47 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
<!DOCTYPE html>
<html>
<title>Austin Hartline</title>
<body style="width: 800px;margin: auto;background-color:#008080">
<link rel="stylesheet" href="https://unpkg.com/98.css" />
<div class="window" style="position: relative;top:16px;left:-300px;">
<div class="title-bar">
<div class="title-bar-text"></div>
<div class="title-bar-controls">
<button aria-label="Close"></button>
</div>
</div>
<h3 style="text-align:center">Austin Hartline</h3>
<div style="display: flex;flex-direction: row;justify-content: space-around">
<form action="austinhartline-resume.pdf">
<button>Go To Resume</button>
</form>
<form action="https://www.linkedin.com/in/austinhartline">
<button>Go To LinkedIn</button>
</form>
<form action="https://github.com/euclideansphere">
<button>Go To Github</button>
</form>
</div>
<p>Austin was born & raised in Milwaukee. He lives there with his corgi, Nibbler. He likes nature, horticulture, gardening, rock climbing, and all forms of biking.</p>
</div>
<div class="window" style="width: 700px;margin-top:75px">
<div class="title-bar">
<div class="title-bar-text">Skills & Experience</div>
<div class="title-bar-controls">
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<p>Languages & Frameworks:</p>
<ul>
<li>Ruby on Rails (ruby, ActiveRecord, ARel)</li>
<li>Postgres</li>
<li>MS-SQL (T-SQL, SQL Server)</li>
<li>React, React-Native (android & iOS)</li>
<li>Node, backend javascript, Typescript</li>
<li>.NET (dotnet), C#, msbuild, CLR, COM</li>
<li>Python (flask, microserves, miscellaneous general purpose tasks)</li>
</ul>
<p>Cloud, DevOps:</p>
<ul>
<li>AWS (lambda, ECS, RDS, SQS, Cloudformation, Cloudwatch, DynamoDB)</li>
<li>Terraform (CI/CD, infrastructure deployment)</li>
<li>Docker, containerization</li>
<li>bash, linux (desktop and deployment infra), PowerShell</li>
</ul>
<p>Architectural Patterns:</p>
<ul>
<li>Microservices</li>
<li>SOA (Service Oriented Architecture)</li>
<li>REST APIs</li>
<li>MQ (pub/sub) systems</li>
<li>CRQS, event sourcing</li>
<li>Batch Processing</li>
</ul>
<p>Other:</p>
<ul>
<li>DataDog, New Relic, OpenTelemetry Instrumentation</li>
<li>ML model consumption and integration</li>
<li>SCRUM / Agile, iterative delivery</li>
<li>Technical project management (lead) for 1-4 developers for 1-2 months of labor</li>
</ul>
</div>
</div>
<div class="window" style="position: relative;top:-200px;left: 500px">
<div class="title-bar">
<div class="title-bar-text">Desired / Learning Skills</div>
<div class="title-bar-controls">
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<ul>
<li>Elixir, Phoenix</li>
<li>Clojure</li>
<li>FP</li>
<li>GIS / GeoSpatial analytics</li>
<li>Data foundation management (data lake, data warehouse, hadoop, etc)</li>
<li>ETL</li>
<li>Data Science for business analytics</li>
</ul>
</div>
</div>
</body>
</html>