Skip to main content

Tag: Website

All articles tagged with Website.

Simply Remind Me's Year in Numbers

I've added a new feature to the website for Simply Remind Me - my free email and simple text reminder app. The website now shows live statistics, read directly from the Simply Remind Me platform.

The statistics show the number of new users, events created, reminders sent and the number of unique timezones the app has users registered in - since the start of 2023. 

As of the time of publishing, these are the current statistics:

Simply Remind Me Read more →




Happy New Year! Welcome, 2022...

… we’ve been expecting you.

2021 started with much hope of vaccines to bring an end to the COVID-19 pandemic, alas it wasn’t enough.

A year – and three vaccines later – and there is no end yet in sight. Although hospitalisations are steady, despite the rising number of cases of the Omicron variant, so maybe there is a glimmer of hope for 2022.

As I reflect on the last year, I’ve made some achievements I’m proud of – both personal and professional.

Reflections Read more →


Upgrading an application from Bootstrap 4 to 5

Over the past few weeks I’ve migrated my website to a new content management system.

I took the opportunity to upgrade my website’s front-end technologies to their latest releases – Bootstrap 5 and VueJS 3, for example.

This post documents some of the changes I came across migrating Bootstrap 4 to 5.

Please note: there will be other changes than these; I don’t use every component in the Bootstrap framework. Bootstrap 5 is still in beta and things may change before the final release.

Software Development Read more →


Website maintenance: 16/17th October

My new hosting provider (blog post on that coming soon!) has notified me of 2 maintenance windows next week:

  • 16th October, 22:00 – 02:00
  • 17th October, 00:00 – 00:30

The first window specifically targets the VPS platform, and will see my server powered down and migrated to new infrastructure.

The second window will see an upgrade to the core network adding additional capacity and DDOS protection.

This outage will affect:

Miscellaneous Read more →


Install a LAMP stack (Apache, MariaDB, PHP) on Ubuntu Server

Ubuntu Server is a Linux distribution that is ideally suited to server workloads. For example: hosting websites and web applications.

One of the annoying things I find about some Linux distributions (Ubuntu included) is that packages are “frozen in time” through the life of a release. For example, Ubuntu 16.04 was released with PHP 7.0. However PHP 7.2 is now the latest release. Vendors typically apply security fixes to their packages, but you’re still missing out on new features.

DevOps Read more →



Redirect all visitors to a primary domain in Apache

There are several scenarios in which you may want to redirect all your website visitors to a single, primary domain in Apache:

  • Redirect the www and non-www (root domain) hostnames of your domain to avoid duplicate content and improve SEO
  • Redirect an old domain to a new domain, maintaining links and search engine reputation
  • Redirect secondary domains (e.g. “spelling mistake” domains, or alternative-spelling domains) to your primary domain

I have recently implemented the following on my own website, and I would like to share this Apache trick.

DevOps Read more →



Subscribe to Website