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
Curated development tutorials from top sources. Filter by language.
Last Sunday I shared nestjs-docfy, a small library to move Swagger decorators out of NestJS controllers into companion *.controller.docs.ts files. The
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
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
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
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
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
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
Introduction TypeScript, a superset of JavaScript, introduces a robust type system that enhances code quality and developer productivity. L
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
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
ArchakaSeva is a platform that helps devotees connect with verified Vedic priests online. Tech Stack: • Next.js • MongoDB • Cloudinary • Google Sear
MCP Model Context Protocol in TypeScript: build portable tools across Claude, GPT, and local models Most MCP tutorials start with npm insta
MCP Model Context Protocol en TypeScript: diseñá tools portables entre Claude, GPT y modelos locales La mayoría de los tutoriales de MCP em
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
Trading bots need reliable wallet infrastructure with low-latency execution and built-in risk controls. WAIaaS provides 39 REST API routes that handle
The Problem We needed a dashboard for our webhook delivery platform. Not a simple admin panel — a full-blown monitoring dashboard with real
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,
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
How I Published My Own Validation Package on npm As developers, we've all done this: if (!email) { throw new Error("Email is required"