Posts tagged “PostgreSQL”
3 articles · 9 per page
API
Accessibility
Animation
Architecture
Backend
Blog
Browser
CSS
Compiler
DX
Data fetching
Design Systems
DevOps
Docker
Frontend
GitHub
JavaScript
Markdown
Media
Monorepo
Next.js
Node.js
ORM
Observability
Performance
Pipeline
Playwright
PostgreSQL
Prisma
React
Real-time
Redis
Security
Serverless
State management
Stripe
Tailwind CSS
Testing
Tooling
Turborepo
TypeScript
Vitest
Web
i18n
•1 min read
Full-text search in PostgreSQL
tsvector, GIN indexes, ranking with ts_rank, language configs, and when to reach for Elasticsearch instead.
PostgreSQL
Backend
Performance
•1 min read
Drizzle ORM: TypeScript-first SQL
Schema as code, migrations, relations vs manual joins, SQL-like query builder, and comparing Drizzle to Prisma for control freaks.
TypeScript
PostgreSQL
ORM
•4 min read
Running Prisma migrations safely in production
Expand and contract migrations, backfills, shadow databases, zero-downtime renames, and operational checklists for Postgres under load.
Node.js
PostgreSQL
Prisma