Dev Encyclopedia
ArticlesToolsContactAbout

Get notified when new content drops

No spam. Just new articles, tools, and updates straight to your inbox.

Dev Encyclopedia

A reference for builders

Dev.to
Discord
WhatsApp Channel
daily.dev
Hashnode
X

Content

  • Articles
  • Tools
  • About
  • Contact

Connect

  • support@devencyclopedia.com
  • RSS Feed

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

© 2026 Dev Encyclopedia

Back to top ↑
  1. Home
  2. /Blog
  3. /express

express

3 articles

javascript

Temporal API in Node.js APIs: Storing, Serializing, and Returning Dates Correctly (2026)

How to store, serialize, and return JavaScript Temporal API types correctly in a Node.js REST API with PostgreSQL. Real Express code and examples, 2026.

Jul 2, 2026·13 min read·Zeeshan Tofiq
nodejs

Mongoose 9 Migration Guide: What Actually Breaks in a Real MERN App

Upgrading to Mongoose 9? Here's what actually breaks in real MERN apps: pre-save hooks, plugins, TypeScript types, and how to fix each one.

Aug 16, 2026·12 min read·Zeeshan Tofiq
nodejs

Mongoose and TypeScript: How to Type Your Models Without Writing Everything Twice

How to type Mongoose schemas in TypeScript without duplicating interfaces, using InferSchemaType, HydratedDocument, and the populate() fix nobody explains.

Aug 17, 2026·15 min read·Zeeshan Tofiq