Files
website/dev.html
2020-06-05 12:49:28 +01:00

39 lines
3.8 KiB
HTML

---
layout: page
title: Development
permalink: /development/
---
<div class="wrapper">
<h1>Background<h1>
<p>I taught myself Java at about the age of thirteen, which I consider proof of what a truly wonderful resource the Internet can be. It probably also speaks to a certain ability I have for self-motivated learning, which I find to be as effective as formal tuition. I am however looking at formal tution as a way to reinforce and develop my understanding of core programming concepts. In the meantime, I am expanding my knowledge into Python through development of Django-based webapps. I am looking to develop skills in C++ or similar next, likely through games development.</p>
<h1>Langagues/Technologies:</h1>
<ul>
<li><span class="fab fa-html5" style="color: red"></span> HTML5</li>
<li><span class="fab fa-css3-alt" style="color: blue"></span> CSS3</li>
<li><span class="fab fa-java" style="color: orange"></span> Java</li>
<li><span class="fab fa-python" style="color: blue"></span> Python</li>
<li><span class="fas fa-scroll" style="color: green"></span> Gradle</li>
<li><span class="fab fa-gulp" style="color: red"></span> Gulp.js</li>
</ul>
<h1>Projects:</h1>
<div style="display: flex; flex-direction: column;">
<div style="padding: 1em;">
<h1>This Site! <span class="fab fa-html5" style="color: red"></span> <span class="fab fa-css3-alt" style="color: blue"></span></h1>
<p>This website is totally static, using Jekyll for its builds and a self-hosted Gitea instance for versioning/deployment. Initially based on the Minima theme, it is mostly built from scratch at this point.</p>
</div>
<div style="padding: 1em;">
<a href="https://github.com/nottinghamtec/PyRIGS"><h1>R.I.G.S <span class="fab fa-python" style="color: blue"></span> <span class="fab fa-gulp" style="color: red"></span></h1></a>
<img src="/img/rigs.png">
<p><strong>R.I.G.S</strong> or <strong>Rig Information Gathering System</strong> is Django-based webapp handling events management for TEC PA & Lighting. I have taken over project managaging and developing this project from <a href="www.codedinternet.com">Tom Price</a> and <a href="https://dtaylor.uk/">David Taylor</a>, working alongside <a href="https://github.com/mattysmith22">Matt Smith</a>. Together we have updated to Django 3.0, implemented a long awaited asset management system, rewritten the testing suite for the project and generally refactoring what is, in the main, five year old code.</p>
</div>
<div style="padding: 1em;">
<a href="https://github.com/nottinghamtec/PyRIGS"><h1>TEC Recruitment Site <span class="fab fa-html5" style="color: red"></span> <span class="fab fa-css3-alt" style="color: blue"></span></h1></a>
<p>TEC PA & Lighting must maintain something of a 'dual-headed' image - it needs to appear professional to potential clients, but approachable to potential student recruits. This single-page website was my first step towards providing an 'alternate' web presence for TEC that is student rather than client focused. It is also built using Jekyll, purely to make updating the site's content independent of its layout and more accessible to less technical, in the programming sense, persons.</p>
</div>
<div style="padding: 1em;">
<a href="https://github.com/BrassGoggledCoders"><h1>BrassGoggledCoders <span class="fab fa-java" style="color: orange"></span> <span class="fas fa-scroll" style="color: green"></span></h1></a>
<p>The <strong>BrassGoggledCoders</strong> are an international team of hobbyist coders working to create modifications for the smash-hit game Minecraft. I have a project management role here as well, alongside a large amount of programming and some design work.</p>
</div>
</div>
</div>