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
Category: Development
BLOG | A guide for Git command
Git is a software which tracks updates from all files during the development process. It is pravalently used for coordinating works among programmers collaberatively developing source code. This article lists and explains common git commands and their usage.
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


