Found some time this past weekend to work on a little "passion feature" that I've been wanting to implement for a while now; sharing the technical write-up for anyone else who is interested in automating headless screenshots with these tools or with others (the knowledge is pretty transferable!)

  • Jeezy
    cake
    OP
    link
    fedilink
    English
    5
    edit-2
    8 months ago

    I think it's a stack that really pays off in the long run for solo projects. After a long week of work the last thing I want to do is go tracking down runtime errors (undefined is not a function, my old friend) or messing around with Docker containers and Kubernetes clusters. It also doesn't hurt that once you throw away the costly deployment abstractions, the operating expenses turn out to be a lot cheaper.

    • Lupec
      link
      fedilink
      68 months ago

      Yup, I work as a typescript + PHP developer right now for reasons beyond my control so I'm painfully familiar with that kind of error 😅