Labs

Experimental projects and proof of concepts — research sandboxes where ideas get tested before production.

2active experiments0archived12technologies explored
zaki-ns CMS Architecture Lab
Current experiment
ActiveStarted October 2025· Updated Jun 2026

zaki-ns CMS Architecture Lab

This lab documents the architecture decisions behind the zaki-ns Platform—Prisma schema design, JSON seed pipelines, withDbFallback getters, and revalidateTag patterns that keep admin edits visible on the public site without redeploying.

Current focus

Model portfolio content in PostgreSQL with translation tables instead of monolithic JSON blobs

Key learning

Translation tables with @unique([entityId, locale]) scale better than duplicating entire entities per language

Prisma models
50+
Content aggregates
10
Public locales
2
Next.jsPrismaPostgreSQLTypeScriptnext-intlDocker

Running now

Other active experiments with ongoing research, prototypes, and documented findings.