A comprehensive guide to setting up HTTPS for local web development using mkcert (a local certificate authority) to generate SSL certificates for your domain.
Engineering
Stable sorting in Prisma
At Cerebrum we recently came across a tricky bug, where we would see records being
Engineering
Stop undifferentiated heavy lifting
How to leverage the unique advantages your company holds and reuse existing infrastructure, tools, and standards to scale faster.
Engineering
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.