Tag: #vitest
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
TypeScript 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#honoFrontend Testing 2026 — Playwright / Cypress / Vitest / Jest / Storybook 9 / Chromatic Deep Comparison
May 2026, the landscape of frontend testing has shifted completely. Playwright is the de facto standard (VS Code integration, Trace Viewer, mature Component Testing); Cypress 14 is still strong but losing share. Vitest 3
2026-05-16 · 27 min read #testing#frontend#playwright#cypress#vitestFrontend Testing 2025 — Vitest, Jest, Bun, Testing Library, Playwright, Storybook, MSW, Visual Regression, AI (S6 E11)
Jest is no longer the default. Vitest won the unit-test race, Playwright displaced Cypress for e2e, Storybook 8 made component tests first-class, and AI-generated tests became table stakes. This is a practical guide to a
2026-04-15 · 6 min read #frontend#testing#vitest#jest#bun-testSoftware Testing Strategies Complete Guide 2025: Unit/Integration/E2E, TDD, Test Pyramid
Everything about testing! Test pyramid (unit/integration/E2E), TDD/BDD, Jest/Vitest (frontend), Pytest/JUnit (backend), Playwright/Cypress (E2E), mocking strategies, test coverage, CI integration, performance/security te
2026-03-25 · 21 min read #testing#unit-test#integration-test#e2e#tddTypeScript Testing Complete Guide: Jest, Vitest, MSW, Mock & Stub in Practice
A complete guide to TypeScript testing covering Jest and Vitest setup, jest.fn/spyOn/mock, API mocking with MSW, Stub patterns, mock servers with json-server, and real-world TDD examples.
2026-03-17 · 20 min read #typescript#jest#vitest#msw#mock