-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
119 lines (108 loc) · 7.99 KB
/
cv.html
File metadata and controls
119 lines (108 loc) · 7.99 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<title>Looking Out To Sea - Curriculum Vitae</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./style/reset.css" />
<link rel="stylesheet" type="text/css" href="./style/default.css" />
<link rel="stylesheet" type="text/css" href="./style/syntax.css" />
<link rel="alternate" type="application/rss+xml" href="./rss.xml" title="Dougal's blog" />
<link rel="alternate" type="application/atom+xml" href="./atom.xml" title="Dougal's blog" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49029697-1', 'dougalstanton.net');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="blog">
<header>
<h1>Looking Out To Sea</h1>
</header>
<nav>
<menu id="page_menu">
<a href="./index.html">home</a> —
<a href="./about.html">about</a> —
<a href="./projects.html">projects</a> —
<a href="./archive.html">archive</a>
</menu>
</nav>
<article>
<h2>Curriculum Vitae</h2>
<section>
<p>I am a software engineer working in the embedded systems industry, developing applications in C and C++ for proprietary systems. I have experience working with legacy codebases and the constraints of low-powered systems. My emphasis at work is on using robust design and automated testing to minimise opportunity for mistakes.</p>
<h4 id="experience">Experience</h4>
<ul>
<li>C and C++ professionally, with hobby experience in Haskell.</li>
<li>Eclipse, Vim and GDB development tools.</li>
<li>Subversion, Git (including Git-SVN), ClearCase source control.</li>
<li>Windows, Linux and Solaris.</li>
</ul>
<h5 id="software-engineer-honeywell-security-march-2011-november-2013">Software Engineer, Honeywell Security, March 2011 – November 2013</h5>
<p>Developing alarm panel control software for the Galaxy range of alarm panels. Development with the <a href="http://ecos.sourceware.org/" title="eCos embedded RTOS">eCos RTOS</a>, <a href="http://www.atmel.com/products/microcontrollers/arm/default.aspx" title="Atmel ARM7TMDI processor">Atmel ARM7 processor</a> and <a href="http://www.atmel.com/tools/ATMELSAM-ICE.aspx" title="Atmel SAM-ICE JTAG adapter for ARM7">SAM-ICE JTAG adapter</a> and custom control hardware.</p>
<h6 id="key-responsibilities">Key responsibilities</h6>
<ul>
<li>Development of features for real-time control systems and communication hardware transmitting over PSTN, USB, GSM/GPRS and Ethernet to remote sites using proprietary and industry standard protocols.</li>
<li>Maintaining compliance with international standards for security products.</li>
<li>Triage and correction of issues identified by Product Quality Department and customer use.</li>
<li>Integration testing and documentation.</li>
</ul>
<h6 id="key-achievements">Key achievements</h6>
<ul>
<li>Installation of a <a href="http://jenkins-ci.org/" title="Jenkins Continuous Integration">continuous integration server</a> to automate building and static analysis. During phases of intense development these tests caught a number of failures. This venture became an officially supported project due to its success.</li>
<li>Development of a static analysis tool to validate some important data stored in a custom format. This tool identified flaws which would have been hidden for months, and continues to guard against further problems as part of static testing.</li>
<li>Development of an integrated test framework to automate integration tests on the target systems. Addition of these tests also helped identify flaws in existing sytems and guard against regressions.</li>
<li>Co-authoring a patent which was filed in 2012.</li>
</ul>
<h5 id="development-engineer-cisco-system-via-aap3-ltd-20072010">Development Engineer, Cisco System (via AAP3 Ltd), 2007–2010</h5>
<p>Embedded development on the First-Hop Redundancy Protocols team, targeting high-end routing/switching platforms running Cisco IOS. Worked on <a href="http://www.cisco.com/en/US/tech/tk648/tk362/tk321/tsd_technology_support_sub-protocol_home.html" title="Hot Standby Routing Protocol, Cisco first-hop redundancy protocol">HSRP</a>, <a href="http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6550/prod_presentation0900aecd801790a3_ps6600_Products_Presentation.html" title="Gateway Load Balancing Protcol, Cisco first-hop redundancy protocol">GLBP</a>, <a href="http://tools.ietf.org/html/rfc3768" title="Virtual Router Redundancy Protocol, IETF first-hop redundancy protocol">VRRP</a> and <a href="http://www.cisco.com/en/US/docs/ios/12_2sb/feature/guide/sbaiptrk.html" title="Enhanced Object Tracking">Enhanced Object Tracking</a> components.</p>
<h6 id="key-responsibilities-1">Key responsibilities</h6>
<ul>
<li>Embedded software development in C, to software engineering standards defined by ISO 9000 and TL 9000. Worked on four different code bases doing feature development, porting and maintenance. All changes required code review, unit test and system test before commit.</li>
<li>Diagnosing failures from interactive debugging or log output, to identify system regressions and diagnose customer problems.</li>
<li>Dealing with customer representatives to identify field problems, providing detailed explanations, quick workarounds and long term fixes.</li>
<li>Reviewing code changes and software specification documents at various stages in the engineering lifecycle. Providing feedback on functional specification and customer requirements.</li>
</ul>
<h6 id="key-achievements-1">Key achievements</h6>
<ul>
<li>White box testing using a model-based test framework. Set up an automated test system to run and report all tests on a daily basis. Increased coverage on one component from one fifth to four-fifths of features.</li>
<li>Work with technical writer to update published documentation, including reviewing changes. Kept the internal wiki up to date with diagnosis techniques, common questions and links to external information.</li>
</ul>
<h5 id="system-installation-seebyte-ltd-20062007">System installation, Seebyte Ltd, 2006–2007</h5>
<p>Moving the company to larger premises and improving facilities while assuring minimal disruption to business.</p>
<ul>
<li>Liaising with building management, utilities providers and deliveries.</li>
<li>Installing and configuring network and VoIP hardware.</li>
<li>Moving infrastructure over to Asterisk-based telephony system with fax/email gateway.</li>
<li>Setting up local SMTP and DNS services.</li>
<li>Using Python to process data during software/DB upgrade process.</li>
<li>Documentation of all design decisions and future support requirements.</li>
</ul>
<h5 id="previously">Previously</h5>
<ul>
<li>YMCA Scotland, volunteer IT support, 2006</li>
<li>Edinburgh Copyshop, 2005</li>
</ul>
<h4 id="qualifications-and-patents">Qualifications and Patents</h4>
<ul>
<li>Six Sigma DFSS Green Belt, <em>Honeywell Security Group (Dec 2012)</em></li>
<li>BSc (Hons) (2ii) Computer Science, <em>The University of Edinburgh (2005)</em></li>
<li>6 Highers (AAAABB) and 3 CSYS (ABB), <em>Dunbar Grammar School (2000–1)</em></li>
<li>British Sign Language level 2, <em>Deaf Action (2007–8)</em></li>
</ul>
<dl>
<dt>Offsite Persistent Storage and Configuration Synchronisation for Control Systems</dt>
<dd>Filed 2012. United States 4874-117762. Europe 13150435.9-1810.
</dd>
</dl>
<h4 id="personal-interests">Personal Interests</h4>
<p>I train and play Capoeira Angola as often as I can as well as maintaining <a href="http://www.maonochao.org/" title="Mao No Chao Capoeira Angola Scotland">my group’s website</a>. I have a regular appointment with friends at the local pub quiz, where we consistently don’t come last. I enjoy coding in Haskell and learning advanced functional programming techniques.</p>
<h4 id="references-available-on-request">References available on request</h4>
</section>
</article>
</div>
</body>
</html>