ahmadbilal.dev

BlogAboutContact

Hi, I'm
Ahmad Bilal.

Full Stack Web Engineer.

3+ years of shipping projects. Dev Advocacy Enthusiast. Avid open-sourcerer; curated & contributed to software being used by thousands. Google Summer of Code'19 @ CreativeCommons. Speaker. Former Tech Lead at GDSC UET. Technical writer. 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.