R - Definitions

Search Definitions
  • R

    React Native

    React Native is an open source JavaScript framework for mobile application development. The framework is based on Facebook’s user interface (UI) JavaScript library, React, and can be used to design apps for the web, iOS and Android.

  • reactive programming

    Reactive programming describes a design paradigm that relies on asynchronous programming logic to handle real-time updates to otherwise static content.

  • reactive systems architecture

    A computer systems paradigm that takes advantage of the responsiveness, flexibility and resiliency of reactive programming, so that various components can take continue to function and even thrive if any component is compromised.

  • refactoring

    Refactoring is the process of restructuring code, while not changing its original functionality.

  • Remote Procedure Call (RPC)

    Remote Procedure Call (RPC) is a protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network's details.

  • Resource Description Framework (RDF)

    The Resource Description Framework (RDF) is a general framework for representing interconnected data on the web.

  • REST (REpresentational State Transfer)

    REST (REpresentational State Transfer) is an architectural style for developing web services and systems that can easily communicate with each other.

  • REST API (RESTful API)

    A RESTful API is an architectural style for an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data.

  • restricted API

    A restricted API is an application program interface whose access, or use, is intentionally limited by web site developers for security purposes or business reasons.

Software Quality
Cloud Computing
TheServerSide.com
Close