Best of GraphQLAugust 2024

  1. 1
    Article
    Avatar of baeldungBaeldung·2y

    Introduction to Armeria

    Armeria is a versatile framework designed for building efficient microservice clients and servers that can communicate using various protocols like REST, gRPC, Thrift, and GraphQL. It supports numerous integrations and dependencies and offers functionality such as BOM usage for managing dependencies, server configuration, logging, handlers for different requests, and a flexible routing system. Additionally, it provides support for annotated handlers, request and response converters, and handling exceptions. Features like automatic TLS certificate generation and detailed HTTP request logging make it powerful and adaptable for various use cases.

  2. 2
    Article
    Avatar of devgeniusDev Genius·2y

    #12.2 NestJS GraphQL Subscriptions Explained: From Basics to Implementation

    Explore the fundamentals of implementing GraphQL subscriptions in a NestJS application for real-time communication between clients and the server. The guide covers setting up a message service, creating a message resolver with subscription methods, and configuring the necessary dependencies to enable dynamic, responsive applications.

  3. 3
    Article
    Avatar of smashingSmashing Magazine·2y

    How To Build A Multilingual Website With Nuxt.js — Smashing Magazine

    Learn how to build a multilingual website using Nuxt.js, leveraging the nuxt-i18n library for internationalization. The guide covers setting up a Nuxt.js project, using lazy-loading for translations, and fetching dynamic localized content from Hygraph. It also explores advanced features like interpolation, pluralization, and date/time translations to enhance the multilingual experience.

  4. 4
    Article
    Avatar of directusDirectus·2y

    Introducing Policies: A New Approach To Permissions

    Directus 11 introduces a new permissions system based on policies, offering greater control and flexibility. Policies allow for granular permissions at the field, item, or condition level, support inheritance and dynamic variables, and are easier to manage. The update enhances access controls and includes improved MySQL performance, new GraphQL queries, and bug fixes. Directus 11 is now available for installation.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    OpenCTI-Platform/opencti: Open Cyber Threat Intelligence Platform

    OpenCTI is an open-source platform designed to manage cyber threat intelligence. It structures, stores, and visualizes both technical and non-technical information about cyber threats using the STIX2 standards. The platform features a web application, GraphQL API, and integrates with tools like MISP and MITRE ATT&CK. OpenCTI supports importing and exporting data in various formats and offers Community and Enterprise editions, with the latter providing additional features. The platform also collects anonymized usage data to improve performance.