Deep Dives and Quick Bytes
This developer's tales of rabbit holes and aha moments
The beauty of continuous learning is that there is always room for improvement. These posts reflect my understanding on any given day and yes, future me will definitely roll her eyes at my past code.
Today I learnt
Daily snippets of aha moments
Read all TIL posts.
Learning Journeys
KeystoneJS CMS with a NextJS frontend
- KeystoneJS
- GraphQL
- NextJS
Multi-tenant applications with NextJS and Prisma
Multi-tenant domain applications create multiple child projects within a central app. They can be used for different purposes like blogging platforms, website builders, and other projects where users generate personalized sites on their custom domains or subdomains
- NextJS
- Prisma
- Vercel