diff --git a/cv/resume.tex b/cv/resume.tex index 479e78e2903fbe49afe2a25580d1315ba885b338..75663ba0e78df09a3333694524d51fd3d21f6bbf 100644 --- a/cv/resume.tex +++ b/cv/resume.tex @@ -44,14 +44,14 @@ \section{Experience} {\bf BMH Global \small(Australia)\\} - \underline{Principal Software Engineer} \hfill 2023-PRESENT\\ + \underline{Principal Software Engineer} \hfill July 2023 - PRESENT\\ Promoted internally early-mid this year to be the lead engineer and manage the technology stacks of the primary company focus points. In addition to my previous projects, I have also absorbed the high-level management of remaining projects and manage the software teams of the company. I have been in frequent talks with external clients and investors globally including Australia, Germany, Argentina, the United States, and Indonesia. During this time, the company has expanded our software operations to include some external teams and additional projects.\\\\ - \underline{Software Engineer} \hfill 2020-2023\\ + \underline{Software Engineer} \hfill Apr 2021 - July 2023\\ Involved inj the planning, development, and implementation of systems for monitoring, tracking, and predicting the wear patterns of multi-million dollar assets employed in the mining sector. The primary focus of my development on this project was in the development of the electronics controllers and the system interfaces for this system. During the course of this, I was have been heavily involved in the solution design and testing for the propriety electronic circuitry, our AI systems, and our user-facing suite of tools. {\bf Sustech Engineering \small{(Australia)}\\} - \underline{Software Engineer} \hfill 2019 - 2020\\ + \underline{Software Engineer} \hfill Apr 2019 - Apr 2021\\ Fullstack software engineer with a primary focus on developing the companies internal financial and project management software suite. This project was primarily undertaken using a combination of Javascript and PHP elements to created the required functionality and used Git as it's primary form of source control. Directly reporting to both the company owner, and the head of the department, I was frequently required to directly plan and develop solutions to user and customer requests.\\ During the course of employment here, I was tasked with guiding the company towards achieving it's ISO-9001 certification. This required the development of numerous procedures and company policies and the successful attainment of the ISO certification. @@ -182,4 +182,4 @@ % Andrew: (+61)0400-000-000&\\ % \end{ncolumn} \end{resume} -\end{document} \ No newline at end of file +\end{document} diff --git a/makefile b/makefile index 9b64f6ca2ac792825634ad813fab9046c1468e03..9c0b52902b0ee4560629b27701175762e29b27cf 100644 --- a/makefile +++ b/makefile @@ -19,6 +19,10 @@ LETTER_IN = cover-letter.tex all: $(CV) $(LETTER) $(TRANSCRIPT) +cv: $(CV) + +resume: $(CV) + $(CV): $(COMPILER) -pdf -jobname=$(CV_DIR) $(CV_DIR)/$(CV_IN)