Tag: #prisma
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Essential VS Code Extensions 2026 — GitLens / Error Lens / Pretty TypeScript Errors / Tailwind / Prisma / Biome Deep Dive
A single-volume guide to the 2026 VS Code extension market. Covers GitLens (GitKraken) as the Git standard, the inline-error UX revolution from Error Lens and Pretty TypeScript Errors, the icon-theme rivalry between vsco
2026-05-16 · 26 min read #vscode#vscode-extensions#gitlens#path-intellisense#error-lensTypeScript Ecosystem 2026 Complete Guide — Bun · Deno · Hono · Elysia · NestJS · Effect · tRPC · Drizzle · Prisma · Zod · Vitest Deep Dive
A one-shot overview of the TypeScript backend ecosystem as of May 2026. Covers TypeScript 5.6 using declarations and isolated declarations, Node.js 22 LTS and 24 Active, Bun 1.2 and Deno 2.x runtimes, npm 11 / pnpm 10 /
2026-05-16 · 28 min read #typescript#node-js#bun#deno#honoTypeScript ORMs and Query Builders 2026 — Drizzle vs Kysely vs Prisma vs postgres.js Deep Dive (How Close to SQL?) (english)
In 2026, TypeScript database access is no longer a 'Prisma or raw SQL' binary. Drizzle has claimed the headless-ORM seat with the closest-to-SQL ergonomics, Kysely has won over raw-SQL teams as a schemaless type-safe que
2026-05-14 · 20 min read #typescript#orm#drizzle#kysely#prismaFlyway & Database Migration Complete Guide 2025: Schema Versioning, ORM Integration, Zero-Downtime Deployment
Everything about DB migration! Flyway (version-based), Liquibase (changeset-based), ORM migrations (Prisma/TypeORM/Alembic/Django), zero-downtime schema changes, rollback strategies, CI/CD integration, K8s migration best
2026-03-25 · 26 min read #flyway#database-migration#schema-management#orm#liquibase