Compare commits

...
Sign in to create a new pull request.

9 commits

8 changed files with 23 additions and 21 deletions

BIN
oldSysadminResume.pdf Normal file

Binary file not shown.

Binary file not shown.

View file

@ -18,7 +18,7 @@
%====================
\def\name{Blizzard Finnegan} % Name Here
\def\phone{+1(585)351-9435}
\def\city{Scottsville, New York}
\def\city{Rochester, New York}
\def\email{BlizzardFinnegan@gmail.com}
\def\LinkedIn{BlizzardFinnegan} % linkedin.com/in/______
\def\github{BlizzardFinnegan} % github username

View file

@ -1,4 +1,4 @@
\skills{Rochester Institute of Technology} \hfill Aug. 2018 --- Aug. 2025\\
\textit{B.S. in Computer Engineering Technology; GPA = 3.37/4.00}
\skills{Rochester Institute of Technology} \hfill Aug. 2018 --- Dec. 2024\\
\textit{B.S. in Computer Engineering Technology; GPA = 3.2/4.0}

View file

@ -17,33 +17,35 @@
%====================
% EXPERIENCE B
%====================
\subsection{{Advent of Code 2021 \hfill Dec. 2021}}
\subtext{Series of coding challenges hosted online; written in both C++ and Java}
\subsection{{Custom Cookbook Implementation and Hosting \hfill Jan. 2025 --- Current}}
\subtext{Publicly available app and web server accessible at \url{https://cookbook.blizzard.systems}}
\begin{zitemize}
\item Manual implementation of Dijkstra's algorithm
\item Plaintext file parsing
\item Extensive Stack, Queue, and ArrayList Use
\item Kotlin Multiplatform development experience
\item Manual and custom Dockerfile configuration
\item CI/CD configuration using Woodpecker
%\item Extensive use of Quartus and Modelsim
\end{zitemize}
%====================
% EXPERIENCE C
%====================
\subsection{{Binary Search Tree \hfill Feb. 2022}}
\subtext{Implement a Binary Search Tree in Java}
\subsection{{Self-Hosted Home Automation \hfill Feb. 2023 --- Current}}
\subtext{Implement automation for lighting, heating and cooling based on collected information}
\begin{zitemize}
\item Built based off of a given UML diagram
\item Includes \verb|infixTraversal()|, \verb|binarySearch()|
\item Easily sortable using \verb|Collections.sort()|
\item Designed and constructed based off verbal specifications from the end users
\item Control both proprietary devices and custom personal devices based on the ESP32 and Raspberry Pi platforms
\item Ensure easy control of all entailed through an easy to understand interface
\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}
\subsection{{Advent of Code \hfill Dec. 2021 --- Current}}
\subtext{Series of coding challenges hosted online; written in C++, Rust, and Java}
\begin{zitemize}
\item Using Altera Cyclone V FPGA
\item Extensive use of Quartus and Modelsim
\item On the fly interpretation of text-based prompts for complex problem solving
\item Intentional design for light use of hardware resources
\item Extensive plaintext file parsing
\end{zitemize}

View file

@ -7,6 +7,6 @@
% Objective Statement
%====================
Seeking co-op in firmware and software development. Available May - Dec. 2023
Systems administrator specialising in containerisation, network management, and IoT systems design and implementation.
\end{document}

View file

@ -2,10 +2,10 @@
\usepackage{TLCresume}
\begin{document}
\begin{tabular}{r | l}
\skills{Tools and Languages } & \hspace{1ex}Rust, C/C++, Java, VHDL, ZSH/BASH\\
\skills{Tools and Languages } & \hspace{1ex}Rust, C/C++, VHDL, Shell Scripting, Powershell, Kotlin\\
\hline
\skills{Software } & \hspace{1ex}\LaTeX, \verb|git|, Linux, ModelSim, MultiSim, Altera Quartus, MATLAB, Microsoft Excel\\
\skills{Software } & \hspace{1ex}\LaTeX, \verb|git|, Linux, Docker, Ansible, \verb|systemd|\\
\hline
\skills{Hardware } & \hspace{1ex}Soldering Iron, Oscilloscope, Digital multimeter, FPGAs, Signal/function generator
\skills{Hardware } & \hspace{1ex} Server, Laptop and Desktop Maintenance; PoE, Serial UART, Zigbee, Z-Wave, BlueTooth/BLE
\end{tabular}
\end{document}

BIN
sysadminResume.pdf Normal file

Binary file not shown.