What is an API?

An API, or application programming interface, is a set of rules or protocols that enables software applications to communicate with each other to exchange data, features and functionality. APIs simplify and accelerate application and software development by enabling developers to integrate data, services and capabilities from other applications, instead of developing them from scratch. APIs give application […]
MuleSoft Training and Certification

Do you sometimes feel like you want to get a certification, but you’re not sure about which one? Or maybe you do, but you have to spend some money just to start the learning process and then pay some more to get the exam. Maybe you start paying for the classes, but then you decide […]
How to Design a REST API in Anypoint Code Builder (OpenAPI + VS Code + Exchange)

Whether you’re new to MuleSoft or finally starting to explore Anypoint Code Builder (ACB), this post will walk you through designing a full REST API specification using OpenAPI 3.0 — directly inside VS Code, with no XML or flows yet. By the end, you’ll be able to: Let’s build the foundation for your next MuleSoft project — […]
Implement MySQL with Docker in Anypoint Code Builder (ACB)

In this tutorial, you’ll learn how to connect a MySQL database running in Docker to a MuleSoft project in Anypoint Code Builder (ACB) — all inside VS Code, without ever leaving your IDE. We’ll use three powerful VS Code extensions: By the end, you’ll have a Mule flow that returns live MySQL data in JSON. Follow up […]