Jamie Skinner

Minimalist Portfolio with React

Thanks for visiting!! You’re probably looking for my portfolio.

WHat you were working on: (04/22/24)

Making the shop actually work with real products. There is an error in the deprecated shopping experience. HERE:

      // YOU ARE HERE 04/22/2024
      await stripe.redirectToCheckout({
        sessionId: session.id,
      })

WHat you were working on: (05/21/24)

Trying to upgrade all packages. Check out branch updated-packages. Dokku machine does not like it though.

Notes for Development:

# starting redis
$ brew services start redis

# stopping redis
$ brew services stop redis

# checking if it is running
$ redis-cli ping

# clear all
$ redis-cli FLUSHALL

# get keys
redis-CLI KEYS '*'