-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
136 lines (112 loc) · 5 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
%!TEX TS-program = xelatex
% use only XeLaTeX or LuaLaTeX to compile
\documentclass[a4paper]{comcv}
\usepackage[english]{babel}
\title{Angela Hudak Resume}
\fullname{Angela}{Hudak}{}
\smallskip
\cvtitle{Computer Engineer}
\smallskip
\phone{(732) 850-5097}{(732) 850-5097}
\email{angelahudak6@gmail.com}
\github{https://github.com/angelahudak}{angelahudak}
\linkedin{https://www.linkedin.com/in/angelahudak/}{angelahudak}
\currentdate{, 15 Jan 2025}
\begin{document}
\smallskip\smallskip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Education %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\smallskip
\combosection{Rochester Institute of Technology}{B.S. in Computer Engineering}{August 2018 - May 2023}{\smallskip}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Experience %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
\smallskip
%%%%%%%%%%%%%
% Experience 1
%%%%%%%%%%%%%
\combosection{Amazon Web Services (AWS)}{Quantum Computing Technical Writer}{May 2022 - Present}{
\smallskip
\begin{tightlist}
\item Authored and maintained AWS Braket Developer Guide and API Reference documentation using XML and Git.
\item Collaborated with Braket engineers to enhance technical documentation for seamless customer experiences.
\item Validated and tested Braket example code to ensure functionality and quality before deployment.
\item Developed a Python script leveraging the Pypandoc API to automate file format conversions.
\end{tightlist}
}
\smallskip
%%%%%%%%%%%%%
% Experience 2
%%%%%%%%%%%%%
\combosection{Poseidon Systems}{Product Development Engineer}{Jan 2023 - May 2023}{
\smallskip
\begin{tightlist}
\item Contributed to the redesign and development of the AP2200 Industrial Data Logger.
\item Conducted detailed research on feature improvements and design optimizations for enhanced product performance.
\item Designed Printed Circuit Boards (PCBs) using EAGLE and validated circuit prototypes with LTSPICE simulations.
\end{tightlist}
}
\smallskip
%%%%%%%%%%%%%
% Experience 3
%%%%%%%%%%%%%
\combosection{Bryx Inc.}{Full-Stack Embedded Systems Engineer}{September 2021 - May 2022}{
\smallskip
\begin{tightlist}
\item Designed, prototyped, and tested PCBs using KiCAD and validated designs with LTSPICE.
\item Performed through-hole soldering (THT) for board assembly and rework.
\item Used breadboards for hardware prototyping, concept validation, and debugging electrical systems.
\item Operated and maintained 3D printers while creating mechanical CAD designs for various projects.
\item Developed Arduino and Python scripts to interface with and test hardware components.
\item Collaborated with third-party vendors on hardware product development and component sourcing.
\end{tightlist}
}
\smallskip
%%%%%%%%%%%%%
% Experience 4
%%%%%%%%%%%%%
\combosection{Abbott}{Software Engineer}{July 2020 - December 2020}{
\smallskip
\begin{tightlist}
\item Built a backend application to store and analyze data using Python and the Pandas library.
\item Designed a system to process and organize data from CSV files for improved user accessibility.
\end{tightlist}
}
\smallskip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Projects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
\smallskip
%%%%%%%%%%%%%
% Project 1
%%%%%%%%%%%%%
\combosection{NASA Gamification and Monitoring of Sensorimotor Training}{}{August 2022 - May 2023}{}
\smallskip
\begin{tightlist}
\item Developed a multidisciplinary solution for NASA to train and monitor astronauts' balance and sensorimotor capabilities.
\item Documented and validated electrical components, including Tolomatic actuators, sensors, and kill switch circuits.
\item Programmed an Arduino MEGA to interface with S-Type load cells, calibrate data, and communicate results for VR integration.
\item Created a Python script to process balance scores and log raw data for MATLAB analysis and plotting.
\item Designed a custom PCB in KiCAD for attachable accelerometers and validated its functionality.
\item Built a Python server to integrate sensors, actuators, kill switch, and Unity VR systems for seamless operation.
\end{tightlist}
\smallskip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Skills %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\smallskip
\begin{itemize}
\item {\bf{Programming languages: }} {Python, XML, C, Arduino C/C++, C++, \LaTeX}
\item {\bf{Software tools: }} {KiCAD, EAGLE, PSPICE / LTSPICE, VSCode, Raspbian, Vim, RedHat, Ubuntu}
\item {\bf{Hardware proficiency: }} {Arduino, Raspberry pi, STM32L476xx, Breadboarding, Oscilloscopes, Digital Multimeter, Waveform Generator}
\end{itemize}
\smallskip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Certifications %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Certifications}
\smallskip
%%%%%%%%%%%%%
% Certifications 1
%%%%%%%%%%%%%
\combosection{AWS Knowledge: Amazon Braket Badge}{}{September 2024}{}
\smallskip
\begin{tightlist}
\item Demonstrated proficiency in quantum computing concepts, with a focus on Amazon Braket tools and workflows.
\end{tightlist}
\end{document}