diff options
Diffstat (limited to 'urbanprah_cv.tex')
| -rw-r--r--[-rwxr-xr-x] | urbanprah_cv.tex | 216 |
1 files changed, 121 insertions, 95 deletions
diff --git a/urbanprah_cv.tex b/urbanprah_cv.tex index 48f09d6..f90d0e2 100755..100644 --- a/urbanprah_cv.tex +++ b/urbanprah_cv.tex @@ -10,31 +10,30 @@ % TITLE AND CONTACT %------------------- \begin{minipage}[t]{0.45\textwidth} % 45% of the page width for name - \vspace{-\baselineskip} + \vspace{-\baselineskip} % Name - \colorbox{black}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Urban}}}}} - - \colorbox{black}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Prah}}}}} - \vspace{6pt} + \colorbox{black}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Urban}}}}} + \colorbox{black}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Prah}}}}} + \vspace{6pt} % Title - {\huge Software Developer at \\ {\href{https://www.intechcore.com/}{Intechcore GmbH}} } + {\huge Software Developer at \\ {\href{https://www.intechcore.com/}{Intechcore GmbH}} } \end{minipage} \begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the first row of icons - \vspace{-\baselineskip} + \vspace{-\baselineskip} \icon{MapMarker}{12}{PoljĨane}\\ \icon{GraduationCap}{12}{\href{https://feri.um.si/en/}{FERI}}\\ \icon{Phone}{12}{\href{tel:+38640521816}{+386 40 521 816}}\\ - \icon{Envelope}{12}{\href{mailto:urban.prah@student.um.si}{urban.prah@student.um.si}}\\ + \icon{Envelope}{12}{\href{mailto:urban.prah@student.um.si}{urban.prah@student.um.si}}\\ \end{minipage} \begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the second row of icons - \vspace{-\baselineskip} - \icon{Globe}{12}{\href{https://urbanprah.xyz}{urbanprah.xyz}}\\ - \icon{Git}{12}{\href{https://git.urbanprah.xyz}{git.urbanprah.xyz}}\\ - %\icon{Linkedin}{12}{@UrbanPrah}\\ - %\icon{Github}{12}{\href{https://github.com/urbanprah}{github.com/urbanprah}}\\ - %\icon{Rss}{12}{\href{https://blog.urbanprah.xyz}{blog.urbanprah.xyz}}\\ + \vspace{-\baselineskip} + \icon{Globe}{12}{\href{https://urbanprah.xyz}{urbanprah.xyz}}\\ + \icon{Git}{12}{\href{https://git.urbanprah.xyz}{git.urbanprah.xyz}}\\ + %\icon{Linkedin}{12}{@UrbanPrah}\\ + %\icon{Github}{12}{\href{https://github.com/urbanprah}{github.com/urbanprah}}\\ + %\icon{Rss}{12}{\href{https://blog.urbanprah.xyz}{blog.urbanprah.xyz}}\\ \end{minipage} \vspace{0.5cm} @@ -43,28 +42,28 @@ \cvsect{About me} \begin{minipage}[t]{0.4\textwidth} % 40% of the page width for the introduction text - \vspace{-\baselineskip} - I am a 21 year old computer science student at University of Maribor. - My best and worst trait is my perfectionism. - It makes me precise and methodical but gives me a hard time ignoring incomplete work and moving on. - \\I would also consider myself a minimalist at different aspects of my life including programming. - Efficiency, simplicity, modularity and optimized work flow are my friends. - \\When I get myself comfortable with the work I do, I often gravitate towards taking a lead role. - \\ + \vspace{-\baselineskip} + I am a 21 year old computer science student at University of Maribor. My + best and worst trait is my perfectionism. It makes me precise and + methodical but gives me a hard time ignoring incomplete work and moving on. + I would also consider myself a minimalist at different aspects of my life + including programming. Efficiency, simplicity, modularity and optimized + work flow are my friends. When I get myself comfortable with the work I + do, I often gravitate towards taking a lead role. \end{minipage} \hfill \begin{minipage}[t]{0.5\textwidth} % 50% of the page for the skills bar chart - \vspace{-\baselineskip} - \begin{barchart}{5.5} - \baritem{POSIX Shell}{80} + \vspace{-\baselineskip} + \begin{barchart}{5.5} + \baritem{POSIX Shell}{80} \baritem{C}{65} \baritem{Java}{60} \baritem{C++/C\#}{40} \baritem{Vim}{80} \baritem{Linux}{100} \baritem{Python}{40} - \baritem{Git}{70} - \end{barchart} + \baritem{Git}{70} + \end{barchart} \end{minipage} % EXPERIENCE @@ -72,46 +71,69 @@ \cvsect{Experience} \begin{entrylist} - \entry - {2015\\\footnotesize{part time}} - {Documentation maintainer} - {\href{https://www.avl.com/}{AVL List GmbH}} - {My first work experience. I wrote and updated documentation for the company's GUI software AVL Boost and AVL Fire. - I learned to work within a team.\\ - \texttt{MS Word}\slashsep\texttt{English}} - \entry - {2017 -- 2018} - {Tester} - {\href{https://www.avl.com/}{AVL List GmbH}} - {I automated unit tests by writing scripts using \href{https://www.eggplantsoftware.com/}{\underline{Eggplant}}, which is an OCR-based tool with its own scripting language. - Work highlights consist of a test runner meta script, logging system, model creator helper, automated result reporting in csv format\slash log parser. - I got familiar with real world applications of version control systems, testing work flow, weekly progress reports, Skype meetings, software prototyping, etc. \\ - \texttt{Eggplant}\slashsep\texttt{Git}\slashsep\texttt{Jira}\slashsep\texttt{Confluence}} - \entry - {2018 -- 2019} - {Python developer} - {\href{https://www.avl.com/}{AVL List GmbH}} - {I continued to work on unit tests, this time using python. - My main purpose was to design and write a generic tool that would read a given project file, would then recreate the project and compare the original with the generated one in a xlsx report document. - The work consisted of preparing a prototype presentation, creating models (classes) that represented different parts of the project file and the software, using built-in manipulator functions to simulate a user creating a project, error handling, result analysis.\\ - \texttt{Python}\slashsep\texttt{Object-Oriented}\slashsep\texttt{Git}\slashsep\texttt{Jira}\slashsep\texttt{Confluence}} - \entry - {2019\\\footnotesize{competition}} - {\href{https://tekmovanja.acm.si/?q=upm}{</upm}} - {\href{https://tekmovanja.acm.si/}{ACM}} - {With a team of two other schoolmates we finished 21st in the national programming marathon competition. - \href{https://tekmovanja.acm.si/?q=rezultati-2019}{\underline{Link}.}\\ - \texttt{C++}} - \entry - {17. 9. -- 15. 10. 2019\\\footnotesize{competition}} - {Blockchain summer school winner} - {\href{https://feri.um.si/}{FERI, University of Maribor}} - {Before starting my second year at college I attended a summer school centered around decentralized solutions using blockchain technologies. - The lectures ended with a competition part where me and two other colleges developed a practical solution to a problem provided by competition sponsors. - The problem was implementing blockchain into a hypothetical \href{https://en.wikipedia.org/wiki/Massive_open_online_course}{\underline{MOOC}} service. - We developed a multi platform mobile app that used blockchain tokens to provide an incentive in form of rewards for users to use the company's online services. - \href{https://feri.um.si/novice/znani-zmagovalci-tretje-feri-jesenske-sole-razvoja-blockchain-aplikacij-in-decentraliziranih-resitev/}{\underline{Link}}.\\ - \texttt{Blockchain}\slashsep\texttt{MySql}\slashsep\texttt{NodeJS}\slashsep\texttt{REST}\slashsep\texttt{React Native}\slashsep\texttt{Git}} + \entry + {2015\\\footnotesize{part time}} + {Documentation maintainer} + {\href{https://www.avl.com/}{AVL List GmbH}} {My first work experience. I + wrote and updated documentation for the company's GUI software AVL + Boost and AVL Fire. I learned to work within a team. \\ + \texttt{MS Word}\slashsep\texttt{English}} + + \entry + {2017 -- 2018} + {Tester} + {\href{https://www.avl.com/}{AVL List GmbH}} + {I automated unit tests by writing scripts using + \href{https://www.eggplantsoftware.com/}{\underline{Eggplant}}, which + is an OCR-based tool with its own scripting language. Work highlights + consist of a test runner meta script, logging system, model creator + helper, automated result reporting in csv format\slash log parser. I + got familiar with real world applications of version control systems, + testing work flow, weekly progress reports, Skype meetings, software + prototyping, etc. \\ + \texttt{Eggplant}\slashsep\texttt{Git}\slashsep\texttt{Jira}\slashsep\texttt{Confluence}} + + \entry + {2018 -- 2019} + {Python developer} + {\href{https://www.avl.com/}{AVL List GmbH}} + {I continued to work on unit tests, this time using python. My main purpose + was to design and write a generic tool that would read a given project + file, would then recreate the project and compare the original with the + generated one in a xlsx report document. The work consisted of + preparing a prototype presentation, creating models (classes) that + represented different parts of the project file and the software, using + built-in manipulator functions to simulate a user creating a project, + error handling, result analysis. \\ + \texttt{Python}\slashsep\texttt{Object-Oriented}\slashsep\texttt{Git}\slashsep\texttt{Jira}\slashsep\texttt{Confluence}} + + \entry + {2019\\\footnotesize{competition}} + {\href{https://tekmovanja.acm.si/?q=upm}{</upm}} + {\href{https://tekmovanja.acm.si/}{ACM}} + {With a team of two other schoolmates we finished 21st in the national + programming marathon competition. + \href{https://tekmovanja.acm.si/?q=rezultati-2019}{\underline{Link}.} \\ + \texttt{C++}} + + \entry + {17. 9. -- 15. 10. 2019 \\ \footnotesize{competition}} + {Blockchain summer school winner} + {\href{https://feri.um.si/}{FERI, University of Maribor}} + {Before starting my second year at college I attended a summer school + centered around decentralized solutions using blockchain technologies. + The lectures ended with a competition part where me and two other + colleges developed a practical solution to a problem provided by + competition sponsors. The problem was implementing blockchain into a + hypothetical + \href{https://en.wikipedia.org/wiki/Massive_open_online_course}{\underline{MOOC}} + service. We developed a multi platform mobile app that used blockchain + tokens to provide an incentive in form of rewards for users to use the + company's online services. + \href{https://feri.um.si/novice/znani-zmagovalci-tretje-feri-jesenske-sole-razvoja-blockchain-aplikacij-in-decentraliziranih-resitev/}{\underline{Link}}. + \\ + \texttt{Blockchain}\slashsep\texttt{MySql}\slashsep\texttt{NodeJS}\slashsep\texttt{REST}\slashsep\texttt{React + Native}\slashsep\texttt{Git}} \end{entrylist} @@ -133,52 +155,56 @@ \cvsect{Education} \begin{entrylist} - \entry - {2014 -- 2018} - {Grammar school diploma} - {\href{https://www.druga.si/}{II. gimnazija Maribor}} - {After primary school I spent 4 years at II. gimnazija Maribor. - I built a computer from parts and played around with hackintoshes. - I was a member of many societies which made me learn how to manage my time.} - \entry - {2018 -- Present} - {Undergraduate student} - {\href{https://feri.um.si/}{FERI, University of Maribor}} - {My interest in computers had led me to continue my academic journey at Faculty of Electrical Engineering and Computer Science at University of Maribor. - I chose a study program called Computer Science and Information Technologies which is centered around software engineering and programming. - This is where I study currently - in pursuit of a Bachelor's degree.} + \entry + {2014 -- 2018} + {Grammar school diploma} + {\href{https://www.druga.si/}{II. gimnazija Maribor}} {After primary school + I spent 4 years at II. gimnazija Maribor. I built a computer from parts and + played around with hackintoshes. I was a member of many societies which made me + learn how to manage my time.} + \entry + {2018 -- Present} + {Undergraduate student} + {\href{https://feri.um.si/}{FERI, University of Maribor}} {My interest in + computers had led me to continue my academic journey at Faculty of + Electrical Engineering and Computer Science at University of Maribor. I + chose a study program called Computer Science and Information + Technologies which is centered around software engineering and programming. + This is where I study currently - in pursuit of a Bachelor's degree.} \end{entrylist} % ADDITIONAL INFORMATION %------------------------ \begin{minipage}[t]{0.32\textwidth} - \vspace{-\baselineskip} + \vspace{-\baselineskip} - \cvsect{Other skills} + \cvsect{Other skills} - Apart from my programming skills I also have intermediate knowledge of Adobe's Photoshop, Premiere Pro, Lightroom and photography. - I can touch type and am an avid vim user. - I have some experience with reverse-engineering, beginner CTF challenges. + Apart from my programming skills I also have intermediate knowledge of + Adobe's Photoshop, Premiere Pro, Lightroom and photography. I can touch + type and am an avid vim user. I have some experience with + reverse-engineering, beginner CTF challenges. \end{minipage} \hfill \begin{minipage}[t]{0.32\textwidth} - \vspace{-\baselineskip} + \vspace{-\baselineskip} - \cvsect{Hobbies} + \cvsect{Hobbies} - In my free time I like to tinker with my Linux machine and manage my server. - I also love climbing, photography, open source software, philosophy and DIY projects. - In case of an emergency I also help with the local firefighter team. + In my free time I like to tinker with my Linux machine and manage my + server. I also love climbing, photography, open source software, philosophy + and DIY projects. In case of an emergency I also help with the local + firefighter team. \end{minipage} \hfill \begin{minipage}[t]{0.20\textwidth} - \vspace{-\baselineskip} - \cvsect{Languages} + \vspace{-\baselineskip} + \cvsect{Languages} - \textbf{Slovenian} - native\\ - \textbf{English} - fluent + \textbf{Slovenian} - native \\ + \textbf{English} - fluent \end{minipage} \end{document} |
