Updated experience

This commit is contained in:
Marcus Noble 2016-05-27 16:23:07 +01:00
parent 5d45efd4dc
commit b1bbc1f3ee
6 changed files with 62 additions and 48 deletions

View File

@ -0,0 +1,11 @@
---
title: Elsevier
url: https://www.elsevier.com
role: Full Stack Software Engineer
start: 2016-02-15
end:
---
<small>Responsibilities include</small>
Building an ecommerce platform with involvement at all levels of development from infrastructure to front-end design. Contributing design and development ideas to advance the project. Working on Node.js and TypeScript projects.

View File

@ -0,0 +1,15 @@
---
title: Science and technology Facilities Council
url: http://www.stfc.ac.uk/
role: Software Developer (Student Placement)
start: 2011-07-01
end: 2012-09-01
---
<small>Responsibilities included</small>
Being involved at all stages of development for ASP .NET and Java web applications. Providing user supports to systems maintained by our team. Providing maintenance, updates and bug fixes to existing systems and services. Maintain and develop Oracle and Microsoft SQL servers. Communicating with users within and external to the company to resolve issues.
<small>Highlights</small>
I was awarded a Staff Recognition Award for my contribution to a project

View File

@ -0,0 +1,11 @@
---
title: Science and technology Facilities Council
url: http://www.stfc.ac.uk/
role: Software Developer
start: 2013-06-10
end: 2016-02-15
---
<small>Responsibilities included</small>
Being involved at all stages of development for ASP .NET and Java web applications. Providing user supports to systems maintained by our team. Providing maintenance, updates and bug fixes to existing systems and services. Maintain and develop Oracle and Microsoft SQL servers. Communicating with users within and external to the company to resolve issues.

View File

@ -0,0 +1,11 @@
---
title: The University of Derby
url: http://www.derby.ac.uk/
role: BSc Computer Science
start: 2009-09-01
end: 2013-06-01
---
<small>Modules included</small>
Software Development, Web Development, Multi-user Database Systems, Mobile Devices, Operating Systems, Systems Analysis, Language Design and Implementation, Distributed Systems, Systems Programming &amp; Enterprise Systems

View File

@ -3,7 +3,6 @@ layout: page.html
title: "About"
---
Please forgive my brevity, I am a man of few words. One would think that after many years on this planet I would have more to say about myself but alas I simply do not. I am a man that likes to code, to shut out the world and get lost in <code>If</code> statements and <code>try/catch</code> blocks.
@ -16,52 +15,19 @@ Over the years, throughout my education and working life, I have developed skill
If you need to get in touch with me, you can find me on either Twitter: <a href="https://www.twitter.com/Marcus_Noble_">@Marcus_Noble_</a> or Github: <a href="https://www.github.com/AverageMarcus">AverageMarcus</a>
<h2>Experience</h2>
## Experience
<ul class="experience-list">
<li class="card">
<span class="label label-info">June 2013 &mdash; Ongoing</span>
<h3>
<a href="http://www.stfc.ac.uk">Science and technology Facilities Council <i class="icon-external-link"></i></a>
</h3>
<strong>Software Developer</strong>
<blockquote>
<small>Responsibilities included</small>
<p>
Being involved at all stages of development for ASP .NET and Java web applications. Providing user supports to systems maintained by our team. Providing maintenance, updates and bug fixes to existing systems and services. Maintain and develop Oracle and Microsoft SQL servers. Communicating with users within and external to the company to resolve issues.
</p>
</blockquote>
</li>
<li class="card">
<span class="label label-info">July 2011 &mdash; September 2012</span>
<h3>
<a href="http://www.stfc.ac.uk" itemprop="affiliation">Science and technology Facilities Council <i class="icon-external-link"></i></a>
</h3>
<strong>Software Developer (Student Placement)</strong>
<blockquote>
<small>Responsibilities included</small>
<p>
Being involved at all stages of development for ASP .NET and Java web applications. Providing user supports to systems maintained by our team. Providing maintenance, updates and bug fixes to existing systems and services. Maintain and develop Oracle and Microsoft SQL servers. Communicating with users within and external to the company to resolve issues.
</p>
</blockquote>
<blockquote>
<small>Highlights</small>
<p>
I was awarded a Staff Recognition Award for my contribution to a project
</p>
</blockquote>
</li>
<li class="card">
<span class="label label-info">2009 &mdash; 2013</span>
<h3>
<a href="http://www.derby.ac.uk" itemprop="affiliation">University of Derby <i class="icon-external-link"></i></a>
</h3>
<strong>BSc Computer Science</strong>
<blockquote>
<small>Modules included</small>
<p>
Software Development, Web Development, Multi-user Database Systems, Mobile Devices, Operating Systems, Systems Analysis, Language Design and Implementation, Distributed Systems, Systems Programming &amp; Enterprise Systems
</p>
</blockquote>
</li>
{{#each collections.experience}}
<li class="card">
<span class="label label-info">{{moment this.start 'MMMM YYYY'}} &mdash; {{#if this.end}}{{moment this.end 'MMMM YYYY'}}{{else}}Ongoing{{/if}}</span>
<h3>
<a href="{{this.url}}">{{this.title}} <i class="icon-external-link"></i></a>
</h3>
<strong>{{this.role}}</strong>
<blockquote>
{{{this.contents}}}
</blockquote>
</li>
{{/each}}
</ul>

View File

@ -7,9 +7,9 @@
{{> header }}
<div class="container">
<h2>{{title}}</h2>
<div class="page">
<h2>{{title}}</h2>
{{{ contents }}}
</div>
</div>