Best of REST APIJune 2023

  1. 1
    Article
    Avatar of amplicationAmplication·3y

    Why Netflix Took a Bet on GraphQL

    Netflix migrated its iOS and Android apps to a GraphQL backend in 2022. Netflix's decision to adopt GraphQL was driven by its ambition to create a more flexible, efficient, and developer-friendly API architecture. GraphQL's declarative nature, comprehensive documentation, and robust tooling make it a developer's dream.

  2. 2
    Article
    Avatar of dhhDavid Heinemeier Hansson·3y

    Hybrid combines the worst of office and remote work

    The honeymoon for this reversal plot is known as hybrid work, and combines the worst of in-office and remote work worlds. In the US, that often means either dealing with a soul-crushingly long rush-hour journey by car or a life in the center of cities that are struggling with both high rents and high dysfunction.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    The Complete Guide to Becoming a Web Developer: Part 4

    AJAX (Asynchronous JavaScript and XML) is like a secret agent for your web page. It works behind the scenes, communicating with the server, fetching data, and updating the web page without reloading the entire page. API (Application Programming Interfaces) provides a list of operations that are available for you to use.

  4. 4
    Article
    Avatar of asayerasayer·3y

    Forever Functional: Complex Typing in TypeScript

    This article will complement the previous one on partial application, by developing full typing in TypeScript. It happens that typing our function is not trivial, and requires several interesting techniques. In this article we’ll complete the work from the previous article, going from JavaScript to TypeScript, and adding full type controls.

  5. 5
    Article
    Avatar of pointerPointer·3y

    axllent/mailpit: An email and SMTP testing tool with API for developers

    Mailpit is a multi-platform email testing tool & API for developers. It acts as both an SMTP server and provides a web interface to view all captured emails. The Mailpit web UI listens by default on, and the SMTP port on.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Back end with notification feature via Novu and Amplication

    Back end with notification feature via Novu and Amplication Bootstrap a simple back-end PoC. Backend-as-a-Service (BaaS) is a model that provides developers with a pre-built backend infrastructure to create multi-platform applications. Novu is an MIT-licensed open-source notification platform.

  7. 7
    Article
    Avatar of pointerPointer·3y

    zigzap/zap: blazingly fast backends in zig

    Zigzap/zap: blazingly fast backends in zig ⚡ zap Zap is intended to become the zig replacement for the kind of REST APIs I used to write in python with Flask and mongodb. Zap wraps and patches facil.io - the C web application framework.

  8. 8
    Article
    Avatar of javacodegeeksJava Code Geeks·3y

    Getting Started with GraphQL Cheatsheet

    GraphQL is an open-source query language and runtime for APIs (Application Programming Interfaces) It was developed by Facebook in 2015 and has gained significant popularity since then. GraphQL is programming language-agnostic, meaning it can be used with any programming language for both client and server implementations.