Posts tagged with web

  • Pagefind: Search in a static website

    Thumbnail for Pagefind: Search in a static website

    Adding a good search to a website is hard in any case, but with static website good options are few and far between. Pagefind is a game-changer and makes this very simple! It already has been added to this site, so for a quick demo click the search icon in...

  • Setting up a Google Cloud Function

    Thumbnail for Setting up a Google Cloud Function

    With Google’s Cloud Functions you can make simple microservices that can perform a task on Google’s infrastructure. This allows some functionality of an app to be moved to the cloud. This can be useful in a number of cases; for instance the Dashboard from a previous post. When running scripts...