Articles in the Computing category

  1. Scraping photos from Facebook groups

    Motivation

    After becoming a (student) pilot, I joined some pilot Facebook groups. Looks a popular game among pilots is to give out a photo of a runway or airstrip, and then ask others to tell where it was taken. This "Name the airport" game acts as a way for the …

    Tagged as : English
  2. Self-Updating Node.js Web App

    Can a node.js/express.js web app update itself from a github repo? (i.e. whenever we do a git push to github, the server side will also use git pull to update itself)

    It's possible thanks to the powerful WebHook of github.

    The basic idea is, to use …

    Tagged as : nodejs English

Page 19 / 23