You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
resume/tex_resume.tex

83 lines
4.8 KiB

6 years ago
\documentclass[11pt,a4paper,sans,english]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
\usepackage[scale=0.85,top=1cm, a4paper]{geometry}
\usepackage{babel}
\usepackage{tikz}
\usepackage{pgfgantt}
%----------------------------------------------------------------------------------
% personal data
%----------------------------------------------------------------------------------
\renewcommand*{\namefont}{\fontsize{38}{40}\mdseries\upshape}
\firstname{Mitchell}
4 years ago
\familyname{Hansen}
\address{9907 NE 124th ST}{Kirkland, WA}{USA}
\mobile{509-607-0079}
\email{mitchellhansen0@gmail.com}
\homepage{mitchellhansen.info}
6 years ago
\extrainfo{\homepagesymbol\httplink{github.com/mitchellhansen}}
% \photo[64pt][0.4pt]{picture} % optional, uncomment the line if wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
%
\begin{document}
%----- resume ---------------------------------------------------------
\makecvtitle
\vspace*{-8mm}
\section{Experience}
4 years ago
\cventry{Dec 2018 -- Present}{Embedded Software Developer}{Elektrobit}{Bothell, WA}{}{
At my current and lovely company Elektrobit, I am tasked with supporting our Tresos and Corbos implementations of the Autosar automotive standard. This support takes many forms; Dealing with low level debugging of automotive ECU's, from assembly to the OS architecture. Painstakingly fact checking configurations against CPU spec sheets. Or even sprinkling in a little onsite customer support as an Autosar SME.
6 years ago
}
\cventry{July 2017 -- Dec 2018}{Software Developer (Embedded / Full Stack Web)}{Espial}{Kirkland, WA}{}{
6 years ago
At Espial I initially applied my knowledge of embedded products and C/C++ to hunt for bugs
in a legacy set-top-box C++ codebase. I also aided in maintenance of the test automation
framework for said codebase. I later pivoted to another role in the cloud services team, in which we
6 years ago
performed all the engineering required for maintaining and developing a large IPTV SaaS solution. This
6 years ago
included bug fixes, feature work, automation (test\&build), releases, and if we were unlucky, cm and ops.
}
\cventry{June 2016 -- Sept. 2016}{Full Stack Web Developer, Intern}{Donuts Inc.}{Bellevue, WA}{}{
4 years ago
At Donuts I wrote bad html/css, and bad javascript. I still write bad html/css/js. I also learned that I'd rather move my career more in the direction of embedded development.
6 years ago
}
4 years ago
6 years ago
\section{Skills \& Languages}
\cventry{}{In depth knowledge / Professional experience}{}{}{}{
4 years ago
C, C++, and their compilers \& linkers, Java, Python, Rust, OpenCL, Linux, Git / Perforce / SVN / etc.
AUTOSAR, Automotive compilers, debuggers, toolchains
6 years ago
}
\cventry{}{Enough to be dangerous}{}{}{}{
4 years ago
Vulkan, OpenGL, SQL, Javascript, HTML \& CSS, Android, AWS, Alexa, Bash
6 years ago
}
\cventry{}{Passing knowledge, enough to sound dangerous}{}{}{}{
4 years ago
Flask, SVN, GDB, \LaTeX, Unity3D, Windows \& Mac
6 years ago
}
\vspace*{-2mm}
4 years ago
\section{Education}
\cventry{2012--2017}{B.S. in Computer Science}{Central Washington University}{Ellensburg, WA}{}{} % arguments 3 to 6 can be left empty
\cventry{Birth - Present}{Mega-Nerd}{}{}{}{I'm a lifelong learner and a total nerd. I program as a hobby, love learning new things, and am always up for a challenge.}
6 years ago
\section{Portfolio}
\cventry{}{Volumetric Rendering Engine}{OpenCL, C++, SFML, Voxel Ray Marching, 3D Math}{}{}{
An experimental "From Scratch" volumetric rendering engine utilizing a voxel dataset
organized in a sparse voxel octree, Blinn-Phong lighting, dynamic shadowing, texturing,
and reflections, along with a TCP streaming Android controller. Presented at the CWU
College Of The Sciences fair.
}
4 years ago
\cventry{}{Tracer}{Rust, Vulkan}{}{}{A 2D drawing machine. From pulleys to hardware accelerated image processing.}
6 years ago
\cventry{}{Conways Game of Life}{OpenCL, C++, SFML}{}{}{Completely in-core GPU Conways Game of Life simulator and accompanying RLE decoder.}
4 years ago
\cventry{}{Project Euler}{Python}{}{}{Combinatorics, discrete math, and other logic problems solved using Python.}
6 years ago
\end{document}