2022-11-28
|~2 min read
|390 words
Recently, I wanted to introduce permissions to an app I was building. Keeping things very simple to start, I decided to have two permissions…
2022-11-28
|~4 min read
|621 words
Recently, I wrote about prototyping graphql queries without connecting to a data layer. At some point, however, the goal is to actually be…
2022-11-28
|~2 min read
|324 words
I was running through a few different tutorials of Prisma recently when I ran into an error when trying to use a hook. After initializing…