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 guide walks you through the process of building a blog website using Meteor, a reactive full-stack JavaScript framework, and Hygraph, a headless CMS powered by a flexible GraphQL API. In […]
Popoola Temitope

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