Tag: rest
Guide to Building Rest APIs with Strapi
Are you a backend developer looking for a fast and easy way to set up a Node API? Or are you a frontend developer who wants to [more…]
Guide to Nest.js – Building a REST API with Nest and Node
As a Node.js backend developer, you will agree that by default, Node.js is very bare bones, and makes no assumptions about what you need while building an [more…]
Reading and Writing JSON to a File in Python
Introduction In this guide, we’ll take a look at how to read and write JSON data from and to a file in Python, using the json module. [more…]