-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
79 lines (73 loc) · 3.17 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resume</title>
</head>
<body>
<a href="index.html" target="Blank" rel="noopener noreferrer">Back</a>
<h1>LUKE DUCKETT</h1>
<h5>UNITY C# P ROGRAMMER</h4>
<hr>
<H2>CONTACT DETAILS</H2>
<p>
Mobile:0490 824 222 Email address: <a href="mailto:[email protected]">[email protected]</a>
</p>
<h2>CAREER OBJECTIVE</h2>
<p>
I am looking to use and grow my skills in Unity and C#. I enjoy a challenge where I can use my problem-solving
skills to help build great games and applications. I await the opportunity for a rewarding and challenging role
with my next team within the gaming and software industry.
</p>
<h2>SKILLS</h2>
<table cellspacing="10">
<tr>
<td>C#</td>
<td>Groovy</td>
<td>Git</td>
</tr>
<tr>
<td>Unity 2D/3D</td>
<td>Atlasian Jira Administraition</td>
<td>Web delvelopment (HTML, CSS, JavaScript)</td>
</tr>
<tr>
<td>Object Orientated Programing</td>
<td>Agile Project Management</td>
<td>VBA</td>
</tr>
</table>
<h2>EMPLOYMENT HISTORY</h2>
<h4>MULTIPLE TEAMS - DIGITAL PARTNERSHIP OFFICE | WEB PUBLISHING | FOREIGN INVESTMENT
| SYSTEMS INTEGRITY ~ AUSTRALIAN TAXATION OFFICE (FEBRUARY 2017 – CURRENT) </h4>
<ul>
<li>Created a client relationship and work management Jira interface.</li>
<li>Aided senior staff to implement a process which automated a user management in JIRA.</li>
<li>Created a work management macro aiding the project team to interact with our digital tools.</li>
<li>Created a macro to help process data and identify items requiring action in the Web Publishing team.</li>
</ul>
<h4>SOFTWARE DEVELOPMENT AND UNITY TRAINING |GAMEDEVHQ SEPTEMBER 2018 – CURRENT)</h4>
<ul>
<li>Created an application (for personal use) to automatically call into or host Webex meetings.</li>
<li>Created and published a beta version of a 2.5D video game to the Google Play Store.</li>
<li>Created a mock insurance application implementing Google Maps and Amazon Web Services (AWS3).</li>
<li>Prototyped a pay checking application for the hospitality industry</li>
</ul>
<h4>MULTIPLE HOSPITALITY VENUES (NOVEMBER 2009 – FEBRUARY 2017)</h4>
<ul>
<li>Website design, launch and upkeep aiding in advertising and marketing of business product.</li>
<li>Successfully signed two key clients engaged through online advertisement and direct marketing.</li>
<li>Interviewing, selecting, trialing new staff as well as training and leading existing staff.</li>
</ul>
<h2>EDUCATION</h2>
<ul>
<li>C# coding boot camp (March 2021 – current)</li>
<li>Self-paced learning of Object Orientated Programing - HTML, VBA, C# and Groovy (2018 –
current/ongoing)</li>
<li>Certificate 3 Government – Public Sector Training Solutions (2018)</li>
<li>Certificate 3 Hospitality Commercial Cookery - Hunter Valley Hotel Academy (2013)</li>
<li>Higher School Certificate - Cessnock High School (2010)</li>
<li>Peer Tutoring Course - Cessnock TAFE (2010)</li>
</ul>
</body>
</html>