From 8fe20933b8cfe8126396e6c5d196fb12756e3b3d Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 5 Mar 2023 23:19:12 +0000 Subject: [PATCH] Add git links to projects page --- projects.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/projects.php b/projects.php index c3fdbfa..221a2b2 100644 --- a/projects.php +++ b/projects.php @@ -16,15 +16,18 @@

Most of my projects involve web development, you can find some software projects below though. Besides this website, which is written in PHP - mainly for easy - templating rather than for complicated code - I have created the following: + templating rather than for dynamic content - I have created the following:

-
Athena
+
Athena Git Repo
Written in PHP, a simple gateway to get easy access to train departures
-
OwlBoard - Under Testing
-
Written in Javascript, using Node.JS with Express.JS, a faster alternative - to Athena using direct access to the National Rail & Network Rail APIs
-
tRandom
+
OwlBoard Git Repos
+
A suite of containerised applications offering live departure board PWA for UK Rail. + Consists of an Express.JS API Server, a Python db-manager script and a modern web frontend + utilising modern compression to reduce payload size, and making use of ServiceWorker caching, + to increase reliability over low quality mobile data links. +
+
tRandom Git Repo
Written in Python, a simple cross-platform GUI based random number generator. Using the tkinter library for the interface.