-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
262 lines (218 loc) · 8.24 KB
/
main.tex
File metadata and controls
262 lines (218 loc) · 8.24 KB
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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
%-------------------------------------
% LaTeX Resume for Software Engineers
% Author : Leslie Cheng
% License : MIT
%-------------------------------------
\documentclass[letterpaper,12pt]{article}[leftmargin=*]
\usepackage[empty]{fullpage}
\usepackage{enumitem}
\usepackage{ifxetex}
\ifxetex
\usepackage{fontspec}
\usepackage[xetex]{hyperref}
\else
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[pdftex]{hyperref}
\fi
\usepackage{fontawesome}
\usepackage[sfdefault,light]{FiraSans}
\usepackage{anyfontsize}
\usepackage{xcolor}
\usepackage{tabularx}
%-------------------------------------------------- SETTINGS HERE --------------------------------------------------
% Header settings
\def \fullname {Peter Romančík}
\def \subtitle {}
\def \linkedinicon {\faLinkedin}
\def \linkedinlink {https://linkedin.com/in/peter-roman\%C4\%8D\%C3\%ADk-5734132b1/}
\def \linkedintext {/peter-romančík}
\def \phoneicon {\faPhone}
\def \phonetext {+421 917 468 736}
\def \emailicon {\faEnvelope}
\def \emaillink {mailto:romancikpeter@gmail.com}
\def \emailtext {romancikpeter@mail.com}
\def \githubicon {\faGithub}
\def \githublink {https://github.com/Pederrr}
\def \githubtext {/Pederrr}
\def \headertype {\doublecol} % \singlecol or \doublecol
% Misc settings
\def \entryspacing {-0pt}
\def \bulletstyle {\faAngleRight}
% Define colours
\definecolor{primary}{HTML}{000000}
\definecolor{secondary}{HTML}{0D47A1}
\definecolor{accent}{HTML}{263238}
\definecolor{links}{HTML}{1565C0}
%-------------------------------------------------------------------------------------------------------------------
% Defines to make listing easier
\def \linkedin {\linkedinicon \hspace{3pt}\href{\linkedinlink}{\linkedintext}}
\def \phone {\phoneicon \hspace{3pt}{ \phonetext}}
\def \email {\emailicon \hspace{3pt}\href{\emaillink}{\emailtext}}
\def \github {\githubicon \hspace{3pt}\href{\githublink}{\githubtext}}
\def \website {\websiteicon \hspace{3pt}\href{\websitelink}{\websitetext}}
% Adjust margins
\addtolength{\oddsidemargin}{-0.55in}
\addtolength{\evensidemargin}{-0.55in}
\addtolength{\textwidth}{1.1in}
\addtolength{\topmargin}{-0.6in}
\addtolength{\textheight}{1.1in}
% Define the link colours
\hypersetup{
colorlinks=true,
urlcolor=links,
}
% Set the margin alignment
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
%-------------------------
% Custom commands
% Sections
\renewcommand{\section}[2]{\vspace{5pt}
\colorbox{secondary}{\color{white}\raggedbottom\normalsize\textbf{{#1}{\hspace{7pt}#2}}}
}
% Entry start and end, for spacing
\newcommand{\resumeEntryStart}{\begin{itemize}[leftmargin=2.5mm]}
\newcommand{\resumeEntryEnd}{\end{itemize}\vspace{\entryspacing}}
% Itemized list for the bullet points under an entry, if necessary
\newcommand{\resumeItemListStart}{\begin{itemize}[leftmargin=4.5mm]}
\newcommand{\resumeItemListEnd}{\end{itemize}}
% Resume item
\renewcommand{\labelitemii}{\bulletstyle}
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
% Entry with title, subheading, date(s), and location
\newcommand{\resumeEntryTSDL}[4]{
\vspace{-1pt}\item[]
\begin{tabularx}{0.97\textwidth}{X@{\hspace{60pt}}r}
\textbf{\color{primary}#1} & {\firabook\color{accent}\small#2} \\
\textit{\color{accent}\small#3} & \textit{\color{accent}\small#4} \\
\end{tabularx}\vspace{-6pt}
}
% Entry with title and date(s)
\newcommand{\resumeEntryTD}[2]{
\vspace{-1pt}\item[]
\begin{tabularx}{0.97\textwidth}{X@{\hspace{60pt}}r}
\textbf{\color{primary}#1} & {\firabook\color{accent}\small#2} \\
\end{tabularx}\vspace{-6pt}
}
% Entry for special (skills)
\newcommand{\resumeEntryS}[2]{
\item[]\small{
\textbf{\color{primary}#1 }{ #2 \vspace{-6pt}}
}
}
% Double column header
\newcommand{\doublecol}[6]{
\begin{tabularx}{\textwidth}{Xr}
{
\begin{tabular}[c]{l}
\fontsize{35}{45}\selectfont{\color{primary}{{\textbf{\fullname}}}} \\
{\textit{\subtitle}} % You could add a subtitle here
\end{tabular}
} & {
\begin{tabular}[c]{l@{\hspace{1.5em}}l}
{\small#4} & {\small#1} \\
{\small#5} & {\small#2} \\
{\small#6} & {\small#3}
\end{tabular}
}
\end{tabularx}
}
% Single column header
\newcommand{\singlecol}[6]{
\begin{tabularx}{\textwidth}{Xr}
{
\begin{tabular}[b]{l}
\fontsize{35}{45}\selectfont{\color{primary}{{\textbf{\fullname}}}} \\
{\textit{\subtitle}} % You could add a subtitle here
\end{tabular}
} & {
\begin{tabular}[c]{l}
{\small#1} \\
{\small#2} \\
{\small#3} \\
{\small#4} \\
{\small#5} \\
{\small#6}
\end{tabular}
}
\end{tabularx}
}
\begin{document}
%-------------------------------------------------- BEGIN HERE --------------------------------------------------
%---------------------------------------------------- HEADER ----------------------------------------------------
\headertype{\linkedin}{\github}{\website}{\phone}{\email}{} % Set the order of items here
\vspace{-10pt} % Set a negative value to push the body up, and the opposite
%-------------------------------------------------- EDUCATION --------------------------------------------------
\def \thesis {\href{https://is.muni.cz/th/bda8v/?lang=en;setlang=en}{New Interface for Cluster Resources Status Monitoring in PCS Project}}
\def \grades {\href{https://is.muni.cz/student/vystavene_znamky?lang=en;studium_osoby=1073312}{grades}}
\section{\faGraduationCap}{Education}
\resumeEntryStart
\resumeEntryTSDL
{Faculty of Informatics - Masaryk University}{2024 -- ongoing}
{Master's Program - Software Engineering}{Brno, Czechia}
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Faculty of Informatics - Masaryk University}{2021 -- 2024}
{Bachelor's in Programming and Application Development}{Brno, Czechia}
\resumeItemListStart
\resumeItem {Thesis: \thesis}
\resumeItem {Finished with grades in top 2\% of all students: \grades}
\resumeItemListEnd
\resumeEntryEnd
%-------------------------------------------------- EXPERIENCE --------------------------------------------------
\def \pcs {\href{https://github.com/ClusterLabs/pcs}{PCS - Pacemaker/Corosync Configuration System}}
\section{\faPieChart}{Experience}
\resumeEntryStart
\resumeEntryTSDL
{Red Hat}{2023 -- Present}
{SW Engineering intern}{Brno, Czechia}
\resumeItemListStart
\resumeItem {Development of open source command line utility for high availability cluster management}
\resumeItem {python3, git. linux}
\resumeItem {Link to upstream repository: \pcs}
\resumeItemListEnd
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Programming tutor}{2020 -- 2021}
{}{Slovakia}
\resumeItemListStart
\resumeItem {Taught basics of python programming with Micro:bit to highschool students}
\resumeItemListEnd
\resumeEntryEnd
%-------------------------------------------------- PROJECTS --------------------------------------------------
\def \clihoot {\href{https://github.com/Pederrr/clihoot}{Link to GitHub repo}}
\def \kaktus {\href{https://github.com/Pederrr/Kaktus}{Link to GitHub repo}}
\section{\faFlask}{Projects}
\resumeEntryStart
\resumeEntryTD
{CLIhoot}{}
\resumeItemListStart
\resumeItem {A command line quiz app for activating students in the classroom}
\resumeItem {Created as a school project}
\resumeItem {Written in Rust}
\resumeItem {\clihoot}
\resumeItemListEnd
\resumeEntryTD
{Kaktus}{}
\resumeItemListStart
\resumeItem {A simple discord bot that scrapes the pages of a Czech mobile network provider and sends a notification when you can get double credit for topping up}
\resumeItem {Written in Rust}
\resumeItem {\kaktus}
\resumeItemListEnd
\resumeEntryEnd
%-------------------------------------------------- PROGRAMMING SKILLS --------------------------------------------------
\section{\faGears}{Skills}
\resumeEntryStart
\resumeEntryS{Languages } {Slovak - native, English - B2}
\resumeEntryS{Programming languages } {Python, Rust, Java (Spring Boot), Basics of C and Bash}
\resumeEntryS{Other } {Git, SQL, Active user experience with Unix-like operating systems, Open source development}
\resumeEntryEnd
\end{document}