Home Full Stack Hub Forums Full Stack

  • This category has 1 topic, and was last updated No Topics by Radek Zítek.
    • Forum
    • Topics
    • Posts
    • Last Post
    • GraphQL
      GraphQL is a query language for your APIs and a server-side runtime for executing those queries by using a type system you define for your data. It was developed internally by Facebook in 2012 before being publicly released in 2015.Unlike traditional REST APIs, which expose a multitude of fixed endpoints for different data resources, a GraphQL API typically exposes only a single endpoint. The key difference is that the client, not the server, dictates exactly what data it needs and what the structure of the response should be.
    • 0
    • 0
    • No Topics

    • HashiCorp Vault
      Vault is a tool for securely storing and controlling access to sensitive data. However, it’s far more than a simple encrypted key-value store. Vault provides a comprehensive platform for identity-based security.
    • 1
    • 1
    • 1 week ago

      Radek Zítek