diff --git a/cv/resume.tex b/cv/resume.tex
index 702767838339f6e9a90bbe80650f263bac4d5373..16d4fe22c80efdccef5db2ef7d461d7d64b1bebd 100644
--- a/cv/resume.tex
+++ b/cv/resume.tex
@@ -45,6 +45,7 @@
 		\section{Experience}
 
 			{\bf BMH Global \small(Australia)\\}
+<<<<<<< HEAD
 			\underline{Tech Stack}\\
 			AngularJs, NodeJS, Typescript, MongoDB, Embedded C++, Three.js, d3\\\\
 			\underline{Principal Software Engineer} \hfill 2023-PRESENT\\
@@ -57,6 +58,16 @@
 			\underline{Tech stack:}\\
 			PHP, Javascript, Wordpress, SQL\\\\
 			\underline{Software Engineer} \hfill 2019 - 2020\\
+------=
+			\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 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 Apr 2019 - Apr 2021\\
+>>>>>>> 651028bbb9c2fd98cf15f906f8b5eb1560edce2b
 			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.
 %			{\bf Tech Stack: PHP, Javascript, Wordpress, SQL, Git }
@@ -188,4 +199,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 597e3ffebf6a413893c51ef3950590e21bb0bbdd..d152c993ed1c7781e29171c6bdecd436d29afe60 100644
--- a/makefile
+++ b/makefile
@@ -19,6 +19,10 @@ LETTER_IN = cover-letter.tex
 
 all: $(CV) $(LETTER) $(TRANSCRIPT)
 
+cv: $(CV)
+
+resume: $(CV)
+
 $(CV): $(CV_DIR)/$(CV_IN)
 	$(COMPILER) -pdf -jobname=$(CV_DIR) $(CV_DIR)/$(CV_IN)