Merge branch 'develop'
This commit is contained in:
BIN
public/images/acrobat.png
Normal file
BIN
public/images/acrobat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
@@ -28,6 +28,7 @@ footer {
|
||||
font-size: smaller;
|
||||
font-style: italic;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -45,3 +46,11 @@ img.at {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
Homepage
|
||||
*/
|
||||
ol.employment,ol.education {
|
||||
list-style: none;
|
||||
margin-left: 0px;
|
||||
}
|
||||
@@ -1,6 +1,333 @@
|
||||
<h2>Curriculum Vitae</h2>
|
||||
|
||||
<p>
|
||||
I will update this page with an overview of my CV, but in the meatime, please feel free to download a
|
||||
<a href="{$base_uri}files/BenRobertsCv.pdf" title="Ben Roberts CV">PDF of my full CV</a>.
|
||||
</p>
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="span4 column">
|
||||
<h3>Download</h3>
|
||||
</div>
|
||||
<div class="span12 column">
|
||||
<p>
|
||||
<a href="{$base_uri}files/BenRobertsCv.pdf" title="Ben Roberts' CV">
|
||||
<img src="{$base_uri}images/acrobat.png" alt="Download PDF copy of Ben Roberts' CV" style="width: 3em; height: 3em; vertical-align: middle;" />
|
||||
<!-- Image used under license (CC BY-NC-SA 3.0) from http://barrymieny.deviantart.com/ //-->
|
||||
Download a PDF copy of this CV.
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4 column">
|
||||
<h3>Personal Information</h3>
|
||||
</div>
|
||||
<div class="span12 column">
|
||||
<dl>
|
||||
<dt>Full Name</dt>
|
||||
<dd><p>Benjamin Austin Roberts</p></dd>
|
||||
|
||||
<dt>Email Address</dt>
|
||||
<dd><p>{mailto address="me@benroberts.net" encode="hex"}</p></dd>
|
||||
|
||||
<dt>Date of Birth</dt>
|
||||
<dd><p>09/09/1986</p></dd>
|
||||
|
||||
<dt>Nationality</dt>
|
||||
<dd><p>British</p></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4 column">
|
||||
<h3>Employment</h3>
|
||||
</div>
|
||||
<div class="span12 column">
|
||||
<ol class="employment">
|
||||
<li>
|
||||
<h4>
|
||||
Atos IT Services UK
|
||||
<small>July 2010 - Present</small>
|
||||
</h4>
|
||||
<h5>Graduate Technical Specialist</h5>
|
||||
<p>
|
||||
Design and implementation of network solutions for Atos customers in the Transport and Financial
|
||||
Services industries.
|
||||
</p>
|
||||
<p>
|
||||
Installed, configured and managed an out of band console service for remote management of core
|
||||
infrastructure across multiple datacentres.
|
||||
</p>
|
||||
<p>
|
||||
Designed, built and operated an 8-rack development lab containing ~70 mixed-vendor devices
|
||||
for validation of a large-scale internal project.
|
||||
</p>
|
||||
<p>
|
||||
Lead planner for physical aspects of 5-datacentre core infrastructure upgrade including
|
||||
circuit delivery, rack and equipment placement, power/network connectivity, and logistics
|
||||
management for ~3000 items of hardware.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h4>
|
||||
Netcraft
|
||||
<small>June 2008 - May 2009</small>
|
||||
</h4>
|
||||
<h5>Internet Services Developer</h5>
|
||||
<p>
|
||||
Penetration testing of web applications and hardware devices for large financial
|
||||
institutions. Development of a perl/sql based data mining survey. Take-downs of
|
||||
phishing sites (via legal channels), and other anti-phishing related activities.
|
||||
Windows Server/Active Directory/Exchange administration (including migrations to
|
||||
newer hardware/operating system versions).
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h4>
|
||||
NXP Semiconductors
|
||||
<small></small>
|
||||
</h4>
|
||||
<h5>Student Intern</h5>
|
||||
<p>
|
||||
Maintained and extended an existing internal web application using PHP and
|
||||
Perl. Installed and configured a streaming video on demand server on Red
|
||||
Hat Linux, with an embedded Linux client running on a Set Top Box.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h4>
|
||||
Electronics and Computer Science Faculty, University of Southampton
|
||||
<small>September 2006 - June 2010</small>
|
||||
</h4>
|
||||
<h5>Helpdesk Assistant</h5>
|
||||
<p>
|
||||
Worked in the University's Computer Science Helpdesk on an ad-hoc basis,
|
||||
performing day-to-day tasks to help the System Administrators. This included
|
||||
repairing and reinstalling the operating systems on lab PCs.
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4 column">
|
||||
<h3>Certification</h3>
|
||||
</div>
|
||||
<div class="span12 column">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Certification</th>
|
||||
<th>Date</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>CCNA</th>
|
||||
<td>Feb 2010 - Present</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4 column">
|
||||
<h3>Education</h3>
|
||||
</div>
|
||||
<div class="span12 column">
|
||||
<ol class="education">
|
||||
<li>
|
||||
<h4>
|
||||
University of Southampton
|
||||
<small>October 2005 - June 2010</small>
|
||||
</h4>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Subject</th>
|
||||
<th>Level</th>
|
||||
<th>Grade</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>
|
||||
Computer Science<br />
|
||||
<small>with Distributed Systems and Networks</small>
|
||||
</th>
|
||||
<td>MEng</td>
|
||||
<td><strong>First Class</strong></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h4>
|
||||
Uckfield Community Technology College
|
||||
<small>September 2003 - June 2005</small>
|
||||
</h4>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Subject</th>
|
||||
<th>Level</th>
|
||||
<th>Grade</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Mathematics</th>
|
||||
<td>A-Level</td>
|
||||
<td><strong>A</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Physics</th>
|
||||
<td>A-Level</td>
|
||||
<td><strong>A</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Computing</th>
|
||||
<td>A-Level</td>
|
||||
<td><strong>A</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Further Mathematics</th>
|
||||
<td>AS-Level</td>
|
||||
<td><strong>B</strong></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4 column">
|
||||
<h3>Skills</h3>
|
||||
</div>
|
||||
<div class="span12 column">
|
||||
<dl>
|
||||
<dt>Networking<dt>
|
||||
<dd>
|
||||
<p>
|
||||
Experience with:
|
||||
<ul>
|
||||
<li>Routing and Switching (Cisco, Brocade, Mikrotik)</li>
|
||||
<li>Firewalling (Cisco FWSM, ASA, Linux iptables)</li>
|
||||
<li>VPNs (Juniper, OpenVPN, Mikrotik)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
Experience configuring and operating network services, including:
|
||||
<ul>
|
||||
<li>DHCP (ISC)</li>
|
||||
<li>Resilient DNS (BIND, Windows Server)</li>
|
||||
<li>Resilient LDAP (OpenLDAP)</li>
|
||||
<li>HTTP (Apache, IIS)</li>
|
||||
<li>SSL CA (OpenSSL)</li>
|
||||
<li>Logging (Syslog, Splunk)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>System Administration</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Experience with:
|
||||
<ul>
|
||||
<li>Installation, configuration and operation of Operating Systems (Linux [many distributions], Windows, Mac OS X).</li>
|
||||
<li>Writing and maintaining Linux software packages and package repositories (Gentoo Portage, Sabayon Entropy)</li>
|
||||
<li>System automation (Puppet, Molecule, Kickstart).</li>
|
||||
<li>Virtualisation (KVM, libvirt, VMWare)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
Brief experience with Active Directory, Group Policy and Exchange administration on
|
||||
Windows-based systems and integration with Linux systems via LDAP.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>Web Programming</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Proficient at creating standards-compliant, cross-browser (X)HTML documents,
|
||||
with CSS styling, and dynamic JavaScript behaviour.
|
||||
Many years' experience creating both simple and complex dynamic systems using
|
||||
PHP. Emphasis on writing secure code.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>Application Programming</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Proficient with C/C++, Qt. Basic experience with Perl. Able to read and write many
|
||||
other languages, including Java, Ruby and UNIX Shell scripting.
|
||||
</p>
|
||||
<dt>Databases</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Experienced with SQL, including database normalisation. Installation and operation of
|
||||
MySQL DBMS.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
<dt>Development Tools</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Experience with:
|
||||
<ul>
|
||||
<li>IDEs (Eclipse SDK, Microsoft Visual Studio)</li>
|
||||
<li>UNIX build environments (Vim, gcc/g++, make)</li>
|
||||
<li>Version Control systems (Git, Subversion)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4 column">
|
||||
<h3>Interests</h3>
|
||||
</div>
|
||||
<div class="span12 column">
|
||||
<p>
|
||||
I am a supporter of the opensource movement, and try to use free/libre software
|
||||
and code where I can. I also release all my code under free licenses where possible
|
||||
in the hope that they might be useful to others.
|
||||
</p>
|
||||
<p>
|
||||
I enjoy developing many small systems for both personal and educational use.
|
||||
Aside from the projects listed on my
|
||||
<a href="https://benroberts.net" title="Personal Website">personal website</a>,
|
||||
in the past I have also written a web-based remote control for WinAMP, and
|
||||
"audio emoticon" software for use with MSN Messenger, which was downloaded more than
|
||||
a million times.
|
||||
</p>
|
||||
<p>
|
||||
At University I was in a group named "CSLib" (Computer Science Library),
|
||||
which maintained a centralised software repository for other students in the
|
||||
department. This involved building and maintaining software, often compiled from
|
||||
source. It also involves managing a Windows 2003 Terminal Server for remote use
|
||||
by other students.
|
||||
</p>
|
||||
<p>
|
||||
My third year individual project was to design and implement a cross platform
|
||||
document sharing system which featured zero-configuration peer discovery, and
|
||||
password-less, decentralised authentication whilst maintaining privacy and
|
||||
security.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -22,7 +22,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can contact me via {mailto address="me@benroberts.net" encode="hex"}.
|
||||
You can contact me via {mailto address="me@benroberts.net" encode="hex"}, or via one of the Social Media sites listedon the top bar.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
@@ -75,7 +75,19 @@
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
Copyright © 2012 by Ben Roberts. All rights reserved unless otherwise specified.
|
||||
Powered by
|
||||
<a href="https://github.com/optiz0r/homepage/" title="Homepage">Homepage</a>
|
||||
and <a href="https://github.com/optiz0r/sihnon-php-lib/" title="Sihnon PHP Library">Sihnon PHP Lib</a>
|
||||
written by Ben Roberts.
|
||||
<br />
|
||||
|
||||
This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://benroberts.net" property="cc:attributionName" rel="cc:attributionURL">Ben Roberts</a>
|
||||
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.
|
||||
<br />
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">
|
||||
<img alt="Creative Commons Licence" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" />
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -22,4 +22,23 @@
|
||||
<li><a href="{$base_uri}projects/3yp/" title="Third Year Project">Third Year Project</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="dropdown" data-dropdown="dropdown">
|
||||
<a href="#" class="dropdown-toggle" title="Code">Code</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="https://git.sihnon.net/" title="Sihnon Git Repository Browser">Sihnon Git Repository Browser</a></li>
|
||||
<li><a href="https://subversion.sihnon.net/" title="Sihnon SVN Repository Browser">Sihnon Subversion Repository Browser</a></li>
|
||||
<li><a href="http://github.com/optiz0r/" title="GitHub Repositores">GitHub Repositories</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="dropdown" data-dropdown="dropdown">
|
||||
<a href="#" class="dropdown-toggle" title="Social Media">Social Media</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="https://twitter.com/optiz0r" title="optiz0r on Twitter">Twitter</a></li>
|
||||
<li><a href="https://plus.google.com/104283756158326784792/about" title="Ben Roberts on Google+">Google+</a></li>
|
||||
<li><a href="http://www.linkedin.com/pub/ben-roberts/19/791/572" title="Ben Roberts on LinkedIn">LinkedIn</a></li>
|
||||
<li><a href="http://www.facebook.com/profile.php?id=286108101" title="Ben Roberts on Facebook">Facebook</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user