what is reference data set in Oracle cloud Fusion

Oracle cloud fusion reference data set functionality is to share an enterprise setup data (AP/AR Payment Terms, sales polices, transaction types, etc) and list of data objects can be shared https://hyrglobalsource.com/blog/2020/06/28/what-reference-data-objects-can-be-shared-across-business-units-in-fusion/ across business units  Reference Data Set functionality is introduced in Oracle Cloud. Reference data sets are logical groups of…

What is JAMstack?

Fast and secure sites and apps delivered by pre-rendering files and serving them directly from a CDN, removing the requirement to manage or run web servers. JAMStack stands for Javascript, APIs, and Markup. This stack is arguable the lightest technical stack as it requires no real interactions with a database…

What is GraphQL?

GraphQL solves the problem of writing Declarative, Compositional and Strongly Typed HTTP handler(s). The purpose of GraphQL is to make it easy to query complex data about multiple entities. GraphQL enables you to fetch in one request, which would take multiple requests in REST. Issues with REST: Poor performance A…

React Native for Beginners

 React Native, developed and maintained by Facebook, is an open source framework to develop cross-platform mobile applications, using the programming language JavaScript. Currently in its 0.61 version, React Native is based on Facebook’s front-end library called ReactJS and share many concepts. If you are familiar with React, kudos to you! You have…