» Tag
mongodb
9 postsPostgreSQL JSONB vs MongoDB BSON: The Real Architectural Tradeoffs
BSON and JSONB reveal deep architectural differences between MongoDB and PostgreSQL, shaping indexing, update cost, and read performance trade-offs.
MongoDB BSON Symbol Type Bypasses Authorization Check (CVE-2026-18690)
MongoDB CVE-2026-18690: a BSON symbol-typed collection name bypasses authorization checks, letting limited users reach protected system collections.
Meteor 3.5: The Most Important Release in Years
Meteor 3.5 enhances reactivity with MongoDB Change Streams, improving performance and reducing resource consumption.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comMeteor 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.
Database Comparison: SQLite, DuckDB, PostgreSQL, and More
Explore features of SQLite, DuckDB, PostgreSQL, MariaDB, ClickHouse, and MongoDB. Essential insights for engineers.
Microsoft's DocumentDB Reimagines NoSQL on PostgreSQL
Microsoft open-sourced its vCore Cosmos DB engine as DocumentDB, a PostgreSQL-based NoSQL layer with MongoDB-compatible APIs, BSON support, and ambitions to become a NoSQL standard.
A Designer's Portfolio Built on Next 16 and Self-Hosted Payload
Details on creating a designer's portfolio using Next.js 16 and Payload.
Making Every Scheduled Job Safe to Re-Run
How can idempotency be implemented to ensure scheduled jobs are safe to re-run? Discover the importance for engineers.
How I Eliminated 19,494 Duplicate MongoDB Records
Learn how I eliminated 19,494 duplicate MongoDB records and optimized performance.