» Tag
javascript
5 postsFixing JavaScript Observability Without Monkey-Patching
Sentry engineers are pushing Node's TracingChannel API into pg, mysql2, and redis to replace fragile JavaScript APM monkey-patching.
javascriptobservabilityapmopentelemetryMeteor 3.5 Released: Change Streams and Performance Gains
Meteor 3.5 makes MongoDB Change Streams the default reactivity engine, delivering 40% more scalability, a pluggable DDP transport layer, and DDP session resumption.
meteormongodbwebsocketsperformancePlugin badge reuses dashboard cache instead of new state
A plugin-update badge reuses the existing cross-site dashboard cache instead of a new API, avoiding duplicate state and sync bugs.
frontendcachingstate-managementuxTypeScript Decorators: Migrating from Legacy to TC39 Standard
TC39 standard decorators break compatibility with experimentalDecorators: parameter decorators are gone and metadata handling changed. A code-driven migration guide for production teams.
typescriptdecoratorstc39javascriptEvery new JavaScript feature worth knowing
A tour of new JavaScript features from ES2025 to ES2027, including Set methods, Iterator Helpers, Promise.try, Import Attributes, and RegExp.escape.
javascriptecmascriptes2025es2026