From 0c7b012c0db4d4906649e048988a19be88a7487c Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Fri, 3 Jan 2025 01:22:25 +1300 Subject: [PATCH] Add more skill headings --- sections/skills.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/skills.tex b/sections/skills.tex index 31174bc..2467c70 100644 --- a/sections/skills.tex +++ b/sections/skills.tex @@ -1,14 +1,14 @@ \section{Skills} % TODO: Remove any information that's a duplicate of something previously mentioned? -\skillHeading{C, C++}{OpenGL} +\skillHeading{C, C++}{OpenGL, CMake} \begin{bullets} \item Analyzed threading model of Sensor Framework at BlackBerry QNX to fix existing lock-ups and avoid future bugs \item Combined Phong lighting and real-time shadows to render Perlin noise on over 130M vertices at several FPS \item Wrote a top-down video game for a group project on my own after my group mates dropped the course, got an A+ \end{bullets} -\skillHeading{TypeScript}{React} +\skillHeading{TypeScript}{React, Vite} \begin{bullets} \item Integrated with Google Maps APIs to build a map component to filter and display a list of clinics \item Profiled and improved an un-optimized list component until updating the underlying data did not create lag