Testing AppSync GraphQL with Altair

GraphQL[1] has been presented as a revolutionary alternative and the hottest new trend for APIs. AWS AppSync[2] is a fully managed service that makes it easy to develop GraphQL APIs in the AWS environment. AWS…

Public Suffix vs Domain Name

SameSite Cookie[1] is supported in major browsers[2]. These browsers change their default value on the SameSite cookie attribute to enforce more privacy-preserving defaults recently[3]. The SameSite cookie operation is based on Public Suffix[4]. What is…

Promisify NodeJS HTTP Module Get Request

Javascript or NodeJS HTTP(S) module’s functionality is fairly low-level. Most of the projects are using Axois or Request library to perform the HTTP Request nowadays. But how do you do this when you are not…