Skip to content

Commit bd3633f

Browse files
Beef up dot points in skills section
1 parent f25fb58 commit bd3633f

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed
29.4 KB
Binary file not shown.

src/app.tsx

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function App() {
8282
<a href={links.kotaku} target="_blank">
8383
Kotaku AU’s Top 10 Australian Games
8484
</a>
85-
{" and nominee for the "}
85+
{" and nominated for the "}
8686
<a href={links.agda} target="_blank">
8787
Australian Game Development Awards
8888
</a>
@@ -108,10 +108,10 @@ function App() {
108108
<li>
109109
{"Unreal development for "}
110110
<a href={links.bigSand} target="_blank">Big Sand</a>
111-
{", a virtual band utilising responsive audio and motion capture technology for their performances"}
111+
{", a virtual band utilising audio and motion capture technology for their performances"}
112112
</li>
113113
<li>
114-
{"Developing networking solutions to connect audio, visual, and OSC control devices across the venue"}
114+
{"Developed networking solutions to connect audio, visual, and OSC control devices across the venue"}
115115
</li>
116116
<li>
117117
{"Lead developer on the Big Sand video game, utilising Unreal Metasounds to create responsive and dynamic audio"}
@@ -128,8 +128,9 @@ function App() {
128128
<a href={links.myFarmPlanner} target="_blank">
129129
myFarmPlanner
130130
</a>
131-
{", a form and mapping tool for primary producers, from beta to release. The tool utilises ArcGIS with a legislation API for interactive drawing and realtime feedback"}
131+
{", a form and mapping tool for primary producers, from beta to release"}
132132
</li>
133+
<li>The tool utilises ArcGIS with a legislation API for interactive drawing and realtime feedback</li>
133134
</ul>
134135
<hr/>
135136
<div className="flex justify-between flex-wrap">
@@ -138,15 +139,15 @@ function App() {
138139
</div>
139140
<ul>
140141
<li>
141-
Worked in cross functional teams of engineers, designers, and product owners to
142+
Worked as a software developer in cross functional teams of engineers, designers, and product owners to
142143
deliver market ready solutions in 3-6 months
143144
</li>
144145
<li>
145-
Led development and client implementation of the react component library for the Quantum Black Design
146-
System
146+
Deployed production code in multiple industries such as finance, insurance, agriculture, and retail
147147
</li>
148148
<li>
149-
Deployed production code in multiple industries such as finance, insurance, agriculture, and retail
149+
Led development and client implementation of the React component library for the Quantum Black Design
150+
System
150151
</li>
151152
</ul>
152153
<hr/>
@@ -155,10 +156,10 @@ function App() {
155156
<span className="text-tertiary">2020 - 2021</span>
156157
</div>
157158
<ul>
158-
<li>Simplified property development process for farmers by developing mapping software and codifying
159+
<li>Built web form and mapping tool to simplify the property development process for farmers by codifying
159160
government legislation
160161
</li>
161-
<li>Developed team agility analytics tools for client development</li>
162+
<li>Developed team agility analytics data capture and visualisation tools with Highcharts and D3</li>
162163
</ul>
163164
<hr/>
164165
<div className="flex justify-between flex-wrap">
@@ -182,7 +183,7 @@ function App() {
182183
<span className="text-tertiary">2016 - 2021</span>
183184
</div>
184185
<ul>
185-
<li>Graduated first class honours from the University of Technology Sydney</li>
186+
<li>Graduated with first class honours from the University of Technology Sydney</li>
186187
<li>Thesis on agile project management in user experience led projects</li>
187188
<li>President of the UTS Programmers Society 2019-2020</li>
188189
<li>Head of Publications for the UTS Engineering Society 2018</li>
@@ -214,9 +215,9 @@ function App() {
214215
<hr/>
215216
<h3>Experience Design</h3>
216217
<ul>
217-
<li>Development and usage of design systems</li>
218-
<li>Branding and marketing alignment of white-labeled products</li>
219-
<li>Persona creation, customer research, and user story mapping</li>
218+
<li>Creation of user interfaces for games and web, with a focus on accessibility and responsiveness</li>
219+
<li>Development and usage of design systems, with branding and marketing alignment of white-labeled products</li>
220+
<li>Design discovery processes such as persona creation, customer research, and user story mapping</li>
220221
</ul>
221222
<div className="skills-icons grid grid-cols-3 justify-center gap-md mt-md text-xs">
222223
<div className="flex flex-col items-center">
@@ -255,8 +256,8 @@ function App() {
255256
<hr/>
256257
<h3>Full Stack Engineering</h3>
257258
<ul>
258-
<li>Flexible solutions such as web apps, APIs, and internal tooling</li>
259-
<li>Cloud deployment with AWS and Azure</li>
259+
<li>End to end development of solutions such as web apps, APIs, and internal tooling</li>
260+
<li>Production cloud deployment with AWS and Azure</li>
260261
</ul>
261262
<div className="skills-icons grid grid-cols-4 justify-center gap-md mt-md text-xs">
262263
<div className="flex flex-col items-center">
@@ -279,7 +280,7 @@ function App() {
279280
<hr/>
280281
<h3>Analytics and Data Visualisation</h3>
281282
<ul>
282-
<li>Creation of data analytics dashboards</li>
283+
<li>Creation of data analytics dashboards for internal and external use</li>
283284
<li>Building bespoke charts and mapping software using spatial data APIs</li>
284285
</ul>
285286
<div className="skills-icons grid grid-cols-4 justify-center gap-md mt-md text-xs">

0 commit comments

Comments
 (0)