OIC Connectivity Agent Installation As not all applications run on the cloud, the agent framework can help us build hybrid cloud solutions, allowing on-premise and cloud applications to communicate with each other. Connectivity Agents are required for Oracle Integration Cloud to exchange messages with on-premise applications like third party applications/Database…
Internationalization (i18n) is the process of creating or transforming products and services so that they can easily be adapted to specific local languages and cultures. Localization (L10n) is the process of adapting internationalized software for a specific region or language. In other words, internationalization is the process of adapting your…
Recently, StackOverflow released their survey of the developer community and shared very interesting insights. In the survey, we can see the growing popularity of Javascript, HTML, and CSS (Web Technologies). In fact, in survey 3 out of top 5 are web programming languages. How far we came The web was…
I am sure as a web developer you must have heard about buzz word Debounce and Throttling. These are very common techniques to improve your web performance. Have ever wonder how google, amazon search suggestions work so seamlessly ?, Yes these techniques are behind the scene to provide you these…
Introduction The transition between ICS and OIC is a relatively straight forward one using the export and import tooling. But the real challenge is the impact to organizations appears to be the change in licensing models as OIC works with the newer Universal Credit Model (UCM) whereas ICS is in the older…
Introduction Process cloud service (Oracle Integration Cloud provides) rich work flow capabilities that can be integrated with Oracle SaaS applications. Oracle HCM cloud provides approval and work list capabilities for most needs. However, there are use cases where a complex custom workflow with multiple approvals and ability to enrich approval…
What are refs used for in React? Refs are used to get reference to a DOM node or an instance of a component in React. Good examples of when to use refs are for managing focus/text selection, triggering imperative animations, or integrating with third-party DOM libraries. You should avoid using…
From the inception of early 90’s till date Async programming came long way in web. In 2005 , Jesse James Garrett coined the term AJAX in an article titled “Ajax: A New Approach to Web Applications. But due to ‘callback hell’ people started panicked by AJAX and tried to explored new…
What’s new in React 16? The new version of React 16 comes with a lot of new features and improvements to stability. Facebook, the company behind React, has rewritten the entire core architecture making it able to support long-awaited features. In this post, we will explore the changes, and how…
Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which are data structures that contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. Functional programming is a programming paradigm, a style of building…