Blog

Blog

Mar 5
Code Quality

Create your First Custom Rule on IZ Analyzer

Creating a Custom Rule is one of the most exciting features of our Code Analysis Product, IZ Analyzer. Better yet, all it takes is a few lines of simple groovy script! This short video shows how to create, define and execute your first custom rule in IZ Analyzer. Give it a free try here: https://analyzer.integralzone.com/try

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 …

Apr 23
C4E

Accelerating C4E Adoption: Vlog 4: DevSecOps

In this vlog, we explain how IZ Ops helps achieve DevSecOps with automated deployments to Anypoint Platform, insight into deployment statistics, property management across multiple environments, access control, and auditing.

code analyzer
Apr 23
C4E

Accelerating C4E Adoption: Vlog 3: Code Review

In this video, we explain how Automated Code Quality Review can be achieved with the help of IZ Analyzer. We demonstrate Anypoint Studio plugin that helps review the code based on pre-defined set of rules in real-time.

mulesoft anypoint integration
Mar 30
integralzone

GraphQL: Next step towards building a client-centric API

REST has been ruling the API industry for a long while now. One of all the reasons why REST has been so successful is that REST is highly optimized for servers.
But for a long time, we have been focussing on creating APIs which are highly optimized for servers and not clients. GraphQL lets you build APIs which are more client-centric than ever.

Mar 23
integralzone

Designing a System API

In this read, I have attempted to highlight basic features that should be present in every System API. A poorly designed System API will always need enhancements or other process/experience APIs built on top of it, to get the best out of it.

mulesoft
Feb 10
Business and Tech

OpenID Connect Dynamic Client registration with Okta

Okta is chosen as external client management to create dynamic client applications and grant, authorize and introspects tokens using Okta. The role of Okta includes creation of Client Id and Client Secret, as well support for OAuth flows – Authorization code and client credential.

Feb 3
Business and Tech

Error Responses in APIs: Are we doing justice to them?

Out of all the concepts, best practices, and principles that are talked about an API and its design, the one that usually given the lesser importance is an API error response. A part reason for this shortcoming is that everyone is happy till the time API is working fine. So lets put little thought into how should we treat the failure of an API function.

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.