How to set up HTTPS for local development

How to set up HTTPS for local development

A comprehensive guide to setting up HTTPS for local web development using mkcert (a local certificate authority) to generate SSL certificates for your domain.
Stable sorting in Prisma

Stable sorting in Prisma

At Cerebrum we recently came across a tricky bug, where we would see records being
Stop undifferentiated heavy lifting

Stop undifferentiated heavy lifting

How to leverage the unique advantages your company holds and reuse existing infrastructure, tools, and standards to scale faster.
How to use session context in Prisma

How to use session context in Prisma

Tackling the challenge of accessing context in Prisma middleware by using the cls-hooked npm module to store context-specific data, allowing for advanced logging and permissioning.