How to create a REST API using MongoDB In this article, we will create a MongoDB REST API. The data stored in the database will be …
how to
How To Use an API with ReactJS
Intro A client recently asked me, "Do you know how to use APIs?". Frankly, I hesitated when answering because I thought, "What do you …
How to Use an API with C# (C# REST API Example)
Introduction Developing never stays in one place. New technologies are increasingly emerging to implement better software solutions. If you …
How to Build a RESTful API in Ruby
Every major online service nowadays offers an API. Shorthand for Application Programming Interface, it provides developers programmatic …
How to Build an API in Python (with Django)
Today in this tutorial, we’re going to cover the following: How to start a project in Django. How to deliver JSON to a requester …
How to Build a RESTful API in PHP (with Laravel)
PHP has been the most popular web language in the present times by being simple to maintain, and quick to create feature-rich web …
How To Use IMDb API with Python To Power Your Movie Search App
If you are a movie buff, then you surely want to keep up with the upcoming movies, and their star cast. But if you are a movie trivia buff …
How to Build a RESTful API in Node.js (with Express.js)
If you're in the tech industry, you probably already know you need to provide an easy way to discover and consume an API (Application …
How To Build a Weather App in JavaScript (Node.js) Using the OpenWeatherMap API
The first official weather forecast ever appeared on the first of August 1861. The legendary vice-admiral Robert Fitzroy, a royal-navy …
How To Use an API with Ruby on Rails (Beginner’s Guide)
On August 15, Ruby on Rails released its version 6, making even more features available to developers. The 13-year-old framework gives you a …
How to Send SMS Messages with PHP (using Nexmo or Twilio)
Quick Links Jump to: How to Send SMS with Nexmo How to Send SMS with Twilio How to Integrate SMS API in PHP When someone …
How to Build an API in Python (with Flask & RapidAPI)
If you are reading this article, you are probably familiar with the possibilities that open up when you use an API (Application Programming …
How to Use an API with PHP (Complete Beginner’s Guide)
PHP gained fame as easy to learn and at the same time quite powerful programming language. Throughout its history, it went through …