Best of OpenAPIOctober 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Designing a secure API

    API is a bridge that connects two or more programs and it is possible to make companies interact, for example, through payment. In this article, we'll outline ten steps for creating and maintaining a safe API. I API Design First, let's talk about the types of contracts that exist within an API.

  2. 2
    Article
    Avatar of btrprogBetter Programming·4y

    Exploring Yew — The Rust-based Frontend Framework

    Yew is a modern Rust-based framework for building frontend applications using WebAssembly. In this post, we will learn how to build a web application using open API data from DummyJSON and Yew as a React developer. The following are the similarities between the two technologies. The macro works similarly to JSX in React. To do this, we need to navigate to the src folder and create the component and model folder with their corresponding mod.rs file.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Build a Better GitHub Insight Tool in a Week? A True Story

    OSS Insight can analyze popular GitHub collections by many metrics including the number of stars, issues, and contributors. This is an analytical query that includes aggregation and ranking. To get the order of issue creators, we need to get to issue creators. In the statement above, the collections and collection_items tables store the data of all GitHub repository collections.