~/.notes

Tips, tools, and thoughts on technology. Just personal notes made public, hoping they might be useful to you too.

Mockoon: An Easy way to mock APIs locally

Mockoon is a free, open-source tool that allows you to create and run mock REST APIs locally in seconds. With it, you can: Create unlimited mock REST APIs locally with no account required. Simulate errors, latency, and complex API behaviors. Speed up both frontend and backend development by removing dependencies. Share your mock environments with your team (via JSON files or the optional Mockoon Cloud). It’s available as a cross-platform desktop app, a CLI tool, and a Docker image. ...

2025-10-10 · Sebastián Salas

How to Run IBM MQ Explorer on macOS

This guide provides step-by-step instructions for installing and configuring IBM MQ Explorer on macOS using the Eclipse IDE. 1. Install Eclipse IDE You have two options for installing the Eclipse IDE: Using brew (Recommended): Open your terminal and run the following command: brew install --cask eclipse-ide From the official Eclipse site: Download the installer directly from the Eclipse website: https://www.eclipse.org/downloads/packages/release/2025-06/r/eclipse-ide-eclipse-committers 2. Install IBM MQ Explorer in Eclipse IDE Launch Eclipse. From the main menu, navigate to Help > Eclipse Marketplace. ...

2025-09-07 · Sebastián Salas