\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. We provide tenants internet as an amenity service with an option to subscribe to higher speeds. I build the backend that manages internet speeds and interfaces with network equipment to authenticate user devices. \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 Engineer micro-services in Golang that manage databases, authenticate JWTs, make API calls to networking equipment, and serve data to front ends \item Designed and built a React application from the ground up \item Integrate with Stripe to collect payments and fulfill service with webhooks \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 and save interactive charts. \begin{itemize}[noitemsep,nolistsep] \item Fullstack web development with JavaScript, PHP, and MySQL \item Created interactive data visualizations in JavaScript with echarts \item Built MySQL schemas and optimized complex queries \end{itemize} \section{Personal Projects} \textbf{dotfilehub.com}\hfill\textbf{github.com/knoebber/dotfile} Dotfile is a version control system for single files. My goal is to make sharing configuration files between systems simple and user friendly. \begin{itemize}[noitemsep,nolistsep] \item Created full featured command line interface \item Designed web application with go templates that lets users find, share, and retrieve files \item Made use of a variety of the Golang standard library \end{itemize} \textbf{cosmostuna.com}\hfill\textbf{github.com/knoebber/comptche-shop} Cosmo's Tuna is a simple e-commerce site I designed. It runs on vanilla JavaScript/HTML and is served with AWS. \begin{itemize}[noitemsep,nolistsep] \item Hosted with S3, CloudFront, and Route53 \item Process orders with API Gateway, Golang lambda handlers, and Stripe \item Write build and deploy scripts with Bash and Makefile \end{itemize} \section{Preferred Tools} Golang, JavaScript, React, Ruby on Rails, HTML/CSS, SQL, Linux, Docker, Emacs, Vim, JetBrains \\ \end{document}