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

How to Set Up Your First REST API with Node.js and Express
APIs are the backbone of modern web applications. Whether you’re building a single-page app, a mobile interface, or a microservice, a clean and scalable API

Meteor 3.3.2 is Out – Bug Fixes, DX Improvements, and Security Updates
We’re excited to announce that Meteor 3.3.2 is now available and recommended for all projects! 🎉 This release brings a strong focus on security patches,

GitHub Actions + Galaxy: Zero-Downtime Deploy CI/CD
I recently set up a zero-downtime deploy pipeline for my Meteor app using GitHub Actions and Galaxy and honestly, it was way simpler than I

Enhancing Performance in MeteorJS Bundler: Complete Guide to CPU Profiling
Performance is a fundamental concern for any modern web application, and Meteor apps are no exception. Currently, one of our main focuses is optimizing the

Faster Builds in Meteor 3.3: Modern Build Stack with SWC and Bundler Optimizations
Meteor 3.3 slashes build times by around 60% on average, with some projects building over 3× faster builds. This is the first major update to

How to Migrate your MongoDB Database to Galaxy
Migrating a database can be quite a challenge, right? At Galaxy, we truly understand how stressful technical tasks can be and are here to make