Fetch a random image with async/await Part 2This time I wanted to create a helper function to store a variable.
Fetch a random image with async/awaitA small example to help me clarify asynchronous browser interactions for myself.
Creating a Martial Arts Training App Part 2 - User Creation/Log InCome learn how to implement JWT authentication with: apollo server, httpOnly cookies, and prisma. But first, I'll make a brief detour into the apollo server context.
Creating a Martial Arts Training App Part 1 - Set UpI'm working on a martial arts training app and journaling the process. In this post, I get into how I set up my app to use: NextJS, prisma JS, and Apollo Server.