Install a Specific Version of a Node.JS Package

Usually, you install the latest version of a package when you want to use it. But there are circumstances when you might need to install a specific package version. One example would be when the latest changes in a package are not compatible with your code. This article shows you…

Build An E-Commerce Backend With Minimal Code

In the traditional approach to building Full Stack applications, you need to manually build the backend and frontend. Building your backend manually means that you need to decide whether to use REST or GraphQL. Based on what you choose to use, you need to define GraphQL schemas, resolvers, write database…

Make Money As A Developer By Selling APIs

Do you know you can make money by selling your APIs? Building and selling APIs is a great way to create a new source of passive income. Thus, in this article, you will see how to do that! First, you will create an API from scratch, and then you will…