Best of REST APIJuly 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    ExpressoTS - The Developer-Friendly TypeScript Framework for Server-Side Applications

    Built on a modular architecture and designed with simplicity in mind, it empowers developers to quickly create powerful applications. Current Partners ExpressoTS is an MIT-licensed open-source project. The Developer-Friendly TypeScript Framework for Server-Side Applications is available on Node.js.

  2. 2
    Article
    Avatar of dzDZone·3y

    Designing High-Performance APIs

    Designing High-Performance APIs Learn API design principles for high-performance, scalable APIs that deliver exceptional user experiences and handle growing workloads. In a competitive market, speed and reliability are key differentiators. High-performance APIs are crucial in today's digital landscape.

  3. 3
    Article
    Avatar of phProduct Hunt·3y

    Axe API - The next-generation Rest API framework

    Axe API is a TypeScript-based Node.js framework designed to eliminate the need for repetitive tasks associated with common elements while allowing developers to focus on custom logic. This is Axe API's first launch. The next-generation Rest API framework was hunted by Özgür Adem Işıklı in API.

  4. 4
    Article
    Avatar of amplicationAmplication·3y

    How to Build a Node.js GraphQL API With NestJS and Prisma

    NestJS and Prisma are a great couple that can provide exactly that. NestJS is a powerful framework specifically designed for building Node.js applications. Prisma is an open-source database toolkit that provides tools and features to simplify database access. Amplication Amplication can automatically generate entities for your database models if you prefer.

  5. 5
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP70: Cloud Services Cheat Sheet

    This week’s system design refresher: Top 7 ways to 10x your API performance. The list of subjects that should be mandatory in schools. What else should be on the list? What are the top 3 skills you wish schools would teach? The list is a sneak peek of today's paid newsletter for our premium subscribers.

  6. 6
    Article
    Avatar of asayerasayer·3y

    A beginner's guide to your first GraphQL queries

    GraphQL enables declarative data fetching by providing a single endpoint that handles all data requests with just one API call. This single request prevents the need for back-and-forth requests to the server. The query includes several nested fields, and we pass in arguments to get specific data for some of these fields.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    The Complete Guide to Becoming a Web Developer: Part 7

    The Complete Guide to Becoming a Web Developer: Part 7. Node.js, NPM, Express and Express are at the forefront of this revolution. These tools have made it possible for developers to use JavaScript, a language traditionally used for front-end development, for server-side programming. NPM is a tool that comes with Node.

  8. 8
    Article
    Avatar of asayerasayer·3y

    Build a Cloud-based project management app with Next.js

    Project Management Application empowers users with comprehensive oversight. This article will show you how to build such a NextJS app by taking advantage of various AWS services for a full cloud-based implementation.

  9. 9
    Article
    Avatar of amplicationAmplication·3y

    Creating a Chatroom in Angular using Amplication

    Amplication is a stunningly powerful web framework that combines design and development seamlessly. Amplication generates a backend server based on a data model defined by the developer. It also supports GraphQL and REST APIs, allowing developers to create flexible and modern applications. In this article, we will discuss how to create a chatroom in Angular using Amplication.

  10. 10
    Article
    Avatar of communityCommunity Picks·3y

    a16z-infra/companion-app: AI companions with memory: a lightweight stack to create and host your own AI companions

    A16z-infra/companion-app: AI companions with memory: a lightweight stack to create and host your own AI companions AI Companion App. It currently contains companions on both ChatGPT and Vicuna hosted on Replicate.

  11. 11
    Article
    Avatar of devtoDEV·3y

    Learning Go by examples: part 11 - Generate a Go SDK (API client library) from your Go REST API

    The OpenAPI Generator is open sourced and has a GitHub repository. In this article we will use the generator that will allow us to generate a Go SDK with the parameters we will define. In order for our SDK to be generated with the right information, we must be careful to define certain elements of the swagger file.