cv
You can view an online version of my CV
here.
portfolio
Some interesting projects which may be suitable for inspection. Links to demos and source code listed where applicable.
> adapt-authoring-tool
An open-source server-based web-app for authoring eLearning courses using the Adapt Framework. I completely rearchitected the Node.js back-end application and act as lead developer.
Source
> taylorhub
A Node.js/React-based web-app home 'smart screen' app, which displays a variety widgets such as: events, news, smart-home devices and weather. The Node.js back-end hosts an API which serves the app. The UI is fully customisable via config.
Private — source available on request.
> newsflash
Simple RSS reader using Node.js and a Web Components front-end. Avoids CORS issues by loading the feeds via the Node.js app.
Demo
Source
> staticsite-cli
A node-based CLI for generating simple static websites. Site content is written in markdown, handlebars & LESS which is all boiled down into static HTML pages & CSS.
Source
> treatbot
A 'smart' dog treat dispenser hardware/software project. Built using: raspberry pi zero, Pimoroni inventor HAT mini, continuous servo, mini speaker, and custom-designed 3d printed case. Software is custom-built in python.
Source
sites
Various live websites I've developed.
> tomtaylor.dev
This site! Auto-generates its content from a JSON config.
Source
> tomtaylor.name
My personal website and blog. Static HTML built with a custom node CLI tool.
View
> stevetaylor.design
Portfolio site for my Dad's freelance design work.
View
> neutro
A Node.js/React-based web app for logging and tracking the progress of chemical reactions. Access is restricted; please contact me for access to the demo site.
Demo
> adapt-releaser
Node.js-based tool for auto-generating release documentation from GitHub data.
View