\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{Professional Experience} \textbf{ICS Advanced Technologies} \hfill \textbf{Remote}\\\emph{Software Engineer} \hfill \emph{August 2018 - Present} ICS is an internet service provider that primarily serves apartment complexes. We provide tenants internet as an amenity and offer higher speeds as a subscription service. \begin{itemize}[noitemsep,nolistsep] \item Completed multi year effort to rewrite legacy PHP app in React/Go \item Worked on a Ruby on Rails application that onboards tenants and lets them manage their internet subscription \item Used Stripe to collect payments and fulfill service with webhooks \item Wrote services in Go that authenticate connected devices and set internet speeds \item Implemented a JWT authentication and authorization system \item Collaborated with other departments to make the user experience as smooth as possible \end{itemize} \textbf{FabPro1} \hfill \textbf{Cedar Rapids, IA}\\\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 that measure shop productivity. \begin{itemize}[noitemsep,nolistsep] \item Worked as a full-stack web developer \item Primarily used JavaScript, JQuery, PHP, and MySQL \item Crafted interactive data visualizations in JavaScript \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. It has CLI and web server components that are both written in Go. \begin{itemize}[noitemsep,nolistsep] \item Command line interface that tracks, pushes, and pulls files \item Web application where users can create, find, share, and retrieve files \item Fully documented and tested \end{itemize} \textbf{cosmostuna.com}\hfill\textbf{github.com/knoebber/cosmostuna.com} Cosmo's Tuna is a simple e-commerce site. It runs on JAMstack and is hosted with AWS. The site is live and receives regular orders. \begin{itemize}[noitemsep,nolistsep] \item Built with a variety of AWS services including S3, CloudFront, Lambda, Route53, API Gateway, SNS, and SES \item Processes orders with Stripe \item Uses a build and deploy system with Bash and Makefile \end{itemize} \section{Preferred Tools} Golang, JavaScript, React, Ruby on Rails, HTML/CSS, SQL, Linux, Docker, Emacs, Vim, JetBrains \\ \section{Education} \textbf{Grinnell College} \hfill \textbf{Grinnell, IA}\\ \textit{Bachelor of Arts in Computer Science} \hfill May 2017 Selected Coursework: Computer Security, Computer Vision, Thinking in C \& Unix \end{document}