Tag: automation

  • Cron Zombies

    Cron Zombies

    in
    Estimated Reading Time: 2 minutes

    WordPress has an internal task scheduling system called WP-Cron, which handles automated tasks such as publishing scheduled posts or checking for updates. While similar to Linux cron, WP-Cron only triggers during page loads, meaning tasks won’t run unless someone visits the site. For most websites, this design is sufficient. However, some plugins register cron jobs…

  • Generate Draft Posts

    Generate Draft Posts

    in
    Estimated Reading Time: 6 minutes

    This is the first post in a series relating to Project Backlog. The first step was to review the list of projects to see where the starting point should be. This was a time-consuming process, considering one of the rationale for the project is to get a better sense of the backlog itself. What I…

  • Updating A Gulp Script

    Updating A Gulp Script

    in
    Estimated Reading Time: 4 minutes

    One of the challenges with development is that tools and libraries evolve over time. It often becomes necessary to either upgrade to a newer library or change libraries entirely. The update from Grub 3.x to 4.x required a bit of refactoring. Neither script is overly complex but there is enough there to illustrate some of…

  • Cashier Jobs Are Checking Out

    Cashier Jobs Are Checking Out

    in
    Estimated Reading Time: 5 minutes

    Automation of cashiers and the end of lineups

  • Automation with Scribus and Python

    Automation with Scribus and Python

    in
    Estimated Reading Time: 3 minutes

    Desktop Publishing Automation with Scribus and Python