Design, develop, deploy...
A selection of my projects.
A static site built to showcase a new business venture. The site design is simple but fully responsive. The deployment includes an NGINX webserver with a reverse proxy to an Express backend hosted on an Azure cloud server. The contact form is validated and sanitised and submissions are emailed to a designated internal contact.
A freelance project where the client wanted a place for their members to view a product showcase. Users can login to view and register commitment to buy products with volume based tiered pricing. Administrators can create products, categories and manage users and their deal commitments with filter, search and email notifications.
This project aims to enable cross protocol file transfer on a schedule. It can schedule the move of a file across different transfer protocol (FTP, SFTP, HTTP etc). It does so using Node Streams, removing the need to store the file on disk. This project is a work in progress. I'd like to add optional transform streams to allow configurable file data manipulations.