summaryrefslogtreecommitdiff
path: root/cv.tex
blob: c83baf525a60b5865683af3f04dd125761f61122 (plain) (blame)
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
\documentclass{mcv}

\author{Mateja Mari\'c}
\email{mail@matejamaric.com}
\homepage{matejamaric.com}
\github{MatejaMaric}

\begin{document}

\makecvtitle

\section{Education}

\cvedu
{2019--Present}
{Bachelor of Applied Science}
{School of Electrical and Computer Engineering of Applied Studies}
{https://viser.edu.rs} 
{Belgrade - Serbia}
{\textit{New Computer Technologies}}

\cvedu
{2015--2019}
{Computer Electrotechnician}
{Electrical Engineering High School ``Nikola Tesla''}
{http://teslabg.edu.rs}
{Belgrade - Serbia}
{} 

\section{Languages}
\cvitem{Serbian}{Native}
\cvitem{English}{Fluent}

\section{Skills}
\cvitem{Advance}{HTML5, CSS3, JavaScript, PHP (Laravel), SQL (MariaDB), Git, GNU/Linux, C/C++}
\cvitem{Intermediate}{Bash Scripting, Python, RegEx, \LaTeX}
\cvitem{Used}{Vue.js, Java, C\#, OpenBSD, x86\_64 ASM, Scheme (Lisp)}

\section{Experience}
%\cvjob{}{}{}{}{}{}

\subsection{Web Development}
\cvproject{Serbian YOTA Website}{\url{https://yota.yu1srs.org.rs}}{
Website I made for Serbian section of international youth amateur radio organization ``Youngsters On The Air'' (\url{https://www.ham-yota.com/}). 
Made primarily to handle frequency reservations and special call signs management, 
but it also has simple news and gallery management.
It's made with the help of Laravel, MariaDB, jQuery and Bootstrap. 
You can take a look at source code on: \url{https://git.matejamaric.com/yota-laravel}
}

\subsection{GNU/Linux Administration}
\cvproject{Mail Server}{}{
I host my very own mail server that serves my domain. It runs OpenSMTPD, Dovecot and Rspamd.
I host it on an unmanaged Virtual Private Server with full root and VNC access, where I configured everything from ground up.
It is the project I am most proud of, given all the technicalities that go into it and time I had to allocate for them.
I plan on switching to Postfix instead of OpenSMTPD and adding MariaDB to manage virtual users and domains, effectively making it enterprise-grade.
}

\cvproject{Git Server}{\url{https://git.matejamaric.com}}{
I have a git server that I use for my public and private repositories. It runs Gitolite and serves public repositories with Cgit, 
git-http-backend and Apache.\\
I also have a blog post about it: \url{https://matejamaric.com/blog/git-server/}
}

\subsection{3D Graphics Programming}
\cvproject{3D Software Render}{\url{https://github.com/MatejaMaric/erender}}{
Barycentric 3D render that I made back when I was interested in computer graphics. 
It's written entirely from scratch in C++ using SFML library for screen buffer, making it cross-platform.
It implements OBJ loader, Z-buffering, translation, transformation, rotation and projection matrix.
}

\end{document}