Meteor shipped 30+ releases across 5 years, mass-migrated to async/await, replaced its bundler, and jumped from Node 12 to Node 22 (with 24 on the way). Here’s the complete version-by-version history. I run Galaxy and MeteorJS as CEO. I joined the company in January 2022, and within a few months became CTO, then CEO shortly […]
Frederico Maia

Building CLIs with Ace: a Bookmarks App in Node.js and Bun
In this post, we will use Ace (a command-line framework) to build a simple Bookmarks CLI app and bundle it into a standalone executable using

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