Templates

EfrenJr Resume

Preview

EfrenJr Resume

LaTeX code containing my resume

Category

Resume & CV

License

Free to use (MIT)

File

resume.tex

resume.texRead-only preview
%============================================================================%
%
%	Efren Jr Fernandez 2024 Resume
% 
%
%============================================================================%

%============================================================================%
%
%	Document Preamble
%
%============================================================================%

%============================================================================%
% Document Definition
\documentclass[10pt,letterpaper]{article}	

\usepackage[default]{raleway} % Font 
\usepackage{setspace} % For linespacing
\setstretch{1.2}
\usepackage[none]{hyphenat} % Removing hyphens 
\def\bulletspace{0.1mm} % Space between the bullet and characters for itemized lists

%============================================================================%
% Packages Used

\usepackage{color} % For setting custom colors
\usepackage{paracol} % For displaying two breakable columns
\usepackage[letterpaper]{geometry} % Defining page style 
\geometry{top=1cm, bottom=1cm, left=1cm, right=1cm} % Setting the margins
\setlength{\parindent}{0pt} % Removing indentation
\usepackage{nopageno} % For removing page numbers
\usepackage{lipsum} %Filling in random words
\usepackage{fontawesome5} % Icon Package fonts can be found here: https://fontawesome.com/v5/search?q=project&o=r&m=free 
\usepackage[hidelinks]{hyperref} % For making links
\usepackage{enumitem} % For removing step seperation
\setlist{nosep}
\setlist[itemize,1]{label=$\bullet$} % Defines the style for bullet points
%============================================================================%
% Color Definitions
\definecolor{header}{RGB}{34, 51, 59} 
\definecolor{backgroundcolor}{RGB}{234, 224, 213}
\colseprulecolor[RGB]{80, 80, 80} 
\usepackage[dvipsnames]{xcolor}
\usepackage[most]{tcolorbox}
\pagecolor{backgroundcolor}
%============================================================================%
% Font Definition
%============================================================================%
%
%	Custom Functions
%
%============================================================================%
% Creates the headers for sections
% \header[Icon][Header title]
\newcommand{\header}[2] {
    \vspace{10pt}
        {\LARGE\faIcon{#1}}\hspace{0.5em}\textbf{\LARGE{\uppercase{#2} } }
        \vspace{-5pt} \\
        \rule{0.1 \textwidth}{1pt}\hfill \\
} 
% Creates bullet points for the left hand side points
\newcommand{\bulletp}{
    \textbullet \hspace{\bulletspace}
}
% Creates the header that is used for work experience and personal projects
% \ExperienceHeader{Company/Project Name}{Job Title}{Dates}
\newcommand{\ExperienceHeader}[3] {
    \textbf{\large{#1} }
    \hfill
    {#3}\\
    \textit{#2}\\
    \vspace{-1em}
}
%============================================================================%
%
%	Document Begins
%
%============================================================================%
\begin{document}
\columnratio{0.31}
\setlength{\columnsep}{2em}
\setlength{\columnseprule}{1.2pt}
\thispagestyle{empty} % Remove page number

\begin{paracol}{2}
%============================================================================%
% left Hand Column
\begin{leftcolumn}
    %---- Contacts ----%
    \vspace{1em}
    \header{phone-square-alt}{CONTACT} 
    \href{mailto: efrenuyfernandez@gmail.com}{\faIcon{envelope} efrenuyfernandez@gmail.com}\\
    \faIcon{phone-alt} +1 587 566 8573\\
    \href{https://www.linkedin.com/in/efren-jr/}{\faIcon{linkedin} Efren Jr. Fernandez}\\
    \href{https://github.com/EfrenJrFernandez?tab=repositories}{\faIcon{github} EfrenJrFernandez}
    
    %---- Education ----%
    \vspace{1em}
    \header{university}{EDUCATION} 
    \large{\textbf{University of Alberta} }\\
    \small{\textit{BSc. Electrical Engineering Co-op} }\\
    \small{\textit{September 2018 - May 2023} } \vspace{0.5em}
    
    {\small{\textbf{Relevant Courses:} Embedded Systems \\Design, Power Electronics, Biophysical \\Measurements \& Instrumentation, \\Digital Electronics, Data Analysis \& \\Machine Learning, Medical Robotics, \\Micro-fabrication \& Devices} }

    %---- Skills ----%
    \vspace{1em}
    \header{cogs}{SKILLS}
    \large{\textbf{Programming Languages} }\\
    \vspace{-1.8em}
    \raggedright{
        \begin{table}[h!]
            \begin{tabular}{p{7em} p{7em}}
                \bulletp Embedded C & \bulletp Python \\
                \bulletp LaTeX & \bulletp MATLAB \\
                \bulletp HTML & \bulletp C++\\
            \end{tabular}
        \end{table}
    } \\
    \vspace{-8pt}
    %---- Software Tools ----%
    \large{\textbf{Software Tools} }\\
    \vspace{-0.55em}
    \raggedright{
        \begin{table}[h!]
            \begin{tabular}{p{7em} p{7em}}
                \bulletp Altium & \bulletp KiCAD\\
                \bulletp Git/Bitbucket & \bulletp Make\\
                \bulletp Solidworks & \bulletp VSCode\\
                \bulletp Zephyr RTOS & \bulletp FreeRTOS\\
                \bulletp nRF Connect & \bulletp Zoho Sprints\\
                \bulletp NumPy & \bulletp Pandas\\
                \bulletp Scikit-learn & \bulletp SVM\\
                \bulletp Cadence & \bulletp LTspice\\
                \bulletp Oracle VM & \bulletp Ubuntu\\
                \multicolumn{2}{l}{\bulletp Jupyter Notebooks}\\
                \multicolumn{2}{l}{\bulletp Microsoft Office Suite}\\
            \end{tabular}
        \end{table}
    }
    \vspace{-10pt}
    %---- Hardware ----%
    \large{\textbf{Hardware} }\\ % Add FDM and Resin 3D printing here
    \vspace{-0.55em}
    \raggedright{
        \begin{table}[h!]
            \begin{tabular}{p{7em} p{7em}}
                \bulletp STM32 & \bulletp ESP32\\
                \bulletp Nordic 52840 & \bulletp Arduino\\
                \bulletp Teensy & \bulletp Atmel\\
                \bulletp Soldering & \bulletp3D Printing\\
                \multicolumn{2}{l}{\bulletp Raspberry Pi 4}\\
                \multicolumn{2}{l}{\bulletp Electronic Test Equipment}\\
                \multicolumn{2}{l}{\bulletp PCB Design \& Fabrication}\\
                \multicolumn{2}{l}{\bulletp Schematic Design}\\
            \end{tabular}
        \end{table}
    }
    \vspace{-10pt}
    %---- Unique Skills ----%
    \large{\textbf{Unique Skills} }\\
    \vspace{-0.55em}
    \raggedright{
        \begin{table}[h!]
            \begin{tabular}{p{14em}}
                \bulletp Agile Scrum Methadology\\
                \bulletp Fluent in Tagalog\\
                \bulletp Basketball Player\\
                \bulletp Willing to Relocate\\
            \end{tabular}
        \end{table}
    }
\end{leftcolumn}
%============================================================================%
% Right Hand Column
\begin{rightcolumn}
    \begin{center}
        % Main Text box header
        \begin{tcolorbox}[colback=red!54!green!71!blue!79,%gray background
            colframe=black,
            width= 0.95\columnwidth,
           ]
           \begin{center}
                \huge{ \textbf{ \textcolor{white}{\uppercase{Efren Jr. Fernandez} } } } \\
                \vspace{-0.8em}
                \textcolor{white}{ \rule{0.45\textwidth}{1pt} }\\
                \large{ \textcolor{white}{Electrical Engineer in Training} }
           \end{center}
        \end{tcolorbox}  
    \end{center} 
    %---- Work Experience ----%
    \header{briefcase}{Work Experience}
    \textbf{\large{Element 4} }
    \hfill\
    {April 2021 - August 2021}\\
    \textit{IoT Developer, Research and Development}
    \hfill
    {January 2022 - August 2022}\\
    \vspace{-1em}
    \begin{itemize}
        \item Designed, validated, improved, and assembled a working schematic and PCB design for the release candidate product
        \item Upgraded I2C firmware functionality for new product features
        \item Built, tested, and verified experimental results during board and part \\modifications
        \item Conducted research on the application of various energy harvesting \\techniques for low power IoT devices
        \item Collaborated with third parties on the case design and fabrication
        \item Promoted and represented the company during networking events
    \end{itemize}
    \vspace{5pt}
    \ExperienceHeader{University of Alberta}{AR Curriculum Developer}{January 2021 - April 2021}
    \begin{itemize}
        \item Developed web-based applications which utilized augmented reality to help students during remote learning
        \item Created marker and marker-less AR examples to help students visualize complex concepts that may be hard to view as a traditional image
        % \item Used HTML to develop a web page to display AR examples
        \item Created CAD models using Solidworks and Blender
        \item Researched the applications of AR in classroom settings for an academic paper
    \end{itemize}
    % \vspace{5pt}
    % \ExperienceHeader{Alberta Computers for Schools}{Computer Repair Technician}{April 2020 - August 2020}
    % \begin{itemize}
    %     \item Increased production by 25\% within the first month joining
    %     \item Developed new refurbishing protocols and created a new user guide to onboard new members
    %     \item Learned basic warehouse shipping and receiving skills
    %     \item Developed excellent leadership and communication skills through supervising the team 
    % \end{itemize}
    % \vspace{5pt}
    %---- Personal Projects ----%
    \header{project-diagram}{Personal Projects}
    % \ExperienceHeader{Catalytic Converter Deterrent Device}{Personal Project}{January 2023 - Present}
    % \begin{itemize}
    %     \item Designed the schematics for a low power BLE device to track catalytic theft
    %     \item Develo-ped firmware to integrate theft detection and BLE communication
    %     \item Consulted various industry experts regarding product design and patent feasibility
    % \end{itemize}
    % \vspace{5pt}
    \ExperienceHeader{Health Gauge ECG/PPG Patch}{Group Leader}{September 2022 - April 2023}
    \begin{itemize}
        \item Designed, tested, and fabricated a working 4 layer PCB design to meet the client’s specifications
        \item Designed the electrical schematics to integrate ECG and IMU onto the \\client’s prototypes
        \item Developed low-level drivers for SPI functionality in firmware
        \item Used Solidworks to design and model the enclosure for the project
        \item Managed group meetings, deadlines, and communication with the client
    \end{itemize}
    \vspace{5pt}
    \ExperienceHeader{Albertaloop}{Electronics Team Lead}{Sepember 2019 - April 2023}
    \begin{itemize}
        \item Participated and demonstrated in the Canadian Hyperloop Conference
        \item Designed the navigation module containing GPS, accelerometer, and hall effect sensor for speed sensing
        \item Oversaw the designs made by my group with responsibilities including \\mentoring, organizing, and revising designs
        \item Collaborated with different sub-teams to integrate electronics throughout the pod
    \end{itemize}
\end{rightcolumn}
\end{paracol}
\end{document}
Preview
EfrenJr Resume preview
EfrenJr Resume LaTeX Template | Bibby | Bibby AI