Web development

This website

This website has been designed using Zola static website software which has been written in the rust programming language. It uses an extensively modified Karzok template and is currently served on Github pages. To get this website up and running it was necessary to code in html, css, shortcodes, and markdown.

Web servers

An apache server has also been configured to serve this website, though it is not currently active. Additionally, it would be a relatively simple task to serve this on Amazon S3 using Amazon amplify for a server-less configuration which would eliminate a single point of failure for the server. An alternative server-less hosting paradigm would use a light-weight server, for example static-web-server , also written in rust, in a container (e.g. Docker) configuration.

Mobile websites

Note that this website has yet to be optimised for mobile websites. This is on my todo() list.