Best of AxiosMay 2023

  1. 1
    Article
    Avatar of amplicationAmplication·3y

    7 Tips to Build Scalable Node.js Applications

    Node.js is a JavaScript framework created on Chrome's V8 JavaScript engine. If used correctly, it can be used to build highly scalable mission-critical applications. This article will discuss several tips which can be helpful when it comes to building scalable applications.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Building an Application with React Query

    This article will show you how to use the library to simplify handling server state, saving time and effort. In this article, we will build a lyrics-finder app, focusing on the benefits of React Query like fetching and caching data from an API. This tutorial will help you spend less time handling your server data in React.