Identifying the right Automated Code Quality tool for your Mulesoft projects

Identifying the right Automated Code Quality tool for your Mulesoft projects

Mar 29
integralzone

Identifying the right Automated Code Quality tool for your Mulesoft projects

Congratulations on realizing the importance of code quality automation! If you are reading this article, you are perhaps thinking about the same question thousands of other MuleSoft customers are confused about – which is the best tool for automating MuleSoft project code review. Below I attempt to give an unbiased compasion based on my own …

Mar 16
integralzone

The Ultimate guide to Creating custom rules to validate Bitbucket repository with IZ Analyzer- Part 2

In the previous blog The Ultimate guide to Creating custom rules to validate Bitbucket repository with IZ Analyzer- Part1, we have already created a custom rule to validate if the repository is created in BitBucket. In this post, let us look at creating a custom AutoFix definition to create a new repository in BitBucket if …

Mar 10
integralzone

The ultimate guide to Creating custom rules to validate Bitbucket repository with IZ Analyzer- Part 1

Overview IZ Analyzer is the most popular automated code quality analysis tool for MuleSoft and API (RAML and OAS) projects. It comes with over 200 pre-built rules aligned to industry best practices. In addition to the pre-built rules, project teams can define organization specific rules by using Custom Rules: one of our most exciting features. …

Nov 22
Block Chain

XDC SmartLock – User Journey

XDC Smart Lock allow users to perform escrow services – to hold XDC centrally till all the smart triggering conditions have been fulfilled. In the current version, the triggering condition has been set to a time sensitive unlocking. XDC Smart Lock application utilizes alarm clock jobs triggerable through either Chainlink or Plugin oracles. Users can …

Jun 8
Business and Tech

Kubernetes – Configure PostgreSQL Streaming Replication

PostgreSQL relies on replication for high availability, failover, and balancing read requests across multiple nodes. Streaming Replication ensures that data written to the primary PostgreSQL database is mirrored on to one or more standby (replica) nodes. Standby nodes accept read-only connections, so all traffic related to any Reporting or BI Dashboard applications can be routed …

Jan 27
Business and Tech

API Management – For SOAP APIs

Learn to develop SOAP Web Services using Mule, deploy it on Anypoint Runtime Manager and manage the deployed Web Services using Anypoint API Manager by applying policies.