BLOG | HTTPS request with Bearer token through Express.js

This article shows how to finish HTTPS requests (GET and POST) using the request module on express server. In this case, POST will post a form including credentials to server and returns a bearer token, and the GET method will need bearer token authentication in order to return information. POST method is used when we… Continue reading BLOG | HTTPS request with Bearer token through Express.js

BLOG | Fotorama: set Google Map canvas as thumb image in the gallery

Fotorama is a useful tool if you want to display an interactive gallery within a web page. Without discussing details (you can find all of them in previous link) about setting up fotorama/google map canvas, we'll discuss a useful binding of Fotorama framework with Google Map canvas in this article. Notice that I used 1st… Continue reading BLOG | Fotorama: set Google Map canvas as thumb image in the gallery