-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaspirations.html
47 lines (47 loc) · 2.52 KB
/
aspirations.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
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12233647-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12233647-6');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>David Webster - Aspirations</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet">
<link href='styles.css' rel='stylesheet' type='text/css'>
</head>
<body class="aspirations">
<header>
<a href="/">Home</a>
<a href="/resume.html">Resume</a>
<a href="/projects.html">Projects</a>
<a href="/personal.html">Personal</a>
<a href="/interests.html">Interests</a>
<h1><a href="/aspirations.html">Aspirations</a></h1>
<a href="/contact.html">Contact</a>
</header>
<section>
<p>I enjoy being productive and delivering value to the organisation I’m working for. I’m happy to take a leadership role (as I have in Menulog Group), but don’t see that as essential to my fulfillment.</p>
<p>At the moment I am most productive when using Java, but I’d be happy to learn other languages and frameworks, especially Kotlin. I am very familiar with jQuery, and plan to learn Vue.js, and would also be happy to learn other modern Javascript frameworks like React.</p>
<p>At MYOB and Menulog Group I have worked for a considerable time in the same business and it has allowed me to gain a deep knowledge of the business and technology, which in turn, has allowed me to be highly productive, which I find satisfying. I hope I can repeat this in future jobs.</p>
<p>I don’t want to just spend my whole time working on code, I’d enjoy a job where I can also contribute in other ways, for example analysing data, defining requirements, researching new ideas and approaches, devops, leadership and managing vendors.</p>
<p>I want to stay in Melbourne (not relocate) so I can be close to my extended family.</p>
</section>
<section>
<h2>Technologies that I’d like to try</h2>
<p>This is a list of technologies that I have started learning about, and would like to try on a commercial project.</p>
<ul>
<li>Spring Boot</li>
<li>Vue.js</li>
<li>Gradle</li>
<li>Docker</li>
<li>AWS Lambda and other serverless tech</li>
<li>Python</li>
<li>Machine learning, and other aspects of data science</li>
</ul>
</section>
</body>
</html>