Create an Environment Variable Handler from ScratchLearn how to create a basic WordPress/PHP environment variable handler from scratch.
Learning MySQL With ExpressJS (Part 0)I've started working on an experiment to learn more about SQL and WordPress by building a node app!
Starting with Prisma and DockerFirst part of a series on building an application using graphql, prisma, and Docker.
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 3 - Relay Pagination with Cursors, Edges, and NodesIn part 1 of this series, I described how to create a prisma model for a user and then a type definition for apollo server to access that user on the database. In this post, I get into relay style pagination with cursors.
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.