ReactJS: Handling Data Flows Between React Components

Vine Flow - Data flow representation in react components

When developing a React app, the separation into react components allows to manage the code easily. However, it poses an additional problem of passing data between react components.  Since React only supports one-way data binding, it might be confusing for a beginner. There are three ways in which data flows can occur within react components: … Continue reading ReactJS: Handling Data Flows Between React Components

Serverless: Revolutionizing Application Development in Small and Medium Enterprises (SMEs)

Serverless architectures are applications that depend on custom code executed in ephemeral containers.  One might think that 'Serverless' literally means that there are no servers involved. However, Serverless comprises of two different areas which overlap with each other. Applications that depend on 3rd party applications/ services to manage server side state. These types of services … Continue reading Serverless: Revolutionizing Application Development in Small and Medium Enterprises (SMEs)

ReactJS: Supporting Server Side Pagination for React-Table

Supporting Server Side Pagination Although at first server side pagination might seem to be difficult, with react-table, it's as simple as configuring the API properly.  After reading this post, you will be able to learn the SQL queries required to provide the pagination functionality. The following table will be used for demonstration purposes. import React … Continue reading ReactJS: Supporting Server Side Pagination for React-Table

How Dexter, the Child Genius, Used Microsoft Azure Storage Connector with UltraESB-X

Dexter decides to backup his valuable binary files Dexter, the child genius, has a problem with his laboratory computer. His sister, Dee Dee seems to have erased all of his valuable program binaries. Some of which had taken even days to compile. Dexter wants to back up all of his large binary files easily. He is … Continue reading How Dexter, the Child Genius, Used Microsoft Azure Storage Connector with UltraESB-X

How to run One Million UltraESB-X Docker instances… For Free!

Although the title says that you can run 1 million Docker instances, technically you can now run an unlimited number of UltraESB-x Docker instances without spending a single dollar. One million was included with the sole purpose of making the title more attractive since it’s a cliché these days. AdroitLogic released an UltraESB-X Docker image … Continue reading How to run One Million UltraESB-X Docker instances… For Free!

AdroitLogic IPS, Part 3: Your First Deployment (a.k.a. “Oh boy, it’s working!”)

OK, now I have a running IPS demo. What can I possibly do with it? In simple terms, if you can do something with an ESB, you could do the same — ​and more, in most cases — ​using IPS. When it comes to UltraESB-X, we have a few main “lifecycle aspects”: designdevelopment and testingdeploymentmaintenance While UltraStudio primarily focuses … Continue reading AdroitLogic IPS, Part 3: Your First Deployment (a.k.a. “Oh boy, it’s working!”)