Tech

MuleSoft for Java Developers: Building APIs with Mule and SpringBoot

By Guilherme Pereira, Senior Integration Consultant on Jul 20, 2021

Exciting news to share! We are launching a new MuleSoft Online Group dedicated to introducing Java Developers to the MuleSoft world. 

Topics: MuleSoft Tech
Continue Reading

50 days of acceleration: how to boost your integration programme

By Dipan Mistry, Head of Integration on Nov 12, 2020

Think strategy: quieter times are not for resting.

This year global pandemic has affected most businesses, and Infomentum is no exception. At the beginning of the spring lockdown, the uncertainty of the future put most organisations into some level of hibernation. For a short period, our team was not as utilised as usual. What did we do? We focused on what would benefit us in the long run: a new strategy, team training, enhancing our internal processes and knowledge repositories. One of the projects that ticked almost all boxes was the revamp of our internal Centre of Excellence (CoE). What is a CoE you ask? It is a cross-functional team responsible for creating and maintaining a centralised Knowledge Hub that offers API projects' best practices, governance, templates, and much more.

Continue Reading
Tech

Pursue your dream: from MSc in Physics to MuleSoft development

By Olga Kepa, MuleSoft Developer on Nov 3, 2020

Do you know many MuleSoft developers with MSc in Physics and Medical Engineering? Meet Olga Kepa - an example of how a career can change in a drastic way when you pursue your dream.

Continue Reading
Tech

The best way to validate MuleSoft

By Alessandro Toscano, Solution Architect on Oct 7, 2020

Are you in the middle of working out your integration strategy and selecting a suitable platform? It's a serious and long-term commitment, so wouldn't it be great to test a chosen platform first? Validate it by building fully-functioning API integrations for your specific use case?

Continue Reading
Tech

Testing made easy with MUnit Test Recorder

By Olga Kepa, MuleSoft Developer on Jul 29, 2020

Testing is a critical part of software development, ensuring early detection of bugs or any other problems within your code. However, for most of us it's the less favorite activity; it feels tedious and often repetitive. Furthermore, creating test for a large block of code can be troublesome, especially for beginners.

Continue Reading
Business

5 crucial steps to successful API integration project.

By Katerina Misuta on Jul 22, 2020

API-led integration can propel your organisation to new heights; better customer service, increased efficiency and innovation are only a few of the benefits of a successful initiative.

Continue Reading
Tech

MuleSoft TDD with the use of MUnit

By Spiros Pappas, Senior MuleSoft Consultant on May 20, 2020

Unit testing has always been an integral part of software engineering because it ensures that problems in the code are isolated and fixed long before they become an issue in production. With the introduction and adoption of Agile framework, unit testing has changed dramatically because of the test-driven development (TDD) methodology. TDD is a software development strategy in which unit tests are used to drive the development process. In this blog, I explain how to practice TDD and share some tips on how to write great unit tests using MUnit.

Continue Reading
Tech

How to create parent-child projects in MuleSoft Mule4

By Salumiah Syed, MuleSoft Senior Consultant on Apr 22, 2020

Today, I want to explain how to use pom.xml to resolve APIs' common dependencies that might lead to duplication and mismatch in MuleSoft Mule4.

The pom.xml file contains the core information about a project and its configuration details, including its dependencies, build directory, source directory, test source directory, plugin, goals etc. Maven reads the pom.xml file and then executes the goal.

Topics: MuleSoft Tech API
Continue Reading
Tech

How to create custom CloudHub notifications in Mule4

By Salumiah Syed, MuleSoft Senior Consultant on Apr 14, 2020

Notifications could be a very powerful tool to get visibility into business-related events inside your application.

Topics: MuleSoft Tech API
Continue Reading
Tech

How to use MuleSoft Anypoint MQ admin API

By Spiros Pappas, Senior MuleSoft Consultant on Mar 17, 2020

MuleSoft has exposed an API that provides access to Anypoint MQ administrative functionality. For those who are not familiar with Anypoint MQ, it's a multi-tenant, cloud messaging service that enables customers to perform advanced asynchronous messaging scenarios between their applications. Using this API you can perform a series of actions that otherwise would only be accessible through the Anypoint Platform's web interface. And since many organisations prefer to externalise and automate this type of processes using scripts, I would like to explain how to use all four basic CRUD methods (Create, Read, Update and Delete) using this API.

Topics: MuleSoft Tech API
Continue Reading