Typescript is a superset of JavaScript with additional features such as static types checking. Typescript is gaining a lot of popularity among JavaScript...
Topic: API
A Vanilla Node.js REST API without Frameworks such us Express
Node.js is a very popular JavaScript framework. It shines most when used to build back-end services and APIs. Node.js developers often utilize...
How to use CORS in Node.js with Express
Node.js is an open-source and cross-platform runtime used when executing JavaScript code on the server-side. One of the popular Node.js server frameworks is...
Creating a Location-tracking App using Firebase and Google Maps in Android
In this tutorial, you will learn how to create an application that uses Google Maps API to determine the precise location of another user. We will achieve...
Documenting a Node.js REST API using Swagger
Swagger is a software tool used for designing, building, documenting, and using RESTful APIs. It follows the OpenAPI specification. An API (Application...
How to Create an API using Laravel
An Application Programming Interface, denoted as API, enables applications to access data and other external software functionalities. APIs are gaining...