This post covers my experience and mistakes running through the Linux From Scratch project to build a custom Linux system. This project can be broken down into a few areas.
HEIC is Apple’s proprietary version of the HEIF (High-Efficiency Image File format), in the wild this is less supported than JPG, hence the conversions below.
I was asked recently if I could run through the install guide for uniCenta oPOS (an open source point Point Of Sale application) to get a quick demo up and running.
This post outlines the steps I've taken to get a better insight into page requests and metrics for this site.
The option to filter articles by tags lets the author diversify content but retains some organisation for themselves and the reader.
These posts are mainly written in Markdown - a markup language that provides a method of formatting text using a simple syntax which easily converts to HTML, this makes it ideal to use when displaying text on a webpage.
I wanted to schedule and run backups from within a Flask application to make for one less configuration step to remember whenever the application is installed fresh.
I'm using SendGrid to get started with sending emails, the free tier supports 100 emails a day which is more than enough and the integration is straightforward thanks to their web API and the python-sendgrid module.