ahmadbilal.dev

BlogAboutContact

Hi, I'm
Ahmad Bilal.

Full Stack Web Engineer.

Advocates for API development working with DevRel @RapidAPI. Experienced working at the leading open-source program Google Summer of Code. Writes a lot of JavaScript, Next.js, and MERN Stack. Learn more.

Blog

Sharing my experiences, progamming guides, learning curves and more.

4 Things You Need To Do For Calling GraphQL APIs

The process of consuming GraphQL APIs is different from other types of APIs, such as REST. Here are four things you need to specify while calling a GraphQL API.

→

How to get Longitude and Latitude from an Address?

Geocoding involves converting any given address into latitude and longitude coordinates. Let’s see how we can do this using an API from RapidAPI Hub.

→

How to call APIs using TypeScript?

TypeScript is the superset of JavaScript that offers type-checking to avoid issues related to types. This guide describes how to make type-safe calls to APIs using TypeScript.

→

How To Set Request Headers Using Axios?

HTTP headers allow clients and servers to talk to each other and pass extra bits of information or instructions. Let’s see how to set them using Axios.

→

Axios vs. Fetch: What to use for Making HTTP Requests?

Getting data from APIs is a fundamental operation of any web application. Both Fetch and Axios are widely used for making HTTP requests to APIs. Let’s see how they differ and how we can use them.

→

© 2021 Ahmad Bilal. All rights reserved.