This commit is contained in:
Ben Harris 2019-01-25 09:27:38 -05:00
commit ca73129695
5 changed files with 211 additions and 0 deletions

22
LICENSE Normal file
View File

@ -0,0 +1,22 @@
The MIT License (MIT)
Copyright (c) 2015 Sourabh Bajaj
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

11
README.md Normal file
View File

@ -0,0 +1,11 @@
A single page one column resume for software developers. It uses the base latex templates and fonts to provide ease of use and installation when trying to update the resume. The different sections are clearly documented and custom commands are used to provide consistent formatting. The three main sections in the resume are education, experience and projects.
### Motivation
I created this as managing a resume on Google Docs was hard and changing any formatting was too difficult as had to be applied in multiple places. Most currently available templates either focus on two columns or are multiple pages. I personally found the two columns ones hard to focus while multi page resumes were just two long to be used in career fairs.
### Preview
![Resume Screenshot](/resume_preview.png)
### License
Format is MIT but all the data is owned by Sourabh Bajaj.

BIN
resume.pdf Normal file

Binary file not shown.

178
resume.tex Normal file
View File

@ -0,0 +1,178 @@
%-------------------------
% Resume in Latex
% Author : Sourabh Bajaj
% License : MIT
%------------------------
\documentclass[letterpaper,12pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[pdftex]{hyperref}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.375in}
\addtolength{\evensidemargin}{-0.375in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{: #2 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{https://benharr.is/}{\Large Benjamin Harris}} & Email : \href{mailto:mail@benharr.is}{mail@benharr.is}\\
Software Developer & Mobile : +1 (906) 451-4503 \\
\end{tabular*}
%-----------EDUCATION-----------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Northern Michigan University}{Marquette, MI}
{Bachelor of Arts: Computer Science/Econ. double major, Math minor; 3.85 GPA}{Aug. 2013 -- May. 2017}
\resumeSubheading
{Zurich University of Applied Sciences (ZHAW)}{Winterthur, Switzerland}
{Study abroad semester: Continued Computer Science courses in German}{Feb. 2015 -- July. 2015}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Hagerty Insurance Agency}{Traverse City, MI}
{Developer, IT Apps Development}{November 2017 - Present}
\resumeItemListStart
\resumeItem{Desktop applications}
{Maintain and develop new features for existing desktop applications}
\resumeItem{Insurance Rating}
{Work with existing rating engine to deliver new functionality}
\resumeItemListEnd
\resumeSubheading
{Hagerty Insurance Agency}{Traverse City, MI}
{Test Engineer, IT Apps Development}{June 2017 - November 2017}
\resumeItemListStart
\resumeItem{Quality Assurance}
{Create and execute test scripts and cases to determine system status}
\resumeItem{Test Automation}
{Work with fellow test engineers on an effort to automate end-to-end testing of all systems}
\resumeItemListEnd
\resumeSubheading
{Northern Michigan University}{Marquette, MI}
{Student Programmer, Business Intelligence and Information Services}{May 2014 - May 2017}
\resumeItemListStart
\resumeItem{PHP Web Applications}
{Worked under Enterprise Software Developer to create web applications for staff and student use to manage campus records}
\resumeItem{Front-end JavaScript with jQuery}
{Application front-ends built with BootStrap and jQuery}
\resumeItem{Gained}{Gathered skills and experience in self-direction and full-stack web development}
\resumeItemListEnd
\resumeSubheading
{Iron Fish Distillery}{Thompsonville, MI}
{App Developer/Webmaster}{June 2016 - June 2018}
\resumeItemListStart
\resumeItem{Custom Applications}
{Build applications to manage membership, inventory, and integrate with point-of-sale systems}
\resumeItem{Site Maintenance}
{Maintain, update, and customize the public-facing WordPress site}
\resumeItemListEnd
\resumeSubHeadingListEnd
%
%--------SKILLS------------
\section{Skills}
\resumeSubHeadingListStart
\resumeSubItem{Spoken Languages}
{English, Spanish, German}
\resumeSubItem{Programming Languages}
{PHP, JavaScript, Java, SQL, Ruby, C\# and .NET}
\resumeSubItem{Unix/Linux}
{Strong administration skills with Debian and derivatives}
\resumeSubItem{Other}
{Source Control and Build Configuration Tools: Git, Make}
\resumeSubHeadingListEnd
%-----------PROJECTS-----------------
\section{Awards}
\resumeSubHeadingListStart
\resumeSubItem{Harden Presidential Scholarship}
{Full-ride scholarship, including room and board - Northern Michigan University}
\resumeSubItem{Code Michigan (2014)}
{Statewide competition: awarded third place for snowplow tracker mobile application}
\resumeSubItem{Association for Computing Machinery}
{Chair of campus ACM chapter, annual participant in International Collegiate Programming Competitions}
\resumeSubItem{Michael D. Nunnally Student Volunteer Award (2016)}
{Recognition of outstanding student volunteer who has made an impact on the community through service - Northern Michigan University}
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}

BIN
resume_preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB