Tag: Short Read

  • Handling OAuth redirects across multiple deployments

    Handling OAuth redirects across multiple deployments

    Every app gets its requested callback. Onboarding a new deployment is now a single database row in the Gateway, instead of a new Authorized Redirect URI to register with Google for every dev and prod instance.

  • Setting up Private Location Tracking

    Setting up Private Location Tracking

    Now that I had narrowed down what I didn’t want: cloud-hosted or “free with strings attached™️” location tracking. I started searching for an open-source solution. And I eventually found a service called OwnTracks

  • Hiding content flashing | Dashboard [Part IV]

    Hiding content flashing | Dashboard [Part IV]

    One of the more QOL features I’ve put in for the dashboard is loading displays. Loading screens serve two useful purposes: With custom loader (left) – Without loader (right) The implementation was fairly straightforward. Since I’m using Wized and Webflow for this project, it was a bit tedious to implement at first, but I ended…

  • Working with tickets – Dashboard [Part III]

    Working with tickets – Dashboard [Part III]

    Part of the events dashboard I’m working on is the ticket creator. This allows the user to create tickets for their event, with relevant details, like the time for sale – the timeframe that users have to get a ticket, the quantity of tickets available, and some additional features that the client requires that won’t…