Updated W23 resume
This commit is contained in:
parent
c61b9b1e63
commit
427f05c1cf
5 changed files with 46 additions and 22 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
.DS_Store/
|
||||||
|
|
||||||
|
# Tex related files
|
||||||
|
*.aux
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.log
|
||||||
|
*.out
|
||||||
|
*.synctex.gz
|
||||||
|
|
||||||
Binary file not shown.
BIN
Template/main.pdf
Normal file
BIN
Template/main.pdf
Normal file
Binary file not shown.
|
|
@ -205,12 +205,22 @@
|
||||||
% \resumeItem{Proceeded in winning among the other 50+ competing groups over a \$2,000 prize}
|
% \resumeItem{Proceeded in winning among the other 50+ competing groups over a \$2,000 prize}
|
||||||
|
|
||||||
% \resumeItemListEnd
|
% \resumeItemListEnd
|
||||||
\resumeSubHeading
|
%%
|
||||||
{Research Analyst}{Sep 2022 -- Present}
|
% \resumeSubHeading
|
||||||
|
% {Research Assistant - Software Developer}{Sep 2022 -- Present}
|
||||||
|
% {University of Guelph - Robotics Inistitute}{Guelph, Ontario}
|
||||||
|
% \resumeItemListStart
|
||||||
|
% \resumeItem {Developed ROS2 packages primarily in python, some in C++}
|
||||||
|
% \resumeItem {Assigned to bridge ROS1 existing code to ROS2 new packages}
|
||||||
|
% \resumeItemListEnd
|
||||||
|
\resumeSubheading
|
||||||
|
{Research Assistant - Software Developer}{Sep 2022 -- Present}
|
||||||
{University of Guelph - Robotics Inistitute}{Guelph, Ontario}
|
{University of Guelph - Robotics Inistitute}{Guelph, Ontario}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem {Developed ROS2 packages primarily in python, some in C++}
|
\resumeItem {Developed ROS2 packages primarily in python, some in C++}
|
||||||
\resumeItem {Assigned to bridge ROS1 existing code to ROS2 new packages}
|
\resumeItem {Assigned to bridge ROS1 existing code to ROS2 new packages}
|
||||||
|
\resumeItemListEnd
|
||||||
|
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{Information Technology Analyst}{Jul 2020 -- Oct 2020}
|
{Information Technology Analyst}{Jul 2020 -- Oct 2020}
|
||||||
{Kitchener Downtown Community Health Centre - SRHC}{Kitchener, Ontario}
|
{Kitchener Downtown Community Health Centre - SRHC}{Kitchener, Ontario}
|
||||||
|
|
@ -226,6 +236,7 @@
|
||||||
%\resumeItem{Saved \$5,000 by implementing cost-saving initiatives that addressed long-standing problems}
|
%\resumeItem{Saved \$5,000 by implementing cost-saving initiatives that addressed long-standing problems}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
|
|
||||||
|
|
||||||
%\resumeSubheading
|
%\resumeSubheading
|
||||||
% {Apple Express}{May 2019 -- Dec 2019}
|
% {Apple Express}{May 2019 -- Dec 2019}
|
||||||
% {Medical/Package Courier}{Mississauga, Ontario}
|
% {Medical/Package Courier}{Mississauga, Ontario}
|
||||||
|
|
@ -264,29 +275,32 @@
|
||||||
\resumeItem{Ranked first in Engineering \& Design 3 in-school competition with a price of \$2,000 among 50+ other teams}
|
\resumeItem{Ranked first in Engineering \& Design 3 in-school competition with a price of \$2,000 among 50+ other teams}
|
||||||
%\resumeItem{Utilized libraries such as SciPy, numpy, matplotlib to perform pixel calculations on an image and return useful info}
|
%\resumeItem{Utilized libraries such as SciPy, numpy, matplotlib to perform pixel calculations on an image and return useful info}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
||||||
\vspace{-15pt}
|
|
||||||
|
|
||||||
%Personal Project |
|
|
||||||
\resumeProjectHeading
|
|
||||||
{\textbf{\color{black}Memory Management Simulator} $|$ \color{blue}\emph{C, VS Code, Git}}{Mar 2022}
|
|
||||||
\resumeItemListStart
|
|
||||||
\resumeItem {Adopted new learning paradigms to utilize system calls in Unix operating systems and develop kernel level programs}
|
|
||||||
%\resumeItem{ Explored Linux system calls to perform kernel level programs}
|
|
||||||
%\resumeItem{Learned fundamentals of computer memory management, scheduling and operation}
|
|
||||||
\resumeItem{Created a memory management simulator using C to analyze the time and performance contrarieties of First fit, Best fit, Worst fit, and Next fit algorithms}
|
|
||||||
\resumeItem{ Improved the performance of the simulator by 15\% by optimizing the searching algorithms}
|
|
||||||
%\resumeItem{Created a simulation program that simulates First fit, Best fit, Worst fit, and Next fit memory management algorithms}
|
|
||||||
\resumeItemListEnd
|
|
||||||
\vspace{-15pt}
|
|
||||||
|
|
||||||
\resumeProjectHeading
|
|
||||||
{\textbf{\color{black}Lights Out (Game replica)} $|$ \color{blue}\emph{Java, VS Code}}{Mar 2020}
|
|
||||||
\resumeItemListStart
|
|
||||||
\resumeItem{Followed MVC design pattern to implement the game logic equipped with a simple GUI. The logic utilizes FIFO queue to offer the capability to find the solution to the current board at all times}
|
|
||||||
\resumeItemListEnd
|
|
||||||
%\vspace{-15pt}
|
%\vspace{-15pt}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%----------Old projects----------%
|
||||||
|
% %Personal Project |
|
||||||
|
% \resumeProjectHeading
|
||||||
|
% {\textbf{\color{black}Memory Management Simulator} $|$ \color{blue}\emph{C, VS Code, Git}}{Mar 2022}
|
||||||
|
% \resumeItemListStart
|
||||||
|
% \resumeItem {Adopted new learning paradigms to utilize system calls in Unix operating systems and develop kernel level programs}
|
||||||
|
% %\resumeItem{ Explored Linux system calls to perform kernel level programs}
|
||||||
|
% %\resumeItem{Learned fundamentals of computer memory management, scheduling and operation}
|
||||||
|
% \resumeItem{Created a memory management simulator using C to analyze the time and performance contrarieties of First fit, Best fit, Worst fit, and Next fit algorithms}
|
||||||
|
% \resumeItem{ Improved the performance of the simulator by 15\% by optimizing the searching algorithms}
|
||||||
|
% %\resumeItem{Created a simulation program that simulates First fit, Best fit, Worst fit, and Next fit memory management algorithms}
|
||||||
|
% \resumeItemListEnd
|
||||||
|
% \vspace{-15pt}
|
||||||
|
|
||||||
|
% \resumeProjectHeading
|
||||||
|
% {\textbf{\color{black}Lights Out (Game replica)} $|$ \color{blue}\emph{Java, VS Code}}{Mar 2020}
|
||||||
|
% \resumeItemListStart
|
||||||
|
% \resumeItem{Followed MVC design pattern to implement the game logic equipped with a simple GUI. The logic utilizes FIFO queue to offer the capability to find the solution to the current board at all times}
|
||||||
|
% \resumeItemListEnd
|
||||||
|
% %\vspace{-15pt}
|
||||||
|
|
||||||
|
|
||||||
\resumeSubHeadingListEnd
|
\resumeSubHeadingListEnd
|
||||||
%\vspace{1pt}
|
%\vspace{1pt}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue