Skip to content
Snippets Groups Projects
Commit 651028bb authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Changed format of dates on job details and fixed errorneous years

parent 051564c8
Branches
No related merge requests found
Pipeline #597 failed with stage
in 18 seconds
......@@ -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}
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment