Projects

A list of my current projects:

In Progress
  • A script to automate setup of laptop after installing Linux OS.
  • Academic-Related.co.uk - a weekly newsletter for academic related staff working in Higher Education in the UK.
Upcoming
  • Jobs Feed - an RSS feed of job vacancies for developers working in Northern Ireland.
  • Building a penetration test lab at home using Raspberry Pis and old servers
On Hold
Completed
  • Reading List - A simple reading list using a Google Spreadsheet as a backend store. Implemented on my blog at http://www.andyparkhill.co.uk/p/reading-list.html.
  • Laptop Rebuild - upgrading SSD and installing Linux distro (Ubuntu/Mint) for a dual-boot OS.
  • Rebuilding old laptops and mobiles for donation and sale.
  • Shelfari File Converter -  a simple console application to convert the inconsistently quoted Shelfari export CSV file into a valid .xlsx file. See this blog post for details: - Shelfari.
  • Base Console Application - a base console application I use to build useful command line tools and for proof-of-concepts. This base project includes logging, command line parsing and strongly typed configuration values. See this blog post for details - A Base .NET Console Application.