-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
237 lines (234 loc) · 6.62 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Personal homepage of Peter Hozák." />
<title>Peter Hozák</title>
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="image_src" href="images/peter.hozak.info.png" />
</head>
<body>
<section id="right_container">
<a href="/resume_hozak_2024.pdf" target="_blank" rel="noopener">
<img
id="photo"
src="images/photo.jpg"
alt="Peter Hozák's photo"
title="Click to display Résumé"
/>
resume 2024</a
><br />
<a href="https://www.linkedin.com/in/hozak" target="_blank" rel="noopener"
>linkedin.com/in/hozak</a
>
<a href="https://github.com/Aprillion" target="_blank" rel="noopener"
>github.com/aprillion</a
>
<a
href="https://stackoverflow.com/users/1176601/aprillion?tab=profile"
target="_blank"
rel="noopener"
>stackoverflow profile</a
>
<br />
<a href="tel:+420702145185">+420 702 145 185</a>
<a href="mailto:[email protected]">[email protected]</a>
</section>
<h1>Peter Hozák</h1>
<p>
Software developer experienced in React, D3, TS, Python, SQL, Excel, ...
</p>
<h2>Open Source Highlights</h2>
<section>
<h3>2024</h3>
<ul>
<li>
<a href="fiction/heat_death/unnatural_abstractions.html"
>Unnatural abstractions</a
>
(dystopian short story)
</li>
</ul>
</section>
<section>
<h3>2023</h3>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=nUBrlWqnKRI&t=5700s"
>AI safety intro to basic arguments</a
>
(YouTube recording of my talk at
<i>Pipedrive Talks (Prague) - Next-Gen AI Solutions</i>)
</li>
</ul>
</section>
<section>
<h3>2022</h3>
<ul>
<li>
<a href="https://aisafety.info">AISafety.info</a>
(ongoing UI development of a site about artificial intelligence
existential safety -
<a href="https://github.com/StampyAI/stampy-ui">github</a>)
</li>
</ul>
</section>
<section>
<h3>2021</h3>
<ul>
<li>
<a
href="https://dev.to/aprillion/shrodinger-s-cat-explains-typescript-lt-generics-gt-239p"
>
Shrödinger's cat explains TypeScript<Generics>
</a>
</li>
</ul>
</section>
<section>
<h3>2020</h3>
<ul>
<li>
<a href="python-javascript">Python and JavaScript, side by side</a>
(<i
><a href="https://github.com/Aprillion/python-javascript"
>github</a
></i
>)
</li>
<li>
<a href="https://stackoverflow.com/a/58877875/1176601">
React useState value is a const closure
</a>
<br />
(StackOverflow answer)
</li>
</ul>
</section>
<section>
<h3>2019</h3>
<ul>
<li>
<a href="react-auto-height/">react-auto-height Storybook</a>
(<i
><a href="https://www.npmjs.com/package/react-auto-height">npm</a>,
<a href="https://github.com/Aprillion/react-auto-height"
>github</a
></i
>)
</li>
</ul>
</section>
<section>
<h3>2018</h3>
<ul>
<li>
<a href="https://github.com/msd-code-academy/react-workshop"
>MSD React Workshop Series</a
>
(<i>teaching at workshops</i>)
</li>
<li>
<a href="recipe_explorer/">Factorio recipes</a>
(<i>interactive recipe explorer</i>)
</li>
</ul>
</section>
<section>
<h3>2017</h3>
<ul>
<li>
<a href="https://github.com/msd-code-academy/lessons"
>MSD Code Academy</a
>
(<i>teaching first two JS/React lessons</i>)
</li>
</ul>
</section>
<section>
<h3>2016</h3>
<ul>
<li>
<a href="https://github.com/Aprillion/pyladies_piskvorky/"
>pyladies_piskvorky</a
>
(<i>participation on http://pyladies.cz/praha/ as a coach</i>)
</li>
</ul>
</section>
<section>
<h3>2015</h3>
<ul>
<li>
<a href="data_viewer_2015/">data viewer 2015</a> (<i
>display arbitrary data as interactive tables</i
>)
</li>
<li>
<a href="https://github.com/Aprillion/syntax_highlighting"
>syntax highlighting</a
>
(<i>notepad++ and pycharm definition files</i>)
</li>
<li>
<a href="https://github.com/Aprillion/banished_utils"
>banished utils</a
>
(<i>ahk scripts for camera improvement</i>)
</li>
<li>
<a href="https://gist.github.com/Aprillion/1016904b7573c32f00b9"
>KeypressOSD</a
>
(<i>ahk script to display pressed keys</i>)
</li>
<li>
<a href="https://github.com/Aprillion/greasemonkey_scripts"
>greasemonkey</a
>
and
<a href="https://github.com/Aprillion/stylish_styles">stylish</a>
utilities
</li>
</ul>
</section>
<section>
<h3>2012</h3>
<ul>
<li>
<a href="anno2070/searchable.html"
>Anno 2070 searchable building list</a
>
(<i>instant search POC</i>)
</li>
<li>
<a href="anno2070/building_layout_creator.html"
>Anno 2070 building layout creator</a
>
(<i>draggable POC</i>)
</li>
<li>
<a href="https://github.com/odegroot/Anno-2070-data-extraction"
>Anno 2070 data extraction</a
>
(<i>converting data into JSON</i>)
</li>
</ul>
</section>
<section>
<h3>2007</h3>
<ul>
<li>
<a href="aprilboy.e404.sk/">aprilboy.e404.sk</a> (<i
>old personal homepage</i
>)
</li>
<li><a href="pocitadlo/">Počítadlo</a> (<i>school project</i>)</li>
</ul>
</section>
</body>
</html>