sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit e5bb981b2714ad5ad397fc978deb361bf0a79ef6
parent 5e2fa97fc23fb4d91860aeb2d483b7a4393effa3
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 27 Nov 2017 15:25:10 +0100

add cv.pdf.tex

Diffstat:
Acv.pdf.tex | 150+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 150 insertions(+), 0 deletions(-)

diff --git a/cv.pdf.tex b/cv.pdf.tex @@ -0,0 +1,150 @@ +\documentclass[a4paper]{article} +\usepackage{array, xcolor, lmodern, fullpage} +\usepackage[utf8]{inputenc} +\usepackage[margin=2cm]{geometry} + +\title{\bfseries Ivan Jelinčić} +\author{parazyd@dyne.org} +\date{} + +\definecolor{lightgray}{gray}{0.8} +\newcolumntype{L}{>{\raggedleft}p{0.14\textwidth}} +\newcolumntype{R}{p{0.8\textwidth}} +\newcommand\VRule{\color{lightgray}\vrule width 0.5pt} + + +\begin{document} +\maketitle +\vspace{5pt} +\begin{minipage}[ht]{0.48\textwidth} +Software and Systems Engineer +\end{minipage} +\begin{minipage}[ht]{0.48\textwidth} +Strančica 4\\ +21410 Postira\\ +Croatia +\end{minipage} +\vspace{5pt} + + +\section*{Professional Experience} +\begin{tabular}{L!{\VRule}R} +since 2015&{\bf Dyne.org free software foundry}\\ +&Software Engineer\\[3pt] +&Development, support, and maintenance of free and open source software, along +with GNU/Linux distributions, infrastructure maintenance, and decision +making.\\ +&Programmed an automated build system for building the Devuan GNU/Linux +distribution used to create bootable ISO images, virtual machines, and allow +installation on embedded ARM boards.\\ +&Designed, deployed and maintaining a Ganeti cluster where core infrastructure +is held.\\ +&Programmed various software interfaces and tools related, but not limited to: +Blockchain, Internet of Things, Continuous Integration, etc. +\\[5pt] + +2017&{\bf Prix de Rome - Kunsthal Rotterdam}\\ +&VoIP telephone system design for an art installation.\\[3pt] +&Designed and implemented a VoIP system which receives external audio, makes +calls triggered with MIDI, and sends back the audio from the phone translated to +MIDI which is played back on a piano.\\[5pt] +\end{tabular} + + +\section*{Volunteer Experience} +\begin{tabular}{L!{\VRule}R} +since 2017&{\bf Maemo Leste}\\ +&Reverse engineered parts of Nokia's Maemo mobile phone operating system. +Maintaining APT repositories, core CI infrastructure, package and image builds.\\ +&Implemented software designed to merge different APT repositories into one, which +today is used by various other APT-based distributions.\\[5pt] + +since 2016&{\bf heads GNU/Linux distribution}\\ +&Founder and lead developer of a privacy and security-focused GNU/Linux +distribution which uses 100\% Free and Open Source software, utilizes the Tor +network to access the Internet, and implements Grsecurity kernel patches.\\[5pt] + +since 2016&{\bf Devuan GNU+Linux distribution}\\ +&Developed a build system for the distribution that can be continuously +integrated in a process needed to produce builds of the operating system.\\ +&Part of the lead developer team, where decision making and performing well +under stress is of utmost importance for a distribution used in production +globally.\\ +&Testing, deploying, and developing flashable images of Devuan for embedded ARM +platforms, including their automated build system.\\[5pt] + +since 2016&{\bf Grsecurity}\\ +&Testing, reporting and fixing bugs of beta patches for x86 and ARM in the +security-focused patchset designed for the Linux kernel.\\[5pt] + +since 2016&{\bf Pokret Otoka / Klub Mladih Split}\\ +&Designed, implemented, and maintained complete server infrastructure, including +web servers, email, cloud storage, and backups.\\[5pt] +\end{tabular} + + +\section*{Technologies} +\begin{tabular}{L!{\VRule}R} +Programming Languages\\[2pt]&C, Go, Python, Perl, rc, awk, POSIX Shell, ZSH\\[5pt] + +Protocols&FTP, HTTP, IPv4 and IPv6, TCP and UDP, SSH, POP3, SMTP, SOCKS, XMPP +(Jabber), IRC, DHT, Bitcoin, Tor, BitTorrent, SIP\\[5pt] + +File Formats&CSS, HTML, JSON, LaTeX, UTF-8, XML, YAML, Markdown, RST\\[5pt] + +Storage&MySQL, PostgreSQL, SQLite, NoSQL, Redis (key/value storage)\\[5pt] + +Other&Regular Expressions, musl-libc, Sphinx, Doxygen, Makefile\\[5pt] + +Version Control&Git, Mercurial (hg)\\[5pt] +\end{tabular} + +\subsection*{Operating Systems and Interfaces} +\begin{tabular}{L!{\VRule}R} +GNU/Linux +&Devuan\\ +&Debian\\ +&Gentoo\\ +&Alpine\\ +&OpenWRT/LEDE\\[5pt] + +Other +&OpenBSD\\ +&TempleOS\\ +&9front\\ +&Plan 9\\[5pt] +\end{tabular} + + +\section*{Languages} +\begin{tabular}{L!{\VRule}R} +Croatian&Mother tongue\\ +Serbian&Fluent\\ +English&Fluent\\ +Dutch&Fair\\ +\end{tabular} + + +\section*{Education} +\begin{tabular}{L!{\VRule}R} +2015&Two semesters in Computer Science, Faculty of Natural Sciences and +Mathematics Split, Croatia.\\[5pt] +2010--2014&Stonemason Technician, Klesarska Škola Pučišća, Croatia.\\[5pt] +2006--2010&Music School Josip Hatze, Croatia.\\ +\end{tabular} + + +\section*{Publications and Talks} +\begin{tabular}{L!{\VRule}R} +2017&Ivan Jelinčić. \em{Utilizing the Tor network to map your DECODE nodes}\\[5pt] +2017&Ivan Jelinčić. \em{heads, The libre privacy distro}\\[5pt] +2017&Ivan Jelinčić. \em{Inside heads, the heads developer's manual}\\[5pt] +2017&Denis Roio, Vincenzo Nicosia, Ivan Jelinčić. \em{DECODE OS Software +Development Kit (SDK)}\\[5pt] +2016&Ivan Jelinčić. \em{Mainlining the boot process and device trees of ARM +boards}\\[5pt] +2016&Hellekin O. Wolf, Ivan Jelinčić. \em{Dowse, the privacy hub for the +Internet of Things} +\end{tabular} + +\end{document}