Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
bf485e20ce | |||
296b385100 | |||
7c0fbe85b3 |
11 changed files with 0 additions and 235 deletions
|
@ -1,61 +0,0 @@
|
|||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{TLCresume}[11/19/21 resume package]
|
||||
% Author: Timmy Chan
|
||||
|
||||
% Assuming using "article" document class and letter sized paper.
|
||||
% FONT STUFF
|
||||
|
||||
\RequirePackage[T1]{fontenc} % Font encoding https://texfaq.org/FAQ-why-inp-font
|
||||
%\RequirePackage[default,semibold]{sourcesanspro}
|
||||
\RequirePackage[10pt]{moresize}
|
||||
\usepackage{anyfontsize}
|
||||
\RequirePackage{csquotes}
|
||||
|
||||
% MARGINS AND SPACING
|
||||
\RequirePackage[margin=.5in, top=.5in]{geometry} % Set Margins
|
||||
\raggedright % left align no indent
|
||||
\raggedbottom % top align no indent
|
||||
|
||||
% COLOR
|
||||
\RequirePackage{xcolor}
|
||||
\definecolor{highlight}{RGB}{61, 90, 128} % CHANGE THIS TO YOUR FAV COLOR https://g.co/kgs/aoqdi7
|
||||
|
||||
% LINKS
|
||||
\RequirePackage{hyperref}
|
||||
\hypersetup{colorlinks=true,urlcolor=highlight}
|
||||
|
||||
% BULLET POINTS
|
||||
\RequirePackage[inline]{enumitem}
|
||||
\setlength{\tabcolsep}{0in}
|
||||
|
||||
% SECTION FORMATTING
|
||||
\RequirePackage[nostruts]{titlesec}
|
||||
\titlespacing*{\section}{0em}{0.5em}{0em}
|
||||
\titleformat{\section}{\color{highlight} \scshape \raggedright \large}{}{0em}{}[\vspace{-0.75em}\hrulefill]
|
||||
% SUBSECTION FORMATTING
|
||||
\titlespacing*{\subsection}{0em}{0em}{0em}
|
||||
\titleformat{\subsection}{\bfseries}{}{0em}{}[]
|
||||
|
||||
% BOLD COMMAND
|
||||
\newcommand{\skills}[1]{ {\bfseries #1}}
|
||||
|
||||
|
||||
|
||||
% SUBTEXT
|
||||
\newcommand{\subtext}[1]{\textit{#1}\par\vspace{-.75em}}
|
||||
|
||||
% tighter spacing than itemize
|
||||
\setlist[itemize]{align=parleft,left=0pt..1em}
|
||||
\newenvironment{zitemize}{
|
||||
\begin{itemize} \itemsep 0pt \parskip 0pt \parsep 1pt}
|
||||
{\end{itemize}\vspace{-.5em}}
|
||||
|
||||
% NO PAGE NUMBER
|
||||
\pagenumbering{gobble}
|
||||
|
||||
% SUBFILES IMPORTING
|
||||
\RequirePackage{standalone}
|
||||
|
||||
% FOR TEMPLATE FILLER
|
||||
\RequirePackage[english]{babel}
|
||||
\RequirePackage{blindtext}% Filler Text
|
24
_header.tex
24
_header.tex
|
@ -1,24 +0,0 @@
|
|||
%====================
|
||||
% Header: Contact
|
||||
%====================
|
||||
|
||||
\RequirePackage{fancyhdr}
|
||||
\fancypagestyle{fancy}{%
|
||||
\fancyhf{}
|
||||
\lhead{\phone \\ % PHONE
|
||||
\city \\ % city
|
||||
\href{mailto:\email}{\email}} % EMAIL}
|
||||
\chead{%
|
||||
\centering {\HUGE \skills \name} \\ \vspace{1em}%
|
||||
{\color{highlight} \Large{\role}}}%
|
||||
\rhead{\href{https://github.com/\github}{GitHub: \github} \\% Portfolio
|
||||
\href{https://www.linkedin.com/in/\LinkedIn}{LinkedIn: \LinkedIn}} % LinkedIn
|
||||
\renewcommand{\headrulewidth}{1pt}% 2pt header rule
|
||||
\renewcommand{\headrule}{\hbox to\headwidth{%
|
||||
\color{highlight}\leaders\hrule height \headrulewidth\hfill}}
|
||||
}
|
||||
\pagestyle{fancy}
|
||||
|
||||
\setlength{\headheight}{90pt}
|
||||
\setlength{\headsep}{5pt}
|
||||
|
BIN
embeddedResume.pdf
Normal file
BIN
embeddedResume.pdf
Normal file
Binary file not shown.
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
45
resume.tex
45
resume.tex
|
@ -1,45 +0,0 @@
|
|||
\documentclass[letter,10pt]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
%====================
|
||||
% File: resume.tex
|
||||
% Editor: https://github.com/TimmyChan
|
||||
% https://www.linkedin.com/in/timmy-l-chan/
|
||||
% Last Updated: Jan 7th, 2022
|
||||
% Notes: All formatting is done in TLCresume.sty
|
||||
% No need to touch that file.
|
||||
% All actual content is in the sections/ folder.
|
||||
%====================
|
||||
|
||||
\usepackage{TLCresume}
|
||||
|
||||
%====================
|
||||
% CONTACT INFORMATION
|
||||
%====================
|
||||
\def\name{Blizzard Finnegan} % Name Here
|
||||
\def\phone{+1(585)351-9435}
|
||||
\def\city{Scottsville, New York}
|
||||
\def\email{BlizzardFinnegan@gmail.com}
|
||||
\def\LinkedIn{BlizzardFinnegan} % linkedin.com/in/______
|
||||
\def\github{BlizzardFinnegan} % github username
|
||||
\def\role{} % JOB TITLE
|
||||
|
||||
\input{_header}
|
||||
\begin{document}
|
||||
\input{sections/objective}
|
||||
|
||||
\section{Skills}
|
||||
\input{sections/skills}
|
||||
|
||||
\section{Projects}
|
||||
\input{sections/experience}
|
||||
|
||||
\section{Education}
|
||||
\input{sections/education}
|
||||
|
||||
\section{Work Experience}
|
||||
\input{sections/activities}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
\subsection{{Research and Delopment Intern \hfill Jan. 2023 --- Aug. 2023}}
|
||||
\subtext{Baxter International \hfill Auburn, NY}
|
||||
\begin{zitemize}
|
||||
\item Overhauled multiple automated test fixtures' software for ease of use
|
||||
\item Provided general assistance with the use of embedded Linux systems
|
||||
\item Began the process of porting proprietary communication protocol to Linux
|
||||
\end{zitemize}
|
||||
|
||||
\subsection{{Assistant Systems Administrator \hfill June 2022 --- Dec. 2022}}
|
||||
\subtext{RIT, Information \& Technology Services \hfill Henrietta, NY}
|
||||
\begin{zitemize}
|
||||
\item Maintained and repaired a wide range of client devices
|
||||
\item Regularly interfaced with customers for identifying and resolving issues
|
||||
\item Maintained compatibility and security updates across several platforms
|
||||
\end{zitemize}
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
\skills{Rochester Institute of Technology} \hfill Aug. 2018 --- Aug. 2025\\
|
||||
\textit{B.S. in Computer Engineering Technology; GPA = 3.37/4.00}
|
||||
|
|
@ -1,63 +0,0 @@
|
|||
\documentclass[letter,10pt]{article}
|
||||
\usepackage{TLCresume}
|
||||
\begin{document}
|
||||
|
||||
%====================
|
||||
% EXPERIENCE A
|
||||
%====================
|
||||
\subsection{{Freelance Server Management\hfill Aug. 2022 --- Current}}
|
||||
\subtext{Management of an array of services, including public presence and documentation}
|
||||
\begin{zitemize}
|
||||
\item Ensures integration into pre-existing workflows with minimal disruption or downtime
|
||||
\item Management of Docker containers, Samba fileshare, hardware and software RAID arrays, and network stack
|
||||
\item Budget and acquire new hardware according to needs
|
||||
\item Implements user-friendly, intuitive tools with minimal learning curves
|
||||
\end{zitemize}
|
||||
|
||||
%====================
|
||||
% EXPERIENCE B
|
||||
%====================
|
||||
\subsection{{Advent of Code 2021 \hfill Dec. 2021}}
|
||||
\subtext{Series of coding challenges hosted online; written in both C++ and Java}
|
||||
\begin{zitemize}
|
||||
\item Manual implementation of Dijkstra's algorithm
|
||||
\item Plaintext file parsing
|
||||
\item Extensive Stack, Queue, and ArrayList Use
|
||||
\end{zitemize}
|
||||
|
||||
%====================
|
||||
% EXPERIENCE C
|
||||
%====================
|
||||
\subsection{{Binary Search Tree \hfill Feb. 2022}}
|
||||
\subtext{Implement a Binary Search Tree in Java}
|
||||
\begin{zitemize}
|
||||
\item Built based off of a given UML diagram
|
||||
\item Includes \verb|infixTraversal()|, \verb|binarySearch()|
|
||||
\item Easily sortable using \verb|Collections.sort()|
|
||||
\end{zitemize}
|
||||
|
||||
%====================
|
||||
% EXPERIENCE D
|
||||
%====================
|
||||
\subsection{{Encryption Key Generator \hfill March 2020}}
|
||||
\subtext{VHDL design to create and transmit an encryption key, given an 8-bit value}
|
||||
\begin{zitemize}
|
||||
\item Using Altera Cyclone V FPGA
|
||||
\item Extensive use of Quartus and Modelsim
|
||||
\end{zitemize}
|
||||
|
||||
|
||||
%====================
|
||||
% EXPERIENCE E
|
||||
%====================
|
||||
%\subsection{{ROLE / PROJECT E \hfill MMM YYYY --- MMM YYYY}}
|
||||
%\subtext{company E \hfill somewhere, state}
|
||||
%\begin{zitemize}
|
||||
%\item In lobortis libero consectetur eros vehicula, vel pellentesque quam fringilla.
|
||||
%\item Ut malesuada purus at mi placerat dapibus.
|
||||
%\item Suspendisse finibus massa eu nisi dictum, a imperdiet tellus convallis.
|
||||
%\item Nam feugiat erat vestibulum lacus feugiat, efficitur gravida nunc imperdiet.
|
||||
%\item Morbi porta lacus vitae augue luctus, a rhoncus est sagittis.
|
||||
%\end{zitemize}
|
||||
|
||||
\end{document}
|
|
@ -1,12 +0,0 @@
|
|||
\documentclass[letter,10pt]{article}
|
||||
\usepackage{TLCresume}
|
||||
|
||||
\begin{document}
|
||||
|
||||
%====================
|
||||
% Objective Statement
|
||||
%====================
|
||||
|
||||
Seeking co-op in firmware and software development. Available May - Dec. 2023
|
||||
|
||||
\end{document}
|
|
@ -1,11 +0,0 @@
|
|||
\documentclass[letter,11pt]{article}
|
||||
\usepackage{TLCresume}
|
||||
\begin{document}
|
||||
\begin{tabular}{r | l}
|
||||
\skills{Tools and Languages } & \hspace{1ex}Rust, C/C++, Java, VHDL, ZSH/BASH\\
|
||||
\hline
|
||||
\skills{Software } & \hspace{1ex}\LaTeX, \verb|git|, Linux, ModelSim, MultiSim, Altera Quartus, MATLAB, Microsoft Excel\\
|
||||
\hline
|
||||
\skills{Hardware } & \hspace{1ex}Soldering Iron, Oscilloscope, Digital multimeter, FPGAs, Signal/function generator
|
||||
\end{tabular}
|
||||
\end{document}
|
BIN
sysadminResume.pdf
Normal file
BIN
sysadminResume.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue