Bring authenticated Meteor users into Express routes without building a second session system. Meteor 3 is modernizing the framework in two complementary ways: adopting proven tools from the wider JavaScript ecosystem and completing them with the Meteor-specific capabilities that make an application coherent. Adding a library is only the start; a strong integration should preserve […]
Nacho Codoñer

Introducing The Galaxy Crew: Building the Future Together
Today, we’re excited to announce The Galaxy Crew: a new content hub and community initiative designed to bring together the explorers, creators, and builders shaping

Galaxy Metal: Under the Hood
Galaxy Metal represents a complete rebuild of our platform—from the codebase to the infrastructure. This isn’t an incremental update; it’s an entirely new foundation designed

Galaxy Expansion Overview
I’m proud to say that today we’re off Galaxy Expansion, our first-ever launch week, with a major announcement: Galaxy Metal, a complete rebuild of the

A Practical Guide to Graceful Shutdown in Node.js Applications
When developing Node.js applications, most developers focus on startup logic, initializing servers, connecting databases, and handling requests. However, it’s equally important to consider what happens

Step-by-Step Guide: Building a Blog Website Using Meteor and Hygraph
Building a modern blog involves more than creating static pages; it requires managing structured content, handling dynamic data, and ensuring a seamless user experience. This

Building Real-Time Read Models in Node.js with MongoDB Change Streams
Imagine you’re building an order management system where multiple users place and track orders in real time. Initially, you might keep dashboards updated by having