Category Archives: Videos

Kafka Introduction, Kafka Architecture Overview, Use-Cases & and Basic Concepts Explanation

Apache Kafka is a widely used and popular open-source Event-Streaming & messaging system with capabilities to handle huge loads of data with its distributed, fault tolerant architecture. In this Kafka beginners tutorial, we will explain basic concepts of Kafka, how Kafka works, Kafka architecture and Kafka use-cases.

MuleSoft API Manager Tutorial: Design API |Publish to Exchange | Deploy to CloudHub | Apply Policies

MuleSoft AnyPoint Platform provides a rich set of tools and features to design APIs, Publish APIs to Exchange, Deploy APIs to MuleSoft Managed cloud environment (Cloudhub) and apply different API governance policies for exposed APIs using API Manager. In this post, we will explain how we can design API Specifications in Visual Editor using Design… Read More »

SOAP Vs REST Web Services: Comparison of RESTful Web Services & SOAP Web Services

Web Services are playing a key part in integrating different systems and applications and getting data transferred in an efficient and standardized manner to achieve various business goals. In the world of Integration, whenever there is a talk about web services, a decades old question gets repeated: SOAP Vs REST? What are the differences between… Read More »

MuleSoft Deployment Tutorial: How to Deploy Application to CloudHub

Applications implemented in MuleSoft AnyPoint Studio can be tested in built-in Mule Runtime but these applications need a deployment into actual environment for real use. Mule Runtime Engine is responsible for running Mule Applications. MuleSoft runtime can be setup on-premise on private cloud or you can use MuleSoft’s provided CloudHub. In this MuleSoft Deployment tutorial, we… Read More »

TIBCO BW5 Java Tutorial: How to Use Java Method and XML to Java Activities

TIBCO BW Provides dozens of ready to use palette activities which can be dragged & dropped in the design panel and configured to create simple to complex process flows for implementing different types of integration flows in a very easy and efficient manner. However, there can be scenarios where some custom code needs to be… Read More »

ESB Introduction: An Overview of ESB Concepts, Capabilities, Benefits & Challenges

In any organization, data transfer between multiple systems to achieve business goals is very crucial as well as very critical. Organizations want to ensure that all systems in their business domain are integrated efficiently and systems can collaborate and coordinate to fulfil greater business needs by sharing data with each other when and as desired.… Read More »

MuleSoft RAML REST API Designing Tutorial

RAML (RESTful API Modelling Language) is quite popular and widely used by API Designers to define API Blue-prints in an intuitive manner. API specifications designed using MuleSoft RAML are considered highly readable by humans as well as computer programs as they follow certain standards and API components are well defined in a hierarchical manner. In… Read More »

OAuth 2.0 Introduction: An Overview of How OAuth2 Works?

OAuth 2.0 which is a successor of OAuth 1.0 is a widely used authorization framework (sometimes referred as authorization protocol) which enables third party applications to access protected resources from resource servers on behalf of resource owners in a secured, reliable manner. In this post, I will explain how OAuth works, what are different OAuth… Read More »

OpenSSL Step by Step Tutorial: How to Generate Self Signed Certificate, Keys and CSR Using OpenSSL

OpenSSL is a widely used and a well known open source tool for generating self signed certificates, private keys, CSRs (Certificate Signing Requests) and for converting certificates from one format to another. Other than OpenSSL, Java Key Took is also a commonly used command line tool for certificates, keys and CSRs generation and I have… Read More »