resume/: +Barclays
[www.jankratochvil.net.git] / resume / ResumeJanKratochvil.tex
1 \documentclass[a4paper]{article}
2 \usepackage[dvipdf]{graphicx}
3 \usepackage{multirow}
4 \usepackage[colorlinks]{hyperref}
5 \usepackage{tabls}
6
7 \setlength\extrarulesep{1pt}
8
9 \setlength\belowcaptionskip{2pt}
10 \newlength{\intertableskip}
11 \setlength\intertableskip{-0.5cm}
12
13 \makeatletter
14
15 % Patch out tables numbering:
16 % /usr/share/texmf/tex/latex/base/article.cls
17 % '#1: #2' -> '#2'
18 \long\def\@makecaption#1#2{%
19   \vskip\abovecaptionskip
20   \sbox\@tempboxa{#2}%
21   \ifdim \wd\@tempboxa >\hsize
22     #2\par
23   \else
24     \global \@minipagefalse
25     \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
26   \fi
27   \vskip\belowcaptionskip}
28
29 \makeatother
30
31 \pdfinfo{
32         /Title(Jan Kratochvil Resume)
33         /Author(Jan Kratochvil)
34         /Subject($Id$)
35         }
36
37 \setlength{\topmargin}{-0.5cm}  % \topmargin - blank space at page top
38 \setlength{\headheight}{0cm}    % \headheight - page header height
39 \setlength{\headsep}{0cm}       % \headsep - space between header and text
40 \setlength{\textheight}{307mm}  % \textheight - height of the text body
41
42 \setlength{\oddsidemargin}{-0.5cm}   % \oddsidemargin - odd-numbered page margin
43 \setlength{\evensidemargin}{-0.5cm}  % \evensidemargin - even-numbered page margin
44 \setlength{\textwidth}{170mm}        % \textwidth - width of the text body
45
46 \begin{document}
47
48 \begin{table}[!h]
49         \centering
50         \begin{tabular*}{0.57\textwidth}{|@{\extracolsep{\fill}}c@{\extracolsep{\fill}}l@{\extracolsep{\fill}}l@{\extracolsep{\fill}}|}
51                 \hline
52                 \ %
53                 {} & name                 & Jan Kratochvil \\
54                 {} & English              & fluent\ \ \ \\
55                 {} & born                 & 1979 \\
56                 {} & e-mail               & \href{mailto:job@jankratochvil.net}{job@jankratochvil.net} \\
57                 {} & projects before 2005\ \ & \href{https://www.jankratochvil.net/project/}{https://www.jankratochvil.net/project/}\ \ \\
58                 {} & resume               & \href{https://www.jankratochvil.net/resume/}{https://www.jankratochvil.net/resume/} \\
59                 {} & OpenPGP              & \href{https://www.jankratochvil.net/pgp-JanKratochvil.txt}{1E3AD15E} \\
60                 \hline
61         \end{tabular*}
62 \end{table}
63
64 \begin{table}[!h]
65         \centering
66         \caption{Fulltime Jobs}
67         \begin{tabular*}{\textwidth}{|lp{1.2in}@{\extracolsep{\fill}}p{4.35in}|}
68                 \hline
69 Date & Company & Description \\
70 \hline
71
72 2021-\dots & \href{https://www.barclays.co.uk/}{Barclays} &
73         Software development in C++17.
74         \\
75 \hline
76
77 2006-2021 & \href{https://www.redhat.com/}{Red Hat} &
78         \href{https://en.wikipedia.org/wiki/LLDB_(debugger)}{LLDB} debugger developer and
79         formerly \href{https://en.wikipedia.org/wiki/GNU_Debugger}{GDB} debugger developer.
80
81         \href{https://en.wikipedia.org/wiki/GNU_Debugger}{GDB} developed primarily 2007-2013, 1231 commits:
82                 \href{https://github.com/bminor/binutils-gdb/commits?author=jankratochvil}{log}.
83
84         I was GDB maintainer for \href{https://en.wikipedia.org/wiki/Fedora_(operating_system)}{Fedora}\&\href{https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux}{RHEL}.
85         Larger features I have implemented: \href{https://en.wikipedia.org/wiki/Position-independent_executable}{PIE} support,
86         DWARF-5 entry values \& tail calls, Fortran modules, DWARF-5 excl. DWO incl.
87         .debug\_names index producer \& consumer excl. namespaces. Implemented in
88         Fedora but never upstreamed: C\&Fortran \href{https://en.wikipedia.org/wiki/Variable-length_array}{VLA}, build-id.
89
90         \href{https://en.wikipedia.org/wiki/LLDB_(debugger)}{LLDB} developed 2017-2021, 159 commits:
91                 \href{https://github.com/llvm/llvm-project/commits?author=jankratochvil}{log},
92                 \href{https://reviews.llvm.org/p/jankratochvil/}{reviews}.
93
94         Developed \href{https://sourceware.org/systemtap/wiki/utrace/tests}{Linux kernel ptrace testsuite} (most of the testcases are mine).
95
96         My presentations about \href{https://en.wikipedia.org/wiki/GNU_Debugger}{GDB}:
97                 \href{https://www.jankratochvil.net/resume/DeveloperConference2011-debug.pdf}{2011}
98                 \href{https://www.jankratochvil.net/resume/gdb2012.pdf}{2012}
99                 \href{https://www.jankratochvil.net/resume/devconf2017.pdf}{2017}
100
101         My presentation about \href{https://en.wikipedia.org/wiki/LLDB_(debugger)}{LLDB}:
102                 \href{https://www.jankratochvil.net/resume/devconf2019.pdf}{2019}
103
104         My article about \href{https://en.wikipedia.org/wiki/LLVM}{LLVM}/\href{https://en.wikipedia.org/wiki/AddressSanitizer}{Sanitizers}:
105                 \href{https://developers.redhat.com/blog/2021/05/05/memory-error-checking-in-c-and-c-comparing-sanitizers-and-valgrind#}{2021}
106
107         My \href{https://en.wikipedia.org/wiki/DWARF}{DWARF} standard
108                 clarifications:
109                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=100416.1}{1}
110                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=090321.1}{2}
111                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161215.3}{3}
112                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161113.1}{4}
113                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=110926.1}{5}
114                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=100923.1}{6},
115                 extensions:
116                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161102.1}{1},
117                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=170527.1}{2},
118                 fix:
119                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161027.1}{1}.
120
121         My \href{https://lab.llvm.org/staging/#/builders/16}{LLDB buildbot}, its \href{https://github.com/llvm/llvm-zorg/commits?author=jankratochvil}{implementation}.
122
123         Completed \href{https://en.wikipedia.org/wiki/Red_Hat_Certified_Engineer}{RHCE} certificate \href{https://rhtapps.redhat.com/verify?certId=110-518-099}{110-518-099}.
124
125         Wrote many bugfixes and bugreports for various components of \href{https://en.wikipedia.org/wiki/Fedora_(operating_system)}{Fedora}
126         \href{https://en.wikipedia.org/wiki/Free_software}{Free} operating system.
127         \\
128 \hline
129
130 2005 & \href{https://www.valinux.co.jp/}{VA Linux Systems\hfil\newline Japan} &
131         \href{https://www.kernel.org/}{Linux kernel} -- first ever Linux kernel relocatability
132         for~\href{https://en.wikipedia.org/wiki/Kdump_(Linux)}{kdump}-alike,\linebreak
133         \href{https://en.wikipedia.org/wiki/Network_File_System}{NFS (Network File System)} server caching
134         \\
135 \hline
136
137 2004 & \href{https://en.wikipedia.org/wiki/Sun_Microsystems}{Sun Microsystems} &
138         \href{https://en.wikipedia.org/wiki/Sun_Java_System}{Sun Java Enterprise System} Quality Assurance (JES~QA), technical lead
139         \\
140 \hline
141
142         \end{tabular*}
143 \end{table}
144
145 \vskip\intertableskip
146
147 \begin{table}[!h]
148         \centering
149         \caption{Freelance Projects}
150         \begin{tabular*}{\textwidth}{|l@{\extracolsep{\fill}}p{5.7in}|}
151                 \hline
152 Date & Description \\
153 \hline
154
155 \hypertarget{captive}{2002-2003} & \href{https://www.jankratochvil.net/project/captive/}{Captive}: The first free NTFS read/write filesystem for Linux OS
156
157         Featured \href{https://tech.slashdot.org/story/03/12/02/1536227/using-the-real-ntfssys-driver-under-linux}{on slashdot}.
158
159         Reverse engineered i386 MS-Windows XP kernel and ntfs.sys for the first
160         binary compatible reimplementation of the undocumented parts of MS-Windows
161         kernel subsystems.
162
163         Userland part of the project provides \href{https://en.wikipedia.org/wiki/GnomeVFS}{GnomeVFS} interface to the MS-Windows kernel
164         based MS-Windows filesystem isolated by the
165         \href{https://en.wikipedia.org/wiki/Common_Object_Request_Broker_Architecture}{CORBA}/\href{https://en.wikipedia.org/wiki/ORBit}{ORBit}
166         interface.
167
168         For development purposes I implemented also \href{https://www.jankratochvil.net/project/TraceFS/}{TraceFS}:
169         MS-Windows Kernel API Tracer as a~native MS-Windows kernel driver for
170         tracing of the NT Cache Manager.
171         \\
172 \hline
173
174 \hypertarget{mms2}{2005-2006} & \href{https://www.jankratochvil.net/product/mms2/}{MMS2}: Alternative center for cheaper mobile phones multimedia messages (MMS)
175         \\
176 \hline
177
178 2004 & \href{https://www.jankratochvil.net/product/hotelgate/}{HotelGate}: Internet gateway for hotel guests
179         \\
180 \hline
181
182         \end{tabular*}
183 \end{table}
184
185 \vskip\intertableskip
186
187 \begin{table}[!ht]
188         \centering
189         \caption{Contractor Jobs}
190         \begin{tabular*}{\textwidth}{|lp{0.7in}@{\extracolsep{\fill}}p{4.95in}|}
191                 \hline
192 Date & Client & Description \\
193 \hline
194
195 2001-2002 & \href{https://www.atspraha.cz/en/}{Advanced\newline Telecom\newline Services} &
196         Early cell phone technologies:
197                         \href{https://en.wikipedia.org/wiki/Multimedia_Messaging_Service}{MMS} framework development incl. \href{https://www.jankratochvil.net/etmms/}{MMS Center debugging}
198                         (written using \href{https://en.wikipedia.org/wiki/Perl}{Perl}, \href{https://en.wikipedia.org/wiki/XML}{XML}, \href{https://en.wikipedia.org/wiki/SOAP}{SOAP}),
199                         Multimedia EMS support (my~\href{https://www.jankratochvil.net/project/gsmperl/}{GSM::SMS patch}),
200                         BIP (Nokia CIMD2 alike) protocol client by extending (\href{https://www.gnokii.org/}{gnokii}).
201         \\
202 \hline
203
204 1999-2000 & \href{https://www.suse.com/}{SuSE} &
205         \href{https://www.jankratochvil.net/project/surprise/}{Partition Surprise}: superseded by \href{https://en.wikipedia.org/wiki/GParted}{GParted}
206
207         It was implemented by multiple people of our team. For development purposes I~implemented
208         \href{https://www.jankratochvil.net/project/int13sniff/}{Int13Sniff} for bootability troubleshooting.
209         \\
210 \hline
211
212 2001-2002 & \href{https://www.readynote.com/}{ReadyNote} &
213         Early cell phone technologies: debugged \href{https://www.gnokii.org/}{gnokii} GSM software modem, ported \href{https://www.gnokii.org/}{gnokii} and my
214                         \href{https://www.jankratochvil.net/project/mdsms/}{mdsms} to embedded \href{https://en.wikipedia.org/wiki/UClibc}{uClibc}.
215         \\
216 \hline
217
218 1999-2003 & \href{https://jklabs.cz/}{JKLabs} &
219         Support of company systems, hotel installations,
220   technical challenges like an i386 IRQ redirector,
221         \href{https://www.jankratochvil.net/project/middleman/}{Middleman port} (HTTP modifying proxy) or
222         \href{https://www.jankratochvil.net/project/ssht/}{ssht} (SSH tunnel).
223         \\
224 \hline
225
226 2001 & \href{https://www.gts.cz/cz-en}{GTS} &
227         \href{https://www.jankratochvil.net/project/tac_plus/}{tac\_plus auth}: Cisco TACACS+ NAS host based authorization
228         \\
229 \hline
230
231 1998-1999 & \href{https://www.geoinvest.cz/}{Geoinvest} &
232         Early cell phone technologies -- Siemens M1 GSM modem daemon for GPS,
233         embedded devices -- \href{https://www.jankratochvil.net/project/332/}{332}:
234         \href{https://en.wikipedia.org/wiki/AmigaOS}{AmigaOS} kernel port to embedded \href{https://en.wikipedia.org/wiki/Freescale_683XX}{Motorola 68332}.
235         \\
236 \hline
237
238 1999 & \href{https://www.tencom.cz/}{TENcom\newline Trade} &
239   Early cell phone technologies -- \href{https://www.jankratochvil.net/project/mdsms/}{mdsms}:
240         \href{https://en.wikipedia.org/wiki/SMS}{SMS} software for \href{https://en.wikipedia.org/wiki/Digital_UNIX}{Digital UNIX}.
241         \\
242 \hline
243
244 1998 & ELSA &
245         \href{https://www.jankratochvil.net/project/step/}{STEP}:
246         A~web database application. Fixed Free Software
247         \href{https://www.jankratochvil.net/project/phphash/}{PHP} and
248         \href{https://www.jankratochvil.net/project/pgsqlsubstr/}{PostgreSQL}.
249         \\
250 \hline
251
252 1993-1996 & Profes J\&K &
253         PC assembly and customer service
254         \\
255 \hline
256
257 1993 & \href{http://www.japhila.cz/}{Japhila} &
258         StampMan: Database application (MS-DOS: Pascal, plainTeX)
259         \\
260 \hline
261
262         \end{tabular*}
263 \end{table}
264
265 \pagebreak
266
267 \begin{table}[!h]
268         \centering
269         \caption{Awards}
270         \begin{tabular*}{\textwidth}{|l@{\extracolsep{\fill}}p{6.15in}|}
271                 \hline
272                 1997 & Bronze medal (not 3rd) in International Olympiad in Informatics, South Africa -- Cape Town \\
273                 1997 & 2nd in MO-P national contest -- mathematics Olympiad, the programming category \\
274                 1997 & 1st in International Competition in Programming \\
275                 1996 & 4th in International Competition in Programming \\
276                 1995 & 7th in Central European Olympiad in Informatics \\
277                 \hline
278         \end{tabular*}
279 \end{table}
280
281 \vskip\intertableskip
282
283 \begin{table}[!h]
284         \centering
285         \caption{Technologies (mostly obsolete in 2021)}
286         \begin{tabular*}{\textwidth}{|l@{\extracolsep{\fill}}p{5.10in}|}
287                 \hline
288 %               Major Areas         & mobile technologies, filesystems, embedded devices \\
289                 Platforms           & Linux OS/i386/FreeBSD, MS-Windows i386 kernel, Amiga/680x0, MS-DOS,
290                                                                                                                                 ZX Spectrum, PC-E500S \\
291                 Languages           & C++14, C, Perl, Python, bash/awk/sed...,
292                                                                                                                                 Java$\le$1.0, Pascal, Basic, REXX, S-Lang, Foxplus, Prolog \\
293                 Tools               & GIT, cmake, SVN, autoconf, automake, libtool, m4, CVS, gettext, bison, flex, ld~script \\
294                 Assemblers          & i386/x86\_64, briefly aarch64/arm7/s390x/ppc64, Motorola 680x0, Zilog~Z80, Intel 8051, MIPS R2/3000 \\
295                 WWW                 & HTML$\le$4.0, CSS, PHP, SQL (PostgreSQL, MySQL), JavaScript, CGI \\
296                 Documentation       & plainTeX, LaTeX, DocBook, DocBook Lite, XML/NS/Schema,
297                                                                                                                                 gtk-doc, nroff, pod \\
298                 Libraries           & Gnome/GTK+/GLib, POSIX/BSD/SysV/threads/sockets, X11, OpenGL, NCurses,
299                                                                                                                                 S-Lang, GnomeVFS, libxml, libneon, SVGALib, NIS, Qt,
300                 % RPC
301                                                                                                         CORBA/ORBit, SOAP, WSDL, Sun~RPC \\
302                 Protocols/Formats   & GSM SMS/PDU/Nokia~Smart~Messaging/EMS/WAP/WTP/WSP/MMSE/SMIL,\hfill\newline
303                                                                                                                                 WML/AMR/WSP/AMR, GSM ETSI/3GPP stds, IPv4, HTTP, SMTP\hfill\newline
304                                                                                                                                 RFC822/MIME, FTP, SSH, DHCP, POP3, IMAP4, NFS~v2/v3, PPP/LCP/IPCP,
305                 % Filesystems
306                                                                                                         ext2, FAT, AmigaFFS, ISO-9660 \\
307                 \hline
308         \end{tabular*}
309 \end{table}
310
311 \end{document}
312 \bye