Category: Uncategorized
-
The AI capabilities you need to power transformation

How will you seize the opportunity to lead in this new era of AI? As a Microsoft partner, we can help you better understand the AI opportunity for your business and unpack the transformational use cases that can bring your company value. Read this article to find out how you can navigate the AI transformation with us. …
-
JWS- Generation in Postman
I was developing APIs that are secured with JWS of the payload. To test these APIs behind the MuleSoft/CloudHub API Manager JWS Policy (a custom policy I create, I will write another blog about it.) I needed to generate the JWS signature sent to the API policy in PostMan. The steps are very simple Store…
-
MuleSoft, Copying Logs
Anypoint platform control plane allows you to access the logs for cloud hub and on-premises deployments. However depending on the organization subscription for on-premises deployments the logs might not be available. I had a client who had such a subscription. While the admin had access to the VM, the Mule support team did not have…
-
1: Practically Designing and API to be An Asset
Any software you design will be used in ways you did not anticipate, that is especially true when you are design API’s which nowadays refers to Web REST APIs. There are different audiences or users for any API. There are the direct API users you know of that are defined in the specifications or solution…
-
MuleSoft: Understanding Exception Handling
I have been approached by several developers taking the Any point Platform Development: Fundamentals (Mule 4) training about the Exception Handling and the different scenarios in Module 10. The way it is described can be confusing. So here is how I understand it. Any MuleSoft flow like the one below How this would be executed?…
-
MuleSoft: File:List Interesting Observation

Working with MuleSoft file connector, I was expecting that the File->List (https://docs.mulesoft.com/connectors/file/file-list) operation would return a list of fileInfo objects (you know path, size etc) but it actually it returns a list of the contents of the files in the directory. This seemed odd to me as the documentation states
-
Practical REST API Design, implementation and Richardson Maturity Model
Richardson Maturity Model classifies REST API maturity as follows Level Zero: These services have a single URI and use a single HTTP method (typically POST). For example, most Web Services (WS-*)-based services use a single URI to identify an endpoint, and HTTP POST to transfer SOAP-based payloads, effectively ignoring the rest of the HTTP verbs.…
-
SharePoint Content Management
I met with a previous colleague a few days ago who had move to an IT Research and advisory company. He was working on writing a best-practices recommendation for using SharePoint and the utilization of SharePoint Content Management capabilities in the enterprise data governance. Since, I had worked in many organizations before and utilized SharePoint…
-
Introduction to Apache Kafka
Apache Kafka is all about getting large amounts of data from one place to another, rapidly, and reliably. In computing terms Apache Kafka is a messaging system that is tailored for high throughput use cases, where vast amounts of data need to be moved in a scalable, fault tolerant way. That is why companies like…
-
Installing Hadoop 2.7.3 On MacOS Sierra Version 10.13.1
I have got Hadoop running on Windows 2012 and Ubuntu successfully and easily following the instruction online. However I have struggled getting it running correctly on iMac. So here is the correct way to set it up on iMac with MacOS Sierra as I could not find any online reliable instructions. Hope this helps Verify…
