Best of REST APIDecember 2022

  1. 1
    Article
    Avatar of gcgitconnected·3y

    Ultimate 10 Stages to Master Backend Development

    Backend development refers to server-side programming in which a developer creates application architecture and business logic to process and store the data and output useful information. There are multiple backend programming languages, frameworks, and stacks like JavaScript, Python, PHP, Java, Ruby, etc.

  2. 2
    Article
    Avatar of devtoDEV·3y

    A Framework For Knowing What You Don't Know

    A Framework For Knowing What You Don't Know is a guide to how to learn new things. The framework is based on the style of tRPCPC API, while REST is a style of API. For example, an API according to Wikipedia is a way for two or more computer programs to communicate with each other.

  3. 3
    Article
    Avatar of dzDZone·3y

    API Test Automation

    API Test Automation API test automation framework creation using PyTest. Join the DZone community and get the full member experience. Join For Free APIs are an integral part of software development in any small/mid/large scale application. This means that testing of these APIs will dramatically improve the efficiency of the entire application.

  4. 4
    Article
    Avatar of asayerasayer·3y

    Shopify vs Medusa -- a comparison

    The pandemic was a time of huge change in the e-commerce industry, as many companies were required to go online to survive. Shopify is a web-based, multichannel commerce originated for small and average businesses. Medusa is a free and open-source Shopify platform that enables you to create, grow and manage your business.

  5. 5
    Article
    Avatar of towardsdevTowards Dev·3y

    Create a Golang Lib

    Gomodules are a collection of Go packages stored in a file tree with a go.mod file at its root. Gomod file defines the module’s module path, which is also the import path used for the root directory, and its dependency requirements, which are the other modules needed for a successful build.

  6. 6
    Article
    Avatar of medium_jsMedium·3y

    QuiL — Writing Your GraphQL Schemas and Resolvers for You

    QuiL is a free, open-source developer tool designed to abstract away the chore of writing schemas and resolvers as well as visually displaying your database’s ER diagram. It was created and used internally by Facebook in 2012 and then open-sourced in 2015.