Writing on software design, troubleshooting, and tutorial based projects.

All of my long-form thoughts on programming topics.

Using Clerk authentication for a fullstack project

Most tutorials out there for using clerk authentication do not cover a client/server model. In this tutorial I cover how to get started with clerk on the frontend, how to connect with a database using webhooks in the backend, and how to authenticate requests from the frontend using middleware in the backend.