Your DI container has been lying to you at runtime. Here's the library that moved the truth to build time.
Most TypeScript backends you've written have probably used a DI container. Maybe InversifyJS. Maybe tsyringe. Maybe NestJS under the hood. They're erg
typescript
dev.to
Jun 12, 2026
Nestjs — Stop burning AI credits to write Swagger docs, let the CLI do it!
Last Sunday I shared nestjs-docfy, a small library to move Swagger decorators out of NestJS controllers into companion *.controller.docs.ts files. The
typescript
dev.to
Jun 11, 2026
HazelJS 1.0.0: Stable Release of the AI-Native TypeScript Framework
Today we are shipping HazelJS 1.0.0 — the first stable release of our AI-native TypeScript framework for Node.js. All 47 @hazeljs/* packages are publi
typescript
dev.to
Jun 11, 2026
Your agent writes deprecated model calls. I built a CLI to catch them before prod does.
Coding agents are trained against a snapshot of the world. So when you ask one to wire up an LLM call, it reaches for whatever model string was curren
typescript
dev.to
Jun 11, 2026
The Typo Typescript Hid From Me
The Typo That TypeScript Hid From Me
I spent a good chunk of time debugging a silent failure in a React Native app. I was integrating the Google Rout
typescript
dev.to
Jun 11, 2026
The Typo That TypeScript Hid From Me
I spent a good chunk of time debugging a silent failure in a React Native app. I was integrating the Google Routes API v2 to draw polylines and compute distance/duration between two coordinates. The AP
typescript
dev.to
Jun 11, 2026
Auto-Generated OpenAPI Spec: Build Trading Bots with Interactive API Docs
Your trading bot spotted the opportunity: Jupiter shows SOL/USDC at a 0.3% premium, Drift has high funding rates for hedging, and gas is below your th
typescript
dev.to
Jun 11, 2026
Generate Zod schemas from any JSON API — no OpenAPI spec required
I built this after the nth time I hand-typed a third-party API response into a Zod schema, squinting at the JSON trying to figure out which fields wer
typescript
dev.to
Jun 11, 2026
PostNord API and Zoho Desk Automation: Production Gotchas
I've written before about the overall automation pipeline at pikkuna.fi — the high-level flow from Stripe webhook to customer confirmation in under 2
typescript
dev.to
Jun 11, 2026
Mastering TypeScript Types: A Deep Dive into Type System
Introduction
TypeScript, a superset of JavaScript, introduces a robust type system that enhances code quality and developer productivity. L
typescript
dev.to
Jun 11, 2026
How I built an offline-first AI productivity OS for Windows
I kept bouncing between a planner, a habit tracker, a focus timer, and a notes
app — and the context-switching was killing the thing I was trying to p
typescript
dev.to
Jun 10, 2026
Elysia.js + Bun: The Complete Guide (2026)
Elysia.js is a Bun-native HTTP framework that handles over 500,000 requests per second in benchmarks. That number is real — it comes from Bun's native
typescript
dev.to
Jun 10, 2026
Building ArchakaSeva – A Marketplace for Vedic Services
ArchakaSeva is a platform that helps devotees connect with verified Vedic priests online.
Tech Stack:
• Next.js
• MongoDB
• Cloudinary
• Google Sear
typescript
dev.to
Jun 10, 2026
MCP Model Context Protocol in TypeScript: build portable tools across Claude, GPT, and local models
MCP Model Context Protocol in TypeScript: build portable tools across Claude, GPT, and local models
Most MCP tutorials start with npm insta
typescript
dev.to
Jun 10, 2026
MCP Model Context Protocol en TypeScript: diseñá tools portables entre Claude, GPT y modelos locales
MCP Model Context Protocol en TypeScript: diseñá tools portables entre Claude, GPT y modelos locales
La mayoría de los tutoriales de MCP em
typescript
dev.to
Jun 10, 2026
How I built a switchable AI provider system in Next.js (Gemini GPT-4 Claude, one workspace setting)
I had Gemini hardcoded into every AI function in my codebase. Then a beta user told me her clients have data policies about Google. I rebuilt the whol
typescript
dev.to
Jun 10, 2026
39 REST API Routes: Complete Trading Bot Integration Guide
Trading bots need reliable wallet infrastructure with low-latency execution and built-in risk controls. WAIaaS provides 39 REST API routes that handle
typescript
dev.to
Jun 10, 2026
How We Built a 40-Page Real-Time Dashboard with Next.js 16 and React Server Components
The Problem
We needed a dashboard for our webhook delivery platform. Not a simple admin panel — a full-blown monitoring dashboard with real
typescript
dev.to
Jun 10, 2026
The Day I Broke Production Because of an Icon
I'm a big fan of aviation, and one lesson from aviation safety has always stuck with me: accidents rarely happen because of a single mistake. Instead,
typescript
dev.to
Jun 10, 2026
Your IoT Devices Will Outlive Your Cryptography
A smart meter installed today has a 15-year service life. A medical device implanted this year may still be transmitting data in 2040. An industrial s
typescript
dev.to
Jun 09, 2026