-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
81 lines (73 loc) · 3.99 KB
/
cv.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
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="Tobias Fieldhouse CV" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/cv.css">
<link rel="stylesheet" type="text/css" media="print" href="stylesheets/cv.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:600" rel="stylesheet">
<title>Tobias Fieldhouse CV</title>
</head>
<body>
<!-- HEADER -->
<header>
<h1>Tobias Fieldhouse</h1>
</header>
<!-- MAIN CONTENT -->
<div class="main-container">
<div class="section intro">
<p>
I have strong experience with HTML5, CSS3, JavaScript, PHP, MySQL, Linux & Bash. My current and past roles have also involved desktop & mobile browser testing, responsive website builds, Prototype/MVP builds with new APIs and/or languages, AWS website & service creation and maintenance (EC2, RDS, S3, Route 53, Lambda), server and website security testing and maintenance
</p>
<p>
I enjoy experimenting with new langauges and platforms and looking for opportunities to build a product with them. I've recently started using React and would really like to continue my Python training as that will be key for future Data Science (and Machine learning) goals.
</p>
</div>
<section class="work-history">
<h2>Work History</h2>
<article>
<h3>We Are Social</h3>
<span class="title">Senior Web Developer & Creative Technologist</span>
<span class="period">March 2016 – Current</span>
<ul>
<li>Building prototypes for Innovation demos, pitches and project feasibility exploration</li>
<li>Building and maintaining: brand hubs sites, campaign microsites, Facebook Messenger chat bots and Alexa Voice skills</li>
<li>Testing the usability and security of web sites/products before release</li>
<li>Improving and constantly maintaining live and internal servers (LEMP stacks) though AWS - increasing performance, security and reliability.</li>
<li>Contributing to creative ideas for pitches or Innovation</li>
<li>Writing and contributing to technical project documentation (Functional specs, project setup, wireframes)</li>
<li>Learning new skills and services as projects require</li>
</ul>
</article>
<article>
<h3>JWT</h3>
<span class="title">Web Developer</span>
<span class="period">September 2013 – March 2016</span>
<p>
Building campaign websites, with HTML, CSS, JS and PHP, with accompanying micro-CMS’s to maintain them. Worked for clients such as HSBC, Shell, KitKat and Canon. Experience with hosting a site with Azure and configuring dynamic load balancing. Working with minimal oversight on large project builds.
</p>
</article>
<article>
<h3>Momentum Worldwide</h3>
<span class="title">Web Developer</span>
<span class="period">September 2008 – September 2013</span>
<p>
Built brand websites, micro-CMS’s, Facebook apps, HTML emails and Experiential events and used Social API’s such as Facebook, Twitter and YouTube. Worked for clients such as Nestle, Microsoft, PlayStation, Amex and Ricoh. Great individual projects with GetUserMedia, Vine, turn.js, FFMPEG and limited experience with .NET
</p>
</article>
<article>
<h3>Mook</h3>
<span class="title">Junior ActionScript Developer</span>
<span class="period">July 2008 – August 2008</span>
<p>
Programming in ActionScript 3.0 vanilla and with FDT. Working with the PureMVC design pattern, Subversion control + Papervision3D.
</p>
</article>
</section>
</div>
<!-- FOOTER -->
<footer>
</footer>
</body>
</html>