Remix: React Framework part 2. Prisma and SQLite

November 20, 2023
react frontend remix sql sqlite prisma

This is the second part of our blog project using the Remix Framework! Let's focus on adding authentication and authorization to our app.

Fullstack authentication with React, Node, Hono, React Hook Forms, Zod and React Query

September 27, 2024
javascript react typescript node sqlite tailwind tanstack

In this article we will learn how to do a fullstack authentication for any application you wish. Its fundamental to know how to perform auth in a fast way and have all the concepts known by the developer