\documentclass[10pt]{article} \usepackage[margin=.7in]{geometry} \usepackage{fontspec} %for loading fonts \usepackage{enumitem} %for space between bullets \usepackage{titlesec} %custom \section \usepackage{parskip} %disables paragraph indentation \pagenumbering{gobble} \setmainfont[ SmallCapsFont = Fontin-SmallCaps.otf, BoldFont = Fontin-Bold.otf, ItalicFont = Fontin-Italic.otf ] {Fontin.otf} \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] \titlespacing{\section}{0pt}{3pt}{3pt} \begin{document} \par{\centering {\Huge Nicolas Knoebber }\bigskip\par} \begin{center} 641-260-1703 $\bullet$ knoebber@gmail.com\\nicolasknoebber.com $\bullet$ linkedin.com/in/nknoebber $\bullet$ github.com/knoebber \end{center} \section{Education} \textbf{Grinnell College} \hfill \textbf{Grinnell, IA}\\ \textit{Bachelor of Arts in Computer Science} \hfill May 2017 \begin{itemize}[noitemsep,nolistsep] \item Selected Coursework: Computer Security, Computer Vision, Thinking in C \& Unix \end{itemize} \section{Professional Experience} \textbf{ICS Advance Technologies} \hfill \textbf{Remote from Mendocino, CA}\\\emph{Software Engineer} \hfill \emph{August 2018 - Present} ICS is an internet service provider. We primarily serve apartment complexes. Tenants are provided internet as an amenity service with an option to purchase upgrades for higher speeds. \begin{itemize}[noitemsep,nolistsep] \item Work on a customer facing Ruby on Rails application that onboards new tenants and lets them manage their internet subscription \item Built a React application from the ground up \item Engineered micro-services in Golang that manage databases, authenticate JWTs, make API calls to networking equipment, and serve data to front ends \item Integrated with Stripe to collect payments and fulfill service with webhooks \item Meet frequently with stake holders to ensure a high quality of service \end{itemize} \textbf{FabPro1} \hfill \textbf{Cedar Rapids}\\\emph{PHP Web Developer} \hfill \emph{April 2017 - May 2018} FabPro1 is a startup that offers a SaaS for the prefabrication industry. I designed a system that lets users generate, save and view custom reports. \begin{itemize}[noitemsep,nolistsep] \item Fullstack web development with JavaScript, PHP, and MySQL \item Created interactive data visualizations in JavaScript \item Build MySQL schema and optimized queries \end{itemize} \section{Personal Projects} \textbf{Dotfile}\hfill\textbf{https://github.com/knoebber/dotfile} Dotfile is a simple version control system for single files. I built it to make sharing configuration feels between systems easier. \begin{itemize}[noitemsep,nolistsep] \item https://dotfilehub.com \item Command line interface that makes sharing and managing files simple \item Web interface that lets users sign up and manage files remotely \item Written entirely in Golang \end{itemize} \textbf{Cosmo's Tuna}\hfill\textbf{https://github.com/knoebber/comptche-shop} \begin{itemize}[noitemsep,nolistsep] \item https://cosmostuna.com \item Statically hosted with AWS services including S3, Route53, CloudFront, SES, API Gateway, and Lambda \item Built custom site generator with PHP, Bash and Makefile \item Handle payments with Stripe \end{itemize} \section{Preferred Tools} Golang, JavaScript, React, Ruby on Rails, CSS, SQL, Linux, Docker, Emacs, Vim, JetBrains \\ \end{document} \end{document}