https://kristiandupont.github.io/kanel/
Kanel 4.0: Generate TypeScript Types from Postgres — It inspects your database and outputs code you can add to a TypeScript project for use with something like Knex, Zod or Kysely (it has official extensions for each). GitHub repo.
3 months ago
https://frontendmasters.com/courses/ai-engineering/
AI Engineering Fundamentals with Scott Moss of Netflix — Learn to build reliable AI features. Build an AI-assisted Excalidraw app, set up eval harnesses, master context engineering, and ship agents that actually work.
3 months ago
https://docs.npmjs.com/staged-publishing
Introducing Staged Publishing for npm Packages — Several months after first being teased, npm has released its new ‘staged publishing’ model that provides a review period before packages go live (as part of yesterday’s npm 11.15.0 release).
3 months ago
https://nodejs.org/en/blog/release/v26.2.0
Node.js 26.2.0 (Current) Released — A modest release compared to v26 (Temporal) and v26.1 (node:ffi), but stream.compose is now marked as stable and fs.Stats/BigIntStats now support Temporal.Instant.
3 months ago
https://joyeecheung.github.io/blog/2026/05/18/how-nodejs-and-v8-keep-each-other-working/
How Node.js and V8 Keep Each Other Working — A behind-the-scenes look at how Node stays in sync with the V8 engine.
#v8
#node.js
3 months ago
https://expressjs.com/en/blog/2026-05-18-a-new-look-for-express/
A Fresh Chapter and New Look for Express — For a while, Node’s long-standing web framework, Express.js, was looking a bit stale and projects like Fastify were beginning to carry the torch, but a major reboot that began in 2024 brought Express back to the fore. Now Express’s brand, website, and docs have time-travelled to 2026 too.
3 months ago
https://nodejs.org/en/blog/migrations/axios-to-fetch
An Official Codemod to Migrate from Axios to fetch — A codemod (used via npx codemod) that transforms code using Axios to leverage the WHATWG Fetch API, which is now natively available in Node.js. For some reason they don’t link to it in the post, but it’s here if you want to try it out (and here’s the underlying code).
3 months ago
https://typeorm.io/docs/releases/1.0/release-notes/
TypeORM 1.0: The DataMapper and ActiveRecord ORM — The popular TypeScript-first ORM that supports all major relational databases has reached 1.0 after years on 0.3.x, bringing cleanup and modernization work, INSERT INTO ... SELECT support, cross-driver transaction isolation levels, and smoother PostgreSQL enum migrations.
3 months ago
https://orkes.io/webinars/the-4-layer-production-stack-every-ai-agent-needs
Build Durable AI Agents That Won’t Break in Production (Webinar) — Learn the open-source 4-layer stack and run durable AI agents with Agentspan across LangGraph, OpenAI, and Google SDKs.
4 months ago